DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Faircom EDGE vs. H2 vs. RavenDB vs. Transbase vs. VelocityDB

Vergleich der Systemeigenschaften Faircom EDGE vs. H2 vs. RavenDB vs. Transbase vs. VelocityDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameFaircom EDGE infoformerly c-treeEDGE  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenRavenDB  Xaus Vergleich ausschliessenTransbase  Xaus Vergleich ausschliessenVelocityDB  Xaus Vergleich ausschliessen
KurzbeschreibungFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Open Source Operational and Transactional Enterprise NoSQL Document DatabaseA resource-optimized, high-performance, universally applicable RDBMSA .NET Object Database that can be embedded/distributed and extended to a graph data model (VelocityGraph)
Primäres DatenbankmodellKey-Value Store
Relational DBMS
Relational DBMSDocument StoreRelational DBMSGraph DBMS
Object oriented DBMS
Sekundäre DatenbankmodelleSpatial DBMSGraph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,03
Rang#380  Overall
#59  Key-Value Stores
#157  Relational DBMS
Punkte8,22
Rang#50  Overall
#32  Relational DBMS
Punkte3,01
Rang#101  Overall
#17  Document Stores
Punkte0,15
Rang#337  Overall
#147  Relational DBMS
Punkte0,11
Rang#347  Overall
#35  Graph DBMS
#15  Object oriented DBMS
Websitewww.faircom.com/­products/­faircom-edgewww.h2database.comravendb.netwww.transaction.de/­en/­products/­transbase.htmlvelocitydb.com
Technische Dokumentationdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlwww.h2database.com/­html/­main.htmlravendb.net/­docswww.transaction.de/­en/­products/­transbase/­features.htmlvelocitydb.com/­UserGuide
EntwicklerFairCom CorporationThomas MuellerHibernating RhinosTransaction Software GmbHVelocityDB Inc
Erscheinungsjahr19792005201019872011
Aktuelle VersionV3, Oktober 20202.2.220, Juli 20235.4, Juli 2022Transbase 8.3, 20227.x
Lizenz infoCommercial or Open Sourcekommerziell infoRestricted, free version availableOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoAGPL Version 3, kommerzielle Lizenz verfügbarkommerziell infoDevelopment Lizenz gratiskommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheANSI C, C++JavaC#C und C++C#
Server BetriebssystemeAndroid
Linux infoARM, x86
Raspbian
Windows
Alle Betriebssysteme mit einer Java VMLinux
macOS
Raspberry Pi
Windows
FreeBSD
Linux
macOS
Solaris
Windows
Any that supports .NET
DatenschemaFlexible Schema (defined schema, partial schema, schema free)jaschemafreijaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateja, ANSI Standard SQL Typesjaneinjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinneinnein
Sekundärindizesjajajajaja
SQL infoSupport of SQLja infoANSI SQL queriesjaSQL-like query language (RQL)janein
APIs und andere ZugriffskonzepteADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
JDBC
ODBC
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
ADO.NET
JDBC
ODBC
Proprietäres native API
.Net
Unterstützte ProgrammiersprachenC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
Java.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
.Net
Server-seitige Scripts infoStored Proceduresja info.Net, JavaScript, C/C++Java Stored Procedures and User-Defined Functionsjajanein
TriggersjajajajaCallbacks are triggered when data changes
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenFile partitioning infoCustomizable business rules for partitioningkeineShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infoSynchronous and asynchronous realtime replication based on transaction logsWith clustering: 2 database servers on different computers operate on identical copies of a databaseMulti-Source ReplikationSource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjaneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency
Tunable Consistency
Immediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infowhen using SQLjaneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACID, Cluster-wide transaction availablejaACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenja infoacross SQL and NoSQLyes, multi-version concurrency control (MVCC)jajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajaneinja
Berechtigungskonzept infoZugriffskontrolleFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAuthorization levels configured per client per databaseBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBased on Windows Authentication

Weitere Informationen bereitgestellt vom Systemhersteller

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Faircom EDGE infoformerly c-treeEDGEH2RavenDBTransbaseVelocityDB
Erwähnungen in aktuellen Nachrichten

Data Technology Company FairCom Expands The Edge with 2 New Releases of its Edge Computing Products
19. April 2023, Yahoo Finance

FairCom kicks off new era of database technology USA - English
10. November 2020, PR Newswire

Brokers, Protocols, Platform Move Manufacturing Data
26. Juli 2023, EE Times

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

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

bereitgestellt von Google News

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13. Juni 2023, PR Newswire

Install the NoSQL RavenDB Data System
14. Mai 2021, The New Stack

How I Created a RavenDB Python Client
23. September 2016, Visual Studio Magazine

RavenDB Adds Graph Queries
15. Mai 2019, Datanami

Review: NoSQL database RavenDB
20. März 2019, TechGenix

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

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.

AllegroGraph logo

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

Präsentieren Sie hier Ihr Produkt