Skip to content

bearddan2000/python-web-api-flask-questdb-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-api-flask-questdb-simple

Description

Creates an api of dog table. Has the ability to query by parameters.

Remotely tested with testify.

Tech stack

  • python
    • flask
    • testify
    • requests

Docker stack

  • python:latest
  • questdb/questdb

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits