Giter Club home page Giter Club logo

Comments (5)

blackthorne avatar blackthorne commented on September 26, 2024 1

Hi Leif,
thank you for your quick reply.

I'm using TP 3.0.1, thought it was the latest one because of it's the latest version on Titan's website, where I got it from ( titan-1.0.0-hadoop1.zip ). I'm completely new on this, what setup would you recommend?

Kind regards,
Francisco

from goblin.

davebshow avatar davebshow commented on September 26, 2024 1

Hi Francisco,

Thanks for your interest in Goblin, If you want to use Titan, I would suggest using Titan 1.1, but you will have to build it from the source contained in the Github repo, instructions for doing so can be found here: https://github.com/thinkaurelius/titan/blob/titan11/titan-dist/README.md.

However, depending on your use case, I would also recommend checking out DataStax Enterprise Graph, which looks to be the next big thing in distributed graph computing.

Best,

Dave

from goblin.

leifurhauks avatar leifurhauks commented on September 26, 2024

Hi Francisco, thanks for your feedback! Are you using TinkerPop 3.0? I've just been looking into this and it seems that a new API was added for the addV step in tp3.1, but that the old one is still supported.

The new API is the one of the form g.addV('developer').property('name', 'Leif'), while the old one has an even number of parameters because the label and any other properties are all defined as parameters on the addV step, like this: g.addV(T.label, 'developer', 'name', 'Leif'). If you're using TinkerPop 3.0 you will need to use the older API in raw gremlin queries; and I think we can patch the OGM so that vertices can be added with tp3.0.

Thanks again!

from goblin.

blackthorne avatar blackthorne commented on September 26, 2024

Thank you so much, happy days!

May I ask what would be right place to ask general questions about goblin?

(Please feel free to close this ticket)

from goblin.

davebshow avatar davebshow commented on September 26, 2024

Sure, you can discuss on gitter: https://gitter.im/ZEROFAIL/goblin

from goblin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.