https://github.com/stavro/titan-cookbook
TitanDB Graph Database Cookbook
https://github.com/stavro/titan-cookbook
Last synced: 7 months ago
JSON representation
TitanDB Graph Database Cookbook
- Host: GitHub
- URL: https://github.com/stavro/titan-cookbook
- Owner: stavro
- Created: 2014-06-17T00:22:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T21:34:17.000Z (about 11 years ago)
- Last Synced: 2025-01-29T21:57:21.129Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 647 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titan Cookbook
## Supported Platforms
* Ubuntu 14.04 LTS
## Supported Backends
* Persistit
* Titan + Cassandra: Local Server
* HBase (coming soon)## Supported Indexing
* ElasticSearch (coming soon)
* Lucene (coming soon)## Usage
### cayley::setup
Include `titan::default` and `titan::configure` in your node's `run_list`:
```json
{
"run_list": [
"recipe[titan::default]",
"recipe[titan::configure]"
]
}
```## Contributing
1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request## License and Authors
Author:: Sean Stavropoulos (sean.stavro@gmail.com)