Commit Graph

6 Commits

Author SHA1 Message Date
Robert Putt 778093da01 Split entrypoints into api and worker for simplicity.
Change-Id: I7045fd4b8a0b0a70265bafb16505f0c145cb53f6
2017-12-15 19:11:43 +00:00
Robert Putt 63dc98c723 Add uber simple Oslo.Messaging notifier for sending messages.
Add uber simple Oslo.Messaging notifier for sending messages.

Change-Id: I5ac4bafbb02cb4dfb79e5892e5b9fc42d9162807
2017-12-03 17:21:29 +00:00
Robert Putt bb16e13ec1 Upload files sent to API to swift.
Upload files sent to API to swift container.

Change-Id: I6f7d541952fc0c6376e913990ba287b1030bc10c
2017-12-03 10:20:30 +00:00
Robert Putt 630bacb57c Generate alembic migration scripts for new models.
Generate alembic migration scripts for new database models.

Change-Id: Ifed2bf405a620cf8201a28fe8400bc6b1a30b1e4
2017-11-30 22:04:59 +00:00
Robert Putt 1836ccbc6b Add basic database model
Adds basic database model to get us started. This will need to be
extended drastically for basic functionality but should allow
us to make a simple worker that simply adds hashes to the DB.

Long term maybe MySQL isnt even a good idea, but it'll get a
basic proof of concept sorted for now.

Change-Id: Ifdcd2309fa2ad6a9a27dd6c3ba61dd8db0dcb854
2017-11-30 20:36:52 +00:00
Robert Putt 18632f314d Adding basic flask framework
Pending addition of Flask-OsloLog and Flask-KeystoneAuth

Change-Id: I734bcd4390d1eeadd61c64516ac6b0adf02d09e9
2017-03-16 19:30:50 +00:00