DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Drill vs. Faircom EDGE vs. Google BigQuery vs. JanusGraph vs. ToroDB

System Properties Comparison Apache Drill vs. Faircom EDGE vs. Google BigQuery vs. JanusGraph vs. ToroDB

Editorial information provided by DB-Engines
NameApache Drill  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonGoogle BigQuery  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparisonToroDB  Xexclude from comparison
ToroDB seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsLarge scale data warehouse service with append-only tablesA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017A MongoDB-compatible JSON document store, built on top of PostgreSQL
Primary database modelDocument store
Relational DBMS
Key-value store
Relational DBMS
Relational DBMSGraph DBMSDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.90
Rank#126  Overall
#23  Document stores
#60  Relational DBMS
Score0.02
Rank#370  Overall
#55  Key-value stores
#157  Relational DBMS
Score52.67
Rank#19  Overall
#13  Relational DBMS
Score1.85
Rank#134  Overall
#12  Graph DBMS
Websitedrill.apache.orgwww.faircom.com/­products/­faircom-edgecloud.google.com/­bigqueryjanusgraph.orggithub.com/­torodb/­server
Technical documentationdrill.apache.org/­docsdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlcloud.google.com/­bigquery/­docsdocs.janusgraph.org
DeveloperApache Software FoundationFairCom CorporationGoogleLinux Foundation; originally developed as Titan by Aurelius8Kdata
Initial release20121979201020172016
Current release1.20.3, January 2023V3, October 20201.0.0, October 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2commercial infoRestricted, free version availablecommercialOpen Source infoApache 2.0Open Source infoAGPL-V3
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageANSI C, C++JavaJava
Server operating systemsLinux
OS X
Windows
Android
Linux infoARM, x86
Raspbian
Windows
hostedLinux
OS X
Unix
Windows
All OS with a Java 7 VM
Data schemeschema-freeFlexible Schema (defined schema, partial schema, schema free)yesyesschema-free
Typing infopredefined data types such as float or dateyesyes, ANSI Standard SQL Typesyesyesyes infostring, integer, double, boolean, date, object_id
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.noyesnonono
Secondary indexesnoyesnoyes
SQL infoSupport of SQLSQL SELECT statement is SQL:2003 compliantyes infoANSI SQL queriesyesno
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
RESTful HTTP/JSON APIJava API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Supported programming languagesC++C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
.Net
Java
JavaScript
Objective-C
PHP
Python
Ruby
Clojure
Java
Python
Server-side scripts infoStored proceduresuser defined functionsyes info.Net, JavaScript, C/C++user defined functions infoin JavaScriptyes
Triggersnoyesnoyesno
Partitioning methods infoMethods for storing different data on different nodesShardingFile partitioning infoCustomizable business rules for partitioningnoneyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoSynchronous and asynchronous realtime replication based on transaction logsyesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnonoyes infovia Faunus, a graph analytics engine
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency
Tunable Consistency
Immediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyes infowhen using SQLnoyes infoRelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDno infoSince BigQuery is designed for querying dataACIDno
Concurrency infoSupport for concurrent manipulation of datayesyes infoacross SQL and NoSQLyesyesyes
Durability infoSupport for making data persistentDepending on the underlying data sourceyesyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Depending on the underlying data sourceyesno
User concepts infoAccess controlDepending on the underlying data sourceFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Access privileges (owner, writer, reader) on dataset, table or view level infoGoogle Cloud Identity & Access Management (IAM)User authentification and security via Rexster Graph ServerAccess rights for users and roles

More information provided by the system vendor

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Apache DrillFaircom EDGE infoformerly c-treeEDGEGoogle BigQueryJanusGraph infosuccessor of TitanToroDB
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

show all

Recent citations in the news

Apache Drill case study: A tutorial on processing CSV files
9 June 2016, TheServerSide.com

Analyse Kafka messages with SQL queries using Apache Drill
27 September 2019, Towards Data Science

MapR Advances Support for Flexible and High Performance Analytics on JSON and S3 Data with Apache Drill
30 January 2019, Business Wire

Apache Drill Eliminates ETL, Data Transformation for MapR Database
11 April 2016, The New Stack

Drill Mines Diverse Data Sets, Google Style
20 May 2015, The Next Platform

provided by Google News

Data Technology Company FairCom Expands The Edge with 2 New Releases of its Edge Computing Products
19 April 2023, Business Wire

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

How To Collect, Store, and Query IoT Data With MQTT + SQL
16 June 2022, IoT For All

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

provided by Google News

Winning the 2020 Google Cloud Technology Partner of the Year – Infrastructure Modernization Award
22 December 2021, CIO

Hightouch Announces $38M in Funding and Launches New Customer 360 Toolkit
20 July 2023, Datanami

Hightouch Raises $38M in Funding
19 July 2023, FinSMEs

provided by Google News

Simple Deployment of a Graph Database: JanusGraph
12 October 2020, Towards Data Science

Database Deep Dives: JanusGraph
8 August 2019, IBM

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

Nordstrom Builds Flexible Backend Ops with Kubernetes, Spark and JanusGraph
3 October 2019, The New Stack

From graph db to graph embedding. In 7 simple steps. | by Andy Greatorex
30 July 2020, Towards Data Science

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.

Neo4j logo

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

Milvus logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

Present your product here