bearddan2000 / python-web-tornado-api-dolt-chained-sql-pop

Simple web app that serves an api

Home Page:https://github.com/bearddan2000/python-web-tornado-api-dolt-chained-sql-pop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-web-tornado-api-dolt-chained-sql-pop

Description

Simple web app that serves an api for a tornado project.

Uses sqlalchemy chained sql functions to query a table pop.

Remotely tested with testify.

Tech stack

  • python
    • tornado
    • sqlalchemy
    • testify
    • requests
  • dolt

Docker stack

  • python:latest
  • dolthub/dolt-sql-serverdb:latest

To run

sudo ./install.sh -u

  • Get all pops: http://localhost/pop
    • Schema id, name, and color
  • CRUD opperations
    • Create: curl -i -X PUT localhost/pop/
    • Read: http://localhost/pop/
    • Update: curl -i -X POST localhost/pop///
    • Delete: curl -i -X DELETE localhost/pop/

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

About

Simple web app that serves an api

https://github.com/bearddan2000/python-web-tornado-api-dolt-chained-sql-pop


Languages

Language:Python 78.0%Language:Shell 18.8%Language:Dockerfile 3.3%