https://github.com/abhishektiwari/flask-api-template-for-kubernetes

Cookiecutter Flask API template for Kubernetes (K8S)

https://github.com/abhishektiwari/flask-api-template-for-kubernetes

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary

Keywords

apis flask kubernetes minikube postgres python
Last synced: 5 months ago · JSON representation

Repository

Cookiecutter Flask API template for Kubernetes (K8S)

Basic Info
  • Host: GitHub
  • Owner: abhishektiwari
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 66.4 KB
Statistics
  • Stars: 5
  • Watchers: 0
  • Forks: 0
  • Open Issues: 4
  • Releases: 1
Topics
apis flask kubernetes minikube postgres python
Created over 6 years ago · Last pushed about 2 years ago
Metadata Files
Readme

Readme.md

Flask API template for Kubernetes

A templates for building Python and Flask powered APIs running on top of Kubernetes.

When use this?

  • You want to use Python and Flask for building APIs
  • You want to use Postgres as a relational database
  • You want to use JWT token based API authentication

Install cookiecutter

pip install cookiecutter

On Mac,

brew install cookiecutter

Use this template

cookiecutter https://github.com/abhishektiwari/flask-api-template-for-kubernetes

Owner

  • Name: Abhishek Tiwari
  • Login: abhishektiwari
  • Kind: user
  • Location: NY
  • Company: Amazon

Tech Savant, Servant Leade.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 24
  • Average time to close issues: N/A
  • Average time to close pull requests: almost 2 years
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 24
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (17)
Top Labels
Issue Labels
Pull Request Labels
dependencies (17)

Dependencies

{{cookiecutter.module_name}}/requirements-dev.txt pypi
  • psycopg2-binary ==2.8.3 development
  • pylint * development
  • pylint-flask ==0.6 development
  • pylint-flask-sqlalchemy ==0.1.0 development
  • pylint-plugin-utils ==0.5 development
{{cookiecutter.module_name}}/requirements-prod.txt pypi
  • gunicorn ==19.9.0
  • psycopg2-binary ==2.8.3
{{cookiecutter.module_name}}/requirements.txt pypi
  • Click ==7.0
  • Faker ==2.0.1
  • Flask ==1.1.1
  • Flask-Cors ==3.0.8
  • Flask-JWT-Extended ==3.21.0
  • Flask-Migrate ==2.5.2
  • Flask-SQLAlchemy ==2.4.0
  • Jinja2 ==2.10.1
  • Mako ==1.1.0
  • MarkupSafe ==1.1.1
  • PyJWT ==1.7.1
  • SQLAlchemy ==1.3.7
  • Werkzeug ==0.15.5
  • alembic ==1.0.11
  • flask-marshmallow ==0.10.1
  • itsdangerous ==1.1.0
  • marshmallow ==2.20.2
  • marshmallow-sqlalchemy ==0.17.0
  • python-dateutil ==2.8.0
  • python-editor ==1.0.4
  • six ==1.12.0
  • text-unidecode ==1.2
  • webargs ==5.4.0
{{cookiecutter.module_name}}/Dockerfile docker
  • python 3.7-slim build