Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigsterkr/marmotta-titan
Titan Graph DB backend for Apache Marmotta
https://github.com/vigsterkr/marmotta-titan
Last synced: about 2 months ago
JSON representation
Titan Graph DB backend for Apache Marmotta
- Host: GitHub
- URL: https://github.com/vigsterkr/marmotta-titan
- Owner: vigsterkr
- License: apache-2.0
- Created: 2014-01-17T21:09:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T13:00:05.000Z (about 11 years ago)
- Last Synced: 2024-10-15T22:48:56.145Z (3 months ago)
- Language: Java
- Size: 168 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UPDATE
it has been integrated into Apache Marmotta 3.2.0-SNAPSHOT as [MARMOTTA-424](https://issues.apache.org/jira/browse/MARMOTTA-424) so updates are going to happen directly in Marmotta's repositorymarmotta-titan
==============Titan Graph DB backend for Apache Marmotta
## Configuartion
In the Marmotta ```properties``` file simply add the configuration properties that you usually use for Titan and prepend it with ```titan.``` prefix.For example a configuration for a ```Titan Graph``` with a ```HBase``` backend at ```192.168.1.1```:
```
titan.storage.backend = hbase
titan.storage.hostname = 192.168.1.1
```For more configuration options of Titan check [here](https://github.com/thinkaurelius/titan/wiki/Graph-Configuration)