Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenards/axos-star
A provenance tracking system built on top of Cassandra
https://github.com/lenards/axos-star
Last synced: about 2 months ago
JSON representation
A provenance tracking system built on top of Cassandra
- Host: GitHub
- URL: https://github.com/lenards/axos-star
- Owner: lenards
- Created: 2014-08-22T16:55:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T16:57:28.000Z (over 10 years ago)
- Last Synced: 2024-04-11T15:19:57.447Z (9 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axos*
This is a proof-of-concept port of [TARDIS](https://github.com/iPlantCollaborativeOpenSource/tardis-apis) provenance tracking system from MySQL to Cassandra (C*) as the backing data store.
## Develop
Here are some notes about getting an environment up to speed.
### Mac
If you are using Python 2.7.*, you don't have ``virtualenv`` installed, so install that. I'm assuming you're using ``pip`` as well.
```
...
source ENV/bin/activate
brew install libev
pip install cassandra-driver
...
```