DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > BigObject vs. EsgynDB vs. Memgraph vs. SQL.JS vs. Trafodion

System Properties Comparison BigObject vs. EsgynDB vs. Memgraph vs. SQL.JS vs. Trafodion

Editorial information provided by DB-Engines
NameBigObject  Xexclude from comparisonEsgynDB  Xexclude from comparisonMemgraph  Xexclude from comparisonSQL.JS  Xexclude from comparisonTrafodion  Xexclude from comparison
Apache Trafodion has been retired in 2021. Therefore it is excluded from the DB-Engines Ranking.
DescriptionAnalytic DBMS for real-time computations and queriesEnterprise-class SQL-on-Hadoop solution, powered by Apache TrafodionAn open source graph database built for real-time streaming and compatible with Neo4jPort of SQLite to JavaScriptTransactional SQL-on-Hadoop DBMS
Primary database modelRelational DBMS infoa hierachical model (tree) can be imposedRelational DBMSGraph DBMSRelational DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.13
Rank#333  Overall
#147  Relational DBMS
Score0.16
Rank#329  Overall
#146  Relational DBMS
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score0.53
Rank#252  Overall
#116  Relational DBMS
Websitebigobject.iowww.esgyn.cnmemgraph.comsql.js.orgtrafodion.apache.org
Technical documentationdocs.bigobject.iomemgraph.com/­docssql.js.org/­documentation/­index.htmltrafodion.apache.org/­documentation.html
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperBigObject, Inc.EsgynMemgraph LtdAlon Zakai infoenhancements implemented by othersApache Software Foundation, originally developed by HP
Initial release20152015201720122014
Current release2.3.0, February 2019
License infoCommercial or Open Sourcecommercial infofree community edition availablecommercialOpen Source infoBSL 1.1; commercial license for enterprise edition availableOpen SourceOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++, JavaC and C++JavaScriptC++, Java
Server operating systemsLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
LinuxLinuxserver-less, requires a JavaScript environment (browser, Node.js)Linux
Data schemeyesyesschema-free and schema-optionalyesyes
Typing infopredefined data types such as float or dateyesyesyesyesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nonononono
Secondary indexesyesyesyes
SQL infoSupport of SQLSQL-like DML and DDL statementsyesnoyes infoSQL-92 is not fully supportedyes
APIs and other access methodsfluentd
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
Bolt protocol
Cypher query language
JavaScript APIADO.NET
JDBC
ODBC
Supported programming languagesAll languages supporting JDBC/ODBC/ADO.Net.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
JavaScriptAll languages supporting JDBC/ODBC/ADO.Net
Server-side scripts infoStored proceduresLuaJava Stored ProceduresnoJava Stored Procedures
Triggersnononono
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infodynamic graph partitioningnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication between multi datacentersMulti-source replication using RAFTnoneyes, via HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonoyes infovia user defined functions and HBase
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate ConsistencynoneImmediate Consistency
Foreign keys infoReferential integrityyes infoautomatically between fact table and dimension tablesyesyes inforelationships in graphsyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID infowith snapshot isolationACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infoRead/write lock on objects (tables, trees)yesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesno infoexcept by serializing a db to a fileyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyesno
User concepts infoAccess controlnofine grained access rights according to SQL-standardUsers, roles and permissionsnofine grained access rights according to SQL-standard
More information provided by the system vendor
BigObjectEsgynDBMemgraphSQL.JSTrafodion
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
BigObjectEsgynDBMemgraphSQL.JSTrafodion
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

Enhance Your Network with the Power of a Graph DB
1 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

provided by Google News

9 Best JavaScript and TypeScript ORMs for 2024 — SitePoint
22 March 2023, SitePoint

Execute millions of SQL statements in milliseconds in the browser with WebAssembly and Web Workers.
14 January 2017, hackernoon.com

SQLite On The Web: Absurd-sql
24 August 2021, Hackaday

In Praise Of SQLite
28 July 2022, iProgrammer

Running PostgreSQL Inside Your Browser
8 September 2022, iProgrammer

provided by Google News

Evaluating HTAP Databases for Machine Learning Applications
2 November 2016, KDnuggets

HP Throws Trafodion Hat into OLTP Hadoop Ring
14 July 2014, Datanami

Low-latency, distributed database architectures are critical for emerging fog applications
7 April 2022, Embedded Computing Design

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here