janusgraph-utils
Develop a graph database app using JanusGraph
File Explorer
Download Latest Version (.zip)- batch_import.properties
- large_config-100x.json
- large_config-10x.json
- large_config-50x.json
- large_config.json
- medium_config_100x-prop.json
- medium_config_10x-prop.json
- medium_config_50x-prop.json
- large_config.json
- medium_config.json
- small_config.json
- supernode_config.json
- tiny_config.json
- twitter-like-w-date.json
- architecture.png
- sample_output.png
- users_guide.md
- date-helper.groovy
- twitter-like-queries.txt
- BatchImporterDataMap.java
- ColumnBean.java
- CSVConfig.java
- CSVIdBean.java
- EdgeLabelBean.java
- EdgeMapBean.java
- EdgeTypeBean.java
- GSONSchema.java
- IndexBean.java
- PropertyKeyBean.java
- RelationBean.java
- VertexCentricIndexBean.java
- VertexLabelBean.java
- VertexMapBean.java
- VertexTypeBean.java
- CSVGenerator.java
- GSONUtil.java
- IdStore.java
- JanusGraphBench.java
- DataFileLoader.java
- DataLoader.java
- EdgeLoaderWorker.java
- SchemaLoader.java
- BatchHelper.java
- Config.java
- Constants.java
- Worker.java
- WorkerListener.java
- WorkerPool.java
- VertexLoaderWorker.java
- BatchImport.java
- JanusGraphSchemaImporter.groovy
- logback.xml
- schema-importer-testcase.json
- SchemaImporterTest.groovy
- test.sh
- replicate.py
- .gitignore
- .travis.yml
- CONTRIBUTING.md
- LICENSE
- MAINTAINERS.md
- pom.xml
- README.md
- run.sh
# Installation Guide
1. Get the code
git clone https://github.com/IBM/janusgraph-utils
Downloads the entire project code from GitHub to your computer.
cd janusgraph-utils
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install -DskipTests=true
Installs dependencies and builds the project using Maven.
mvn package
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
