TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Neo4j

    Score9 out of 10
    N/ANeo4j is an open source embeddable graph database developed by Neo Technologies based in San Mateo, California with an office in Sweden.

    $65

    per month

    Titan

    Score8 out of 10
    N/ATitan is an open-source distributed graph database developed by Aurelius. Aurelius is now part of Datastax (since February 2015).N/A
    Pricing
    Neo4jTitan
    Editions & Modules
    Aura Professional
    $65
    per month
    Community Edition
    Free
    Enterprise Edition
    Contact Sales
    Aura Free
    Free
    Aura Enterprise
    Contact Sales
    No answers on this topic
    Offerings
    Pricing Offerings
    Neo4jTitan
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details
    More Pricing Information
    Community Pulse
    Neo4jTitan
    Considered Both Products
    Neo Technologies
    Chose Neo4j
    Neo4j is ahead of any of the leading competitors I know. The only one which comes close, in my opinion, is the "Titan-Distributed Graph Database" which is completely open source and free to use. Titan works on top of Apache Cassandra so it has some huge learning curves to do, …
    Incentivized
    Chose Neo4j
    We've done some BOE comparisons between Neo4j, Titan, and OrientDB. The general consensus was that Titan is too unweildy and that Neo4j beat out OrientDB by being more active and having a large community.
    Incentivized
    Chose Neo4j
    • For easy query language and better graphical representation on small dataset
    • Also easy to set up and handle on the server.
    • On top of that Neo4j also provides an API support to interact through any system.
    Incentivized
    Open Source
    Chose Titan
    To be honest, titan is not as popular as Neo4j, though they do the same thing. In my personal opinion, titan has lot of potential, but Neo4j is easier to use. If the organization is big enough, it might choose titan because of its open source nature, and high scalability, but Ne…
    Incentivized
    Key User Insights
    Would buy again
    No answers on this topic
    No answers on this topic
    Delivers good value for the price
    No answers on this topic
    No answers on this topic
    Happy with the feature set
    No answers on this topic
    No answers on this topic
    Lived up to sales and marketing promises
    No answers on this topic
    No answers on this topic
    Implementation went as expected
    No answers on this topic
    No answers on this topic
    Best Alternatives
    Neo4jTitan
    Small Businesses
    No answers on this topic
    Neo4j
    Score9 out of 10
    Medium-sized Companies
    No answers on this topic
    Neo4j
    Score9 out of 10
    Enterprises
    No answers on this topic
    Neo4j
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Neo4jTitan
    Likelihood to Recommend
    9.0
    (10 ratings)
    8.0
    (1 ratings)
    Usability
    9.0
    (2 ratings)
    -
    (0 ratings)
    User Testimonials
    Neo4jTitan
    Likelihood to Recommend
    Neo Technologies
    Neo4J is great for creating network graphs or illustrating how things are related. It is also good for finding individuals or things that have greater influence than others in a system. It is not appropriate if you have standard data sets that can be analyzed using conventional methods or visualized using Tableau, for example.
    Incentivized
    Read full review
    Open Source
    Titan is definitely a good choice, but it has its learning curve. The documentation may lack in places, and you might have to muster answers from different sources and technologies. But at its core, it does the job of storing and querying graph databases really well. Remember that titan itself is not the whole component, but utilizes other technologies like cassandra, gremlin, tinkerpop, etc to do many other things, and each of them has a learning curve. I would recommend titan for a team, but not for a single person. For single developer, go with Neo4j.
    Incentivized
    Read full review
    Pros
    Neo Technologies
    • Mature Query language, I found Cypher QL to be mature in handling all sorts of problems we throw at it. Its expressive enough to be intuitive while providing rich features for various scenarios.
    • Native support for REST API, that makes interacting with Neo4J intuitive and easy.
    • Support for Procedures in Java, procedures are custom code that could be added to the Neo4J to write custom querying of data. The best part about the procedures is it could be invoked using the REST API. This allows us to overcome any shortcomings from their Cypher query language.
    • Nice UI and interface for executing the Query and visualizing the response.
    • UI access controlled by User credentials allows for neat access controls.
    • Awesome free community edition for small-scale projects.
    Incentivized
    Read full review
    Open Source
    • Titan is really good for abstraction of underlying infrastructure. You can choose between different storage engine of your choice.
    • Open source, backed by community, and free.
    • Supports tinkerpop stack which is backed by apache.
    • Uses gremlin for query language making the whole query structure standardized and open for extension if another graph database comes along in future.
    Incentivized
    Read full review
    Cons
    Neo Technologies
    • One of the hardest challenges that Neo4j had to solve was the horizontal scaling problem. I am not updated on recent developments, but at the time of my use, I couldn't find a viable solution.
    • Neo4j does not play with other open source APIs like Blueprint. You have to use the native Neo4j API.
    • There wasn't a visual tool to see your data. Of course, third party tools are always available, but I would have loved something which came with the Neo4j bundle. I love that Docker comes bundled with Kitematic, so it's not wrong to hope that Neo4j could also ship with some default visualization software.
    Incentivized
    Read full review
    Open Source
    • The community is lacking deep documentation. I had to spend many nights trying to figure many things on my own. As graph databases will grow popular, I am sure this will be improved.
    • Not enough community support. Even in SO you might not find many questions. Though there are some users in SO who quickly answer graph database questions. Need more support.
    • Would love an official docker image.
    Incentivized
    Read full review
    Usability
    Neo Technologies
    Learning cypher was super easy coming from a SQL background. Furthermore, the docs Neo4j provides on their website make it really easy to pull up a reference, guide or a quick example. The mac app they provide is also really well designed with good visualisation tools, with the ability to easily use colour, line thickness etc to help navigate your data.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Alternatives Considered
    Neo Technologies
    Neo4j is a graph store and has different use cases compared to another NoSQL Document store like MongoDB. MongoDB is a bad choice when joins are common as existing operators for joining two documents (similar to tables in a relational store) as Mongo 3.5 use SQL like join algorithms which are expensive. MongoDB is a great choice when distributed schemaless rich document structures are important requirements. Cross document transaction support is not native to MongoDB yet, whereas Neo4J is ACID complaint with all its operations.
    Incentivized
    Read full review
    Open Source
    To be honest, titan is not as popular as Neo4j, though they do the same thing. In my personal opinion, titan has lot of potential, but Neo4j is easier to use. If the organization is big enough, it might choose titan because of its open source nature, and high scalability, but Neo4j comes with a lot of enterprise and community support, better query, better documentation, better instructions, and is also backed by leading tech companies. But titan is very strong when you consider standards. Titan follows gremlin and tinkerpop, both of which will be huge in future as more graph database vendors join the market. If things go really well, maybe Neo4j might have to support gremlin as well.
    Incentivized
    Read full review
    Return on Investment
    Neo Technologies
    • Positive: Less complex queries on graph structures, than in relational databases.
    • Negative: maintenance is a huge deal, things doesn't work and break, requiring lengthy restore operations.
    Read full review
    Open Source
    • Steep learning curve. Your engineers would have to spend lots of time learning different components before they feel comfortable.
    • Have to plan ahead. Maybe this is the nature of graph databases, but I found it difficult to change my schemas after I had data in production.
    • It is free, so time is the only resource you have to put in titan.
    Incentivized
    Read full review
    ScreenShots