Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-2259

Add Janus Graph Cassandra support

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 1.0.0
    • 1.0.0
    • atlas-core
    • None
    • Important

    Description

      Atlas should have support for Cassandra as a backend for Janus available by default. If someone wants this type of configuration, they have to modify the pom.xml and rebuild Atlas. Here is the pom.xml modification required to enable this support:

              <dependency>
                  <groupId>org.janusgraph</groupId>
                  <artifactId>janusgraph-cassandra</artifactId>
                  <version>${janus.version}</version>
                  <exclusions>
                      <exclusion>
                          <groupId>org.codehaus.jettison</groupId>
                          <artifactId>jettison</artifactId>
                      </exclusion>
                      <exclusion>
                      	<groupId>commons-lang</groupId>
                      	<artifactId>commons-lang</artifactId>
                      </exclusion>
                  </exclusions>
              </dependency>
      
      

      Attachments

        Activity

          People

            ppadovani Pierre Padovani
            ppadovani Pierre Padovani
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: