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

DBMS > CrateDB vs. FileMaker vs. GraphDB vs. Milvus vs. Oracle NoSQL

System Properties Comparison CrateDB vs. FileMaker vs. GraphDB vs. Milvus vs. Oracle NoSQL

Editorial information provided by DB-Engines
NameCrateDB  Xexclude from comparisonFileMaker  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparisonMilvus  Xexclude from comparisonOracle NoSQL  Xexclude from comparison
DescriptionDistributed Database based on LuceneFileMaker is a cross-platform RDBMS that includes a GUI frontend.Enterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.A DBMS designed for efficient storage of vector data and vector similarity searchesA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodes
Primary database modelDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Relational DBMSGraph DBMS
RDF store
Vector DBMSDocument store
Key-value store
Relational DBMS
Secondary database modelsRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.73
Rank#229  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score49.73
Rank#20  Overall
#14  Relational DBMS
Score3.10
Rank#100  Overall
#7  Graph DBMS
#4  RDF stores
Score1.81
Rank#144  Overall
#5  Vector DBMS
Score2.96
Rank#103  Overall
#18  Document stores
#17  Key-value stores
#52  Relational DBMS
Websitecratedb.comwww.claris.com/­filemakerwww.ontotext.commilvus.iowww.oracle.com/­database/­nosql/­technologies/­nosql
Technical documentationcratedb.com/­docswww.claris.com/­resources/­documentationgraphdb.ontotext.com/­documentationmilvus.io/­docs/­overview.mddocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.html
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperCrateClaris infoa subsidiary of AppleOntotextOracle
Initial release20131983200020192011
Current release19.4.1, November 202110.4, October 20232.3.4, January 202423.3, December 2023
License infoCommercial or Open SourceOpen Sourcecommercialcommercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoApache Version 2.0Open Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)
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.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.Zilliz Cloud – Cloud-native service for Milvus
Implementation languageJavaJavaC++, GoJava
Server operating systemsAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportiOS infoclient part only
Linux
OS X
Windows
All OS with a Java VM
Linux
OS X
Windows
Linux
macOS info10.14 or later
Windows infowith WSL 2 enabled
Linux
Solaris SPARC/x86
Data schemeFlexible Schema (defined schema, partial schema, schema free)yesschema-free and OWL/RDFS-schema support; RDF shapesSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.
Typing infopredefined data types such as float or dateyesyesyesVector, Numeric and Stringoptional
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.noyes infoA http query request can return the data in XML formatnonono
Secondary indexesyesyesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesnoyes
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilityyes infovia pluginsstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCnoSQL-like DML and DDL statements
APIs and other access methodsADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Filemaker WebDirect
JDBC
ODBC
GeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
RESTful HTTP APIRESTful HTTP API
Supported programming languages.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
PHP.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
C++
Go
Java
JavaScript (Node.js)
Python
C
C#
Go
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresuser defined functions (Javascript)yeswell-defined plugin interfaces; JavaScript server-side extensibilitynono
Triggersnoyesnonono
Partitioning methods infoMethods for storing different data on different nodesShardingnonenoneShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesConfigurable replication on table/partition-levelSource-replica replication, warm standby infosince Version 14Multi-source replicationElectable source-replica replication per shard. Support distributed global deployment with Multi-region table feature
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononowith Hadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Read-after-write consistency on record level
Immediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Bounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Eventual Consistency
Immediate Consistency infodepending on configuration
Foreign keys infoReferential integritynoyesyes infoConstraint checkingnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infounique row identifiers can be used for implementing an optimistic concurrency control strategynoACIDnoconfigurable infoACID within a storage node (=shard)
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infooff heap cache
User concepts infoAccess controlrights management via user accountssimple rights management via user accounts and connection to external directory servicesDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.Role based access control and fine grained access rightsAccess rights for users and roles
More information provided by the system vendor
CrateDBFileMakerGraphDB infoformer name: OWLIMMilvusOracle NoSQL
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Ontotext GraphDB is a semantic database engine that allows organizations to build...
» more
Milvus is an open-source and cloud-native vector database built for production-ready...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
GraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Highly available, versatile, and robust with millisecond latency. Supports batch...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Metadata enrichment and management, linked data publishing, semantic inferencing...
» more
RAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Milvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
GraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
As of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Licensing and pricing modelsSee CrateDB pricing >
» more
GraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
Milvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» more
News

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 2024

How Knowledge Graphs Power Data Mesh and Data Fabric
10 April 2024

Building Smarter Financial Services: The Role of Semantic Technologies, Knowledge Graphs and Generative AI
3 April 2024

Using GraphDB’s Natural Language Interface to Talk with Your Content
29 March 2024

Choosing A Graph Data Model to Best Serve Your Use Case
27 March 2024

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
CrateDBFileMakerGraphDB infoformer name: OWLIMMilvusOracle NoSQL
DB-Engines blog posts

Vector databases
2 June 2023, Matthias Gelbmann

show all

Recent citations in the news

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, businesswire.com

provided by Google News

Reviews - Features
1 March 2024, Reverse Shot

Apple Filed for new Trademarks in the U.S. and Hong Kong this week for the Figurative Version of 'Reality Composer ...
15 October 2023, Patently Apple

Apple Subsidiary to Face Worker's Job Loss Claims, but Not Apple
14 February 2024, Bloomberg Law

Tilda Swinton Wasn't Prepared for 'Problemista' Horror Stories from Audiences Who Recognize Her Toxic Art World ...
1 March 2024, Yahoo Canada Finance

Apple subsidiary FileMaker returns to its original name from the '80s
6 August 2019, The Verge

provided by Google News

Ontotext's GraphDB Solution is Now Available on the Microsoft Azure Marketplace
16 January 2024, PR Newswire

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24 October 2023, Datanami

Ontotext GraphDB is available on Azure, delivers rich knowledge graph experience
23 January 2024, KMWorld Magazine

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18 December 2019, KDnuggets

Ontotext's GraphDB 8.10 Makes Knowledge Graph Experience Faster and Richer
13 June 2019, Markets Insider

provided by Google News

Zilliz Unveils Game-Changing Features for Vector Search
22 March 2024, Datanami

AI-Powered Search Engine With Milvus Vector Database on Vultr
31 January 2024, SitePoint

What Is Milvus Vector Database?
6 October 2023, The New Stack

Milvus 2.4 Unveils Game-Changing Features for Enhanced Vector Search
20 March 2024, GlobeNewswire

Zilliz Cloud boosts vector database performance
31 January 2024, InfoWorld

provided by Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21 August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, Oracle

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Oracle Beefs Up Its NoSQL Database Offering
3 April 2014, Data Center Knowledge

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

provided by Google News



Share this page

Featured Products

Milvus logo

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

AllegroGraph logo

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

Neo4j logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get 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