DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Badger vs. Google Cloud Bigtable vs. Graphite vs. H2GIS vs. JanusGraph

System Properties Comparison Badger vs. Google Cloud Bigtable vs. Graphite vs. H2GIS vs. JanusGraph

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonGoogle Cloud Bigtable  Xexclude from comparisonGraphite  Xexclude from comparisonH2GIS  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparison
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.Data logging and graphing tool for time series data infoThe storage layer (fixed size database) is called WhisperSpatial extension of H2A Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017
Primary database modelKey-value storeKey-value store
Wide column store
Time Series DBMSSpatial DBMSGraph DBMS
Secondary database modelsRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.14
Rank#331  Overall
#49  Key-value stores
Score3.26
Rank#92  Overall
#13  Key-value stores
#8  Wide column stores
Score4.57
Rank#73  Overall
#5  Time Series DBMS
Score0.00
Rank#383  Overall
#7  Spatial DBMS
Score1.94
Rank#129  Overall
#12  Graph DBMS
Websitegithub.com/­dgraph-io/­badgercloud.google.com/­bigtablegithub.com/­graphite-project/­graphite-webwww.h2gis.orgjanusgraph.org
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgercloud.google.com/­bigtable/­docsgraphite.readthedocs.iowww.h2gis.org/­docs/­homedocs.janusgraph.org
DeveloperDGraph LabsGoogleChris DavisCNRSLinux Foundation; originally developed as Titan by Aurelius
Initial release20172015200620132017
Current release0.6.3, February 2023
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialOpen Source infoApache 2.0Open Source infoLGPL 3.0Open Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageGoPythonJavaJava
Server operating systemsBSD
Linux
OS X
Solaris
Windows
hostedLinux
Unix
Linux
OS X
Unix
Windows
Data schemeschema-freeschema-freeyesyesyes
Typing infopredefined data types such as float or datenonoNumeric data onlyyesyes
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 indexesnononoyesyes
SQL infoSupport of SQLnononoyesno
APIs and other access methodsgRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
HTTP API
Sockets
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Supported programming languagesGoC#
C++
Go
Java
JavaScript (Node.js)
Python
JavaScript (Node.js)
Python
JavaClojure
Java
Python
Server-side scripts infoStored proceduresnononoyes infobased on H2yes
Triggersnononoyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnonenoneyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)
Replication methods infoMethods for redundantly storing data on multiple nodesnoneInternal replication in Colossus, and regional replication between two clusters in different zonesnoneyes infobased on H2yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonoyes infovia Faunus, a graph analytics engine
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)noneImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynononoyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoAtomic single-row operationsnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infolockingyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyesyesyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcast
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)noyes infobased on H2User authentification and security via Rexster Graph Server

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

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

More resources
BadgerGoogle Cloud BigtableGraphiteH2GISJanusGraph infosuccessor of Titan
DB-Engines blog posts

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google Cloud adds vector support to all its database offerings
29 February 2024, InfoWorld

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, InfoQ.com

Google scales up Cloud Bigtable NoSQL database
27 January 2022, TechTarget

Google introduces Cloud Bigtable managed NoSQL database to process data at scale
6 May 2015, VentureBeat

provided by Google News

Try out the Graphite monitoring tool for time-series data
29 October 2019, TechTarget

Grafana Labs Announces Mimir Time Series Database
1 April 2022, Datanami

The Billion Data Point Challenge: Building a Query Engine for High Cardinality Time Series Data
10 December 2018, Uber

Getting Started with Monitoring using Graphite
23 January 2015, InfoQ.com

Real-Time Performance and Health Monitoring Using Netdata
2 September 2019, CNX Software

provided by Google News

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

Database Deep Dives: JanusGraph
8 August 2019, ibm.com

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Compose for JanusGraph arrives on Bluemix
15 September 2017, ibm.com

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

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.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Present your product here