DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Firebase Realtime Database vs. Manticore Search vs. NebulaGraph vs. PouchDB vs. SiteWhere

System Properties Comparison Firebase Realtime Database vs. Manticore Search vs. NebulaGraph vs. PouchDB vs. SiteWhere

Editorial information provided by DB-Engines
NameFirebase Realtime Database  Xexclude from comparisonManticore Search  Xexclude from comparisonNebulaGraph  Xexclude from comparisonPouchDB  Xexclude from comparisonSiteWhere  Xexclude from comparison
DescriptionCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.Multi-storage database for search, including full-text search.A distributed, linear scalable, high perfomant Graph DBMSJavaScript DBMS with an API inspired by CouchDBM2M integration platform for persisting/querying time series data
Primary database modelDocument storeSearch engineGraph DBMSDocument storeTime Series DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score14.29
Rank#39  Overall
#6  Document stores
Score0.22
Rank#312  Overall
#21  Search engines
Score2.14
Rank#120  Overall
#10  Graph DBMS
Score2.28
Rank#115  Overall
#21  Document stores
Score0.06
Rank#356  Overall
#35  Time Series DBMS
Websitefirebase.google.com/­products/­realtime-databasemanticoresearch.comgithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
pouchdb.comgithub.com/­sitewhere/­sitewhere
Technical documentationfirebase.google.com/­docs/­databasemanual.manticoresearch.comdocs.nebula-graph.iopouchdb.com/­guidessitewhere1.sitewhere.io/­index.html
DeveloperGoogle infoacquired by Google 2014Manticore SoftwareVesoft Inc.Apache Software FoundationSiteWhere
Initial release20122017201920122010
Current release6.0, February 20237.1.1, June 2019
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2Open Source infoApache Version 2.0 + Common Clause 1.0Open SourceOpen Source infoCommon Public Attribution License Version 1.0
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C++JavaScriptJava
Server operating systemshostedFreeBSD
Linux
macOS
Windows
Linuxserver-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
Windows
Data schemeschema-freeFixed schemaStrong typed schemaschema-freepredefined scheme
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesnoyes
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.noCan index from XMLnonono
Secondary indexesyesyes infofull-text index on all search fieldsyes infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.yes infovia viewsno
SQL infoSupport of SQLnoSQL-like query languageSQL-like query languagenono
APIs and other access methodsAndroid
iOS
JavaScript API
RESTful HTTP API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietary native API
Python Object Graph Mapper
Query language nGQL
HTTP REST infoonly for PouchDB Server
JavaScript API
HTTP REST
Supported programming languagesJava
JavaScript
Objective-C
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
C++
Go
Java
PHP
Python
JavaScript
Server-side scripts infoStored procedureslimited functionality with using 'rules'user defined functionsuser defined functionsView functions in JavaScript
TriggersCallbacks are triggered when data changesnoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioning is done manually, search queries against distributed index is supportedShardingSharding infowith a proxy-based framework, named couchdb-loungeSharding infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesSynchronous replication based on Galera libraryCausal Clustering using Raft protocolMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
selectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Immediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyes infoRelationships in graphsnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesyes infoisolated transactions for atomic changes and binary logging for safe writesACIDnono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yes infousing RocksDByes infoby using IndexedDB, WebSQL or LevelDB as backendyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess controlyes, based on authentication and database rulesnoRole-based access controlnoUsers with fine-grained authorization concept
More information provided by the system vendor
Firebase Realtime DatabaseManticore SearchNebulaGraphPouchDBSiteWhere
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» more
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» 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
Firebase Realtime DatabaseManticore SearchNebulaGraphPouchDBSiteWhere
DB-Engines blog posts

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

show all

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

show all

Recent citations in the news

Realtime vs Cloud Firestore: Which Firebase Database to go?
8 March 2024, Appinventiv

Don't be like these 900+ websites and expose millions of passwords via Firebase
18 March 2024, The Register

Google Firebase may have exposed 125M records from misconfigurations
19 March 2024, SC Media

Google launches Firebase Genkit, a new open source framework for building AI-powered apps
14 May 2024, TechCrunch

Hundreds of Google Firebase websites might have leaked data online
19 March 2024, TechRadar

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

Vesoft (NebulaGraph) Recognized in the Gartner® Market Guide for Graph Database Management Systems
15 November 2023, PR Newswire

NebulaGraph reaps from China's growing appetite for graph databases
16 September 2022, TechCrunch

NebulaGraph Completes Series A to Scale Its Distributed Graph Database
16 September 2022, Datanami

NebulaGraph Enterprise v5.0: The First Distributed Graph Database to Offer Native GQL Support
18 April 2024, IT News Online

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

3 Reasons To Think Offline First
22 March 2017, IBM

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

provided by Google News

SiteWhere: An open platform for connected devices
11 July 2017, Open Source For You

Ten Popular IoT Platforms You Should be Aware of
27 March 2023, Open Source For You

11 Best Open source IoT Platforms To Develop Smart Projects
9 March 2023, H2S Media

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

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

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