This repository has been archived on 2021-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
warren/readme.org

19 lines
789 B
Org Mode

* warren is the server part of weir
Listen for http posts on two routes,
** goals
1. teach me how to do proper python packaging
2. give me a reason to build out actual CI (i'm thinking drone?)
3. help me keep track of my burgeoning compute footprint
** roadmap
- [X] listen for posts on a specific url
- [X] save data extracted from body of post to sqlite
- [ ] Write directory handling stuff for new db create
- [ ] Make sure logging is working as expected; i think i've done something wrong with naming with caps.
- [ ] Migrate away from flask's dev server and use a real WSGI server per the in-app warning
- [ ] ^^ but postgresql and in a managed instance
- [ ] gui front end for sql queries
** references
gonna try this new packaging paradigm: https://antonz.org/python-packaging/