-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Faunus is a distributed analytics engine for processing property graphs with Hadoop. A breadth-first version of the graph traversal language Gremlin operates on a vertex-centric property graph data structure. Faunus provides adaptors to the distributed graph database Titan, any Rexster fronted graph database, and to text and binary graphs stored in HDFS. The provided Gremlin operations and Hadoop graph tools can be extended using MapReduce and Blueprints.
Please use Aurelius’s mailing list for all Faunus related questions. For TinkerPop related discussions, use the Gremlin-Users mailing list. For commercial Faunus support, please contact the graph experts at Aurelius and follow them on Twitter @aureliusgraphs.
<dependency>
<groupId>com.thinkaurelius.faunus</groupId>
<artifactId>faunus</artifactId>
<version>0.3.0</version>
</dependency>
Version Numbers
- Faunus 0.1.z is still active and updates will continue. (stable)
- Faunus 0.3.z is new with experimental features. (experimental)
- Introduction
- Intermediate Concepts
-
Faunus Graph
- Faunus Graph Configuration (cheat sheet)
- Gremlin over Faunus (FaunusPipeline JavaDoc)
- Gremlin Steps (cheat sheet)
- HDFS Handling (cheat sheet)
- Command Line Usage
- Integration with Data Sources/Sinks
- SequenceFile Format (source/sink)
- Titan Format (source/sink)
- GraphSON Format (source/sink)
- Rexster Format (source)
-
EdgeList Format (sink)
- RDF Format (source)
- Script Format (source/sink)
- Data Science with Faunus
- Gotchas and Limitations
-
Faunus Graph
- Advanced Concepts
- Version Compatibilities
- Acknowledgements
- Release Notes
The documentation in this wiki is respective of the current master branch, not the latest release.
JavaDoc: 0.3.0 – 0.1.1 – 0.1.0
WikiDoc: 0.3.0 – 0.1.1 – 0.1.0