You can edit almost every page by Creating an account. Otherwise, see the FAQ.

ArcadeDB

From EverybodyWiki Bios & Wiki




Script error: No such module "Draft topics". Script error: No such module "AfC topic".

ArcadeDB
Developer(s)Arcade Data Ltd
Initial release2021; 3 years ago (2021)
Stable release
22.10.1 / November 2, 2022; 17 months ago (2022-11-02)[1]
Written inJava[2]
Engine
    TypeDocument-oriented database, Graph database, Key–value_database, Multi-model database
    LicenseApache 2 License
    Websitearcadedb.com

    Search ArcadeDB on Amazon.

    ArcadeDB is an open-source multi-model database supporting document model, graph model, and key-value model. Due to its non-relational nature, this is a NoSQL database. ArcadeDB runs on the Java platform and is written in Java, particularly only using Java's low-level API for performance reasons. Originally, this project started as a fork of OrientDB[3]. The development is driven by the community, led by the company Arcade Data Ltd[4] and conducted on the github platform. ArcadeDB is listed in the DB engines ranking[5] and in Carnegie Mellon's Database of Databases[6].

    Multi-Model[edit]

    • Key-Value Model: A record is a pair of a unique key and a data value.
    • Document Model: A record is a sets of key-value pairs.
    • Graph Model: A record is either a vertex document or an edge document.
    Comparison of Database Concepts
    Relational Database Key-Value Database Document Database Graph Database ArcadeDB
    Table Bucket Collection Type Bucket and Type
    Row Pair Document Vertex Vertex or Document
    Column Pair Example Property (of Document, Vertex, or Edge)
    Relation Edge Edge or Relationship

    where:

    • Types are an optional, partial schema of a document, vertex or edge.
    • Buckets are containers for documents, vertices or edges of a certain type.

    Features[edit]

    Native Query Language[edit]

    The native query language of ArcadeDB is a dialect of SQL, which is closely related to OrientDB's OSQL, and extends a subset SQL with functionality for documents, vertices, edges, buckets, types, and properties.

    Programming Language Support (Drivers)[edit]

    ArcadeDB natively includes support for Java. The community provides support for .NET, Python, Ruby, Rust, and Chicken Scheme. Generally, the HTTP API endpoint interface allows connectors, drivers, or clients in most programming languages.

    Usage[edit]

    ArcadeDB provides a terminal client (console) for interacting with the database server and also a web interface (studio) for database management tasks, as well as queries and commands in all supported query languages and inspect query results in tabular text, raw JSON, or Graph rendering.

    Planned Functionality[edit]

    A time series model and a vector embedding database model are currently under construction.

    Versions[edit]

    Release history
    Version Release Datea Note Changelog
    21.9.1 2021-09-21 Initial Release https://github.com/ArcadeData/arcadedb/releases/tag/21.9.1
    21.10.1 2021-10-05 https://github.com/ArcadeData/arcadedb/releases/tag/21.10.1
    21.10.2 2021-10-29 https://github.com/ArcadeData/arcadedb/releases/tag/21.10.2
    21.11.1 2021-12-01 https://github.com/ArcadeData/arcadedb/releases/tag/21.11.1
    21.12.1 2022-01-01 https://github.com/ArcadeData/arcadedb/releases/tag/21.12.1
    22.1.2 2022-01-11 https://github.com/ArcadeData/arcadedb/releases/tag/22.1.2
    22.1.3 2022-02-01 https://github.com/ArcadeData/arcadedb/releases/tag/22.1.3
    22.2.1 2022-02-23 https://github.com/ArcadeData/arcadedb/releases/tag/22.2.1
    22.6.1 2022-06-08 https://github.com/ArcadeData/arcadedb/releases/tag/22.6.1
    22.8.1 2022-08-02 https://github.com/ArcadeData/arcadedb/releases/tag/22.8.1
    22.9.1 2022-10-03 https://github.com/ArcadeData/arcadedb/releases/tag/22.9.1
    22.10.1 2022-11-02 https://github.com/ArcadeData/arcadedb/releases/tag/22.10.1
    22.11.1 2022-12-09 https://github.com/ArcadeData/arcadedb/releases/tag/22.11.1
    22.12.1 2022-12-23 https://github.com/ArcadeData/arcadedb/releases/tag/22.12.1
    23.1.1 2023-01-16 https://github.com/ArcadeData/arcadedb/releases/tag/23.1.1
    23.1.2 2023-02-02 https://github.com/ArcadeData/arcadedb/releases/tag/23.1.2
    23.2.1 2023-03-01 https://github.com/ArcadeData/arcadedb/releases/tag/23.2.1
    23.3.1 2023-04-05 https://github.com/ArcadeData/arcadedb/releases/tag/23.3.1
    23.4.1 2023-05-03 https://github.com/ArcadeData/arcadedb/releases/tag/23.4.1
    23.5.1 2023-06-09 https://github.com/ArcadeData/arcadedb/releases/tag/23.5.1
    23.6.1 2023-07-05 https://github.com/ArcadeData/arcadedb/releases/tag/23.6.1
    23.7.1 2023-08-15 https://github.com/ArcadeData/arcadedb/releases/tag/23.7.1
    23.9.1 2023-09-27 https://github.com/ArcadeData/arcadedb/releases/tag/23.9.1
    23.10.1 2023-11-01 https://github.com/ArcadeData/arcadedb/releases/tag/23.10.1
    23.11.1 2023-11-30 https://github.com/ArcadeData/arcadedb/releases/tag/23.11.1
    23.12.1 2024-01-05 https://github.com/ArcadeData/arcadedb/releases/tag/23.12.2
    24.1.1 2024-02-05 https://github.com/ArcadeData/arcadedb/releases/tag/24.1.1
    24.2.1 2024-03-12 https://github.com/ArcadeData/arcadedb/releases/tag/24.2.1
    24.4.1 2024-04-20 https://github.com/ArcadeData/arcadedb/releases/tag/24.4.1

    History[edit]

    • 2021-09-01 Initial Release of ArcadeDB.

    Name[edit]

    The name ArcadeDB refers to the underlying business model of only R&D and word of mouth, and no dedicated sales team.[9]

    See also[edit]

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

    References[edit]

    1. "Releases · ArcadeData/arcadedb". GitHub. Retrieved 2022-11-03.
    2. "ArcadeDB Repository". GitHub.
    3. "Google Groups | Welcome to ArcadeDB, the new official fork of OrientDB!". groups.google.com. Retrieved 2022-10-20.
    4. "Arcade Data". eu-startups.com. Retrieved 2022-10-20.
    5. "ArcadeDB System Properties". db-engines.com. Retrieved 2022-10-20.
    6. "ArcadeDB". Database of Databases. 2 January 2022. Retrieved 2022-10-20.
    7. "Usage of Cypher". opencypher.org. Retrieved 2022-10-20.
    8. "Data System Providers, an open source framework for graph computing". tinkerpop.apache.org. Retrieved 2022-10-20.
    9. "Welcome to ArcadeDB: Play with Data". blog.arcadedb.com. September 2021. Retrieved 2022-10-20.

    External links[edit]


    This article "ArcadeDB" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:ArcadeDB. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.