InterSystems IRIS vs. Neo4j

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
InterSystems IRIS
Score 8.3 out of 10
N/A
InterSystems IRIS is a complete cloud-first data platform that includes a multi-model transactional data management engine, an application development platform, and interoperability engine, and an open analytics platform. It is is the next generation of InterSystems' data management software. It includes…N/A
Neo4j
Score 7.0 out of 10
N/A
Neo4j is an open source embeddable graph database developed by Neo Technologies based in San Mateo, California with an office in Sweden.
$65
per month
Pricing
InterSystems IRISNeo4j
Editions & Modules
No answers on this topic
Aura Professional
$65
per month
Community Edition
Free
Enterprise Edition
Contact Sales
Aura Free
Free
Aura Enterprise
Contact Sales
Offerings
Pricing Offerings
InterSystems IRISNeo4j
Free Trial
YesYes
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeOptionalNo setup fee
Additional Details
More Pricing Information
Features
InterSystems IRISNeo4j
Database Development
Comparison of Database Development features of Product A and Product B
InterSystems IRIS
7.3
44 Ratings
15% below category average
Neo4j
-
Ratings
Version control tools6.838 Ratings00 Ratings
Test data generation7.739 Ratings00 Ratings
Performance optimization tools6.942 Ratings00 Ratings
Schema maintenance7.542 Ratings00 Ratings
Database change management7.543 Ratings00 Ratings
Database Administration
Comparison of Database Administration features of Product A and Product B
InterSystems IRIS
7.4
44 Ratings
15% below category average
Neo4j
-
Ratings
User management7.344 Ratings00 Ratings
Database security7.544 Ratings00 Ratings
Database status reporting7.641 Ratings00 Ratings
Change management7.443 Ratings00 Ratings
Best Alternatives
InterSystems IRISNeo4j
Small Businesses
DBeaver
DBeaver
Score 8.4 out of 10
IBM Cloudant
IBM Cloudant
Score 8.3 out of 10
Medium-sized Companies
DBeaver
DBeaver
Score 8.4 out of 10
IBM Cloudant
IBM Cloudant
Score 8.3 out of 10
Enterprises
DBeaver
DBeaver
Score 8.4 out of 10
IBM Cloudant
IBM Cloudant
Score 8.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
InterSystems IRISNeo4j
Likelihood to Recommend
7.8
(44 ratings)
2.2
(9 ratings)
Likelihood to Renew
8.2
(1 ratings)
-
(0 ratings)
Usability
8.2
(3 ratings)
6.0
(1 ratings)
Support Rating
7.4
(4 ratings)
-
(0 ratings)
Implementation Rating
8.2
(1 ratings)
-
(0 ratings)
User Testimonials
InterSystems IRISNeo4j
Likelihood to Recommend
InterSystems
Intersystems IRIS is a really great tool for Interoperability. It has so many capabilities out of the box and then such a great developer community on top of that, that there are really no limits to what you can do in terms of data manipulation and translation. Personally I find it to be a great tool if you are looking for Interoperability software.
Read full review
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.
Read full review
Pros
InterSystems
  • Connecting with mutliple vendor platforms and systems allowing us to consume and provide data as needed.
  • Allowed us to implement our own RESTful api engine to server data to our internal applications.
  • Setting up their recommendations for high availability allow us to perform server maintenance with minimal down time to our users.
Read full review
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.
Read full review
Cons
InterSystems
  • Enhanced documentation, more comprehensive and user-friendly documentation, including detailed tutorials and examples
  • Improving compatibility and integrations with others programming languages
  • Introducing tools and techniques to optimize the performance of ObjectScript applications, such as profiling tools, performance monitoring utilities, and code optimization guidelines
  • A better compatibility with Python libraries
Read full review
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.
Read full review
Usability
InterSystems
The interface is very intuitive, the documentation is very good so it is not complicated to operate.
The security is complex, but you can create a special role to access and the user ONLY can operate with the part that it allows.
Also, you can examine the data very quick with the SQL Browser integrated.
Read full review
Neo Technologies
[Based on] Query Language, Performance on small and large data sets, integration and deployment, analysis, API support, Interactive UI.
Read full review
Support Rating
InterSystems
The InterSystems WRC has always been helpful and responsive. The folks I have spoken with are always understanding of our needs and questions and regardless of if the question is simple or complex we are always met with the same professionalism and helpfulness every time. I have no hesitations contacting InterSystems for help!
Read full review
Neo Technologies
No answers on this topic
Implementation Rating
InterSystems
Will done based on a proper planning, so this will makes execution more easier and better.
Read full review
Neo Technologies
No answers on this topic
Alternatives Considered
InterSystems
We are using InterSystems IRIS [especially] for database operations as the query performance is really good for [a large] amount of customer data. You can easily integrate for any application like web, desktop, and many more. It also provides BI functionality which is also very easy to implement using InterSystems IRIS[.]
Read full review
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.
Read full review
Return on Investment
InterSystems
  • Very Fast and scalable software to deal with big data flow, safe and robust.
  • The studio IDE is quite old fashion and lacks a few facilities
  • amazing for complex data consumption, its milyi-model capability wich allows multiple different models for a single set of codes.
Read full review
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
ScreenShots