You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bog/Readme.md

31 lines
834 B
Markdown

# Bog: The Dataswamp
Is the warehouse too strict? Maybe you don't know the schema yet. And
you know your lake is already full with a bunch of stuff that should
have been deleted long ago?
Maybe it's time for the dataswamp, just POST your data in and fetch it
later, maybe. Either way it will be deleted eventually.
Don't worry about access credentials, the datasawmp does authorization
without authentication the old school way: encryption. Pass a password
when you create your data and if you pass the same when you retrieve
it, you get the same bits back.
## TODO
Alpha
- [x] Concurrent access safety
- [x] Test domain
- [x] Test integration
- [ ] Test application
Beta
- [ ] Path Sanitation and rejection
- [ ] Usage statistics
- [ ] Clean up background process
1.0
- [ ] Rendered Dashboard
- [ ] Upload page helper for 404