Commit graph

2 commits

Author SHA1 Message Date
Blockstream Satellite
8c91e11cca Remove chunked transfer encoding from nginx conf
This configuration was leading to long delays when receiving SSE
notifications with the demo-rx app.
2021-12-28 10:01:04 -03:00
Blockstream Satellite
9d421771e7 Port the satellite API to python
- Preserve the SQLite database and use SQLAlchemy to wrap db
  interactions.
- Use Alembic for database migrations.
- Organize all the python modules on the new server/ directory.
- Use pytest for unit tests and organize test modules at server/tests/.
2021-07-20 12:28:08 -03:00