https://github.com/lightsofapollo/log-aggregate-db
Append only database suited for building up a log file to send off to S3
https://github.com/lightsofapollo/log-aggregate-db
Last synced: 8 months ago
JSON representation
Append only database suited for building up a log file to send off to S3
- Host: GitHub
- URL: https://github.com/lightsofapollo/log-aggregate-db
- Owner: lightsofapollo
- Created: 2014-01-03T10:57:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-08T19:03:48.000Z (over 12 years ago)
- Last Synced: 2025-01-29T02:06:06.103Z (over 1 year ago)
- Language: Ruby
- Size: 863 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
log-aggregate-db
================
Append only database suited for building up a log file to send off to S3
## Development
The current log db requires postgres and node. There is a vagrant
environment provided to make this easy.
## Updating Vagrant
[Berkshelf](http://berkshelf.com/index.html) is awesome particularly
since we can use it to download the deps into "cookbooks" and check
those in so its easy to get start without berkshelf / bundler around.
To update the cookbooks though you should update the Berksfile and run
make cookbooks.