Skip to content

how to set up tinkerpop for scala #282

Description

@davidzxc574

Hi,

I have neo4j-community-3.5.5, scala 2.11.8 and Idea 2018.3.4 community version and would like to set up gremlin for me to access Neo4j database in Scala

I have this library dependency in build.sbt

libraryDependencies += "com.michaelpollmeier" %% "gremlin-scala" % "3.4.1.4"

and in my scala console I have

import gremlin.scala._
import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory

But scala does not recognize tinkergraph. What I am missing and is there a link describing how to set it up?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions