Orient DB!

Orient DB alternatives

  • MongoDB

  • MongoDB (from "humongous") is a scalable, high-performance, open source NoSQL database. The database is document-oriented so it manages collections of JSON-like documents. Many applications can thus model data in a more natural way, as data can be nested in complex hierarchies and still be query-able and indexable.

    tags: database database-replication document-database gridfs indexed
  • CouchDB

  • Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP / JSON API. It includes incremental map / reduce mechanics for queries and keeps data safe with an append-only datastore.

    tags: database developer-tools http javascript json
  • RethinkDB

  • RethinkDB pushes JSON to your apps in realtime.

    tags: Discontinued database distributed-database json nosql
  • CockroachDB

  • Cockroach is a distributed key/value datastore which supports ACID transactional semantics and versioned values as first-class features. The primary design goal is global consistency and survivability, hence the name. Cockroach aims to tolerate disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention. Cockroach nodes are symmetric; a design goal is one binary with minimal configuration and no required auxiliary services.

    tags: acid-transactional-semantics business-database business-intelligence developer-tools json
  • CouchBase

  • Couchbase is the NoSQL database market share leader, with production deployments at AOL, Deutsche Post, NTT Docomo, Salesforce.com, Turner Broadcasting Systems, Zynga and hundreds of other organizations worldwide. Couchbase products enable a more flexible, scalable, high-performance, and cost-effective approach to data management than relational database solutions and are particularly well suited for web applications deployed on virtualized or cloud infrastructures, and mobile applications requiring real-time data synchronization between devices and the cloud. Couchbase is a privately held company funded by Accel Partners, Ignition Partners, Mayfield Fund and North Bridge Venture Partners. www.couchbase.com »

    tags: database nosql
  • neo4j

  • You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database.

    tags: graphs graph-visualization
  • ArangoDB

  • ArangoDB database is an open-source NoSQL solution with a flexible data model for documents, graphs, and key-values.

    tags: database document-database graph-database key-value nosql
  • Apache HBase

  • HBase is an open source, non-relational, distributed database modeled after Google's BigTable and is written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS (Hadoop Distributed Filesystem), providing BigTable-like capabilities for Hadoop. That is, it provides a fault-tolerant way of storing large quantities of sparse data.

    tags: database developer-tools
  • NosDB

  • NosDB is a 100% native .NET Open Source NoSQL Database. It is extremely fast and linearly scalable. Accelerate your development with a flexible JSON schema.

    tags: c-nosql nosql nosql-database nosql-database-.net open-source-nosql-database
  • DocumentDB

  • Azure DocumentDB is a NoSQL document database service designed from the ground up to natively support JSON and JavaScript directly inside the database engine. It’s the right solution for web and mobile applications when predictable throughput, low latency, and flexible query are key. Microsoft consumer applications like OneNote already use DocumentDB in production to support millions of users.

    tags: business-database business-intelligence database developer-tools document-database
  • Titan Database

  • Titan is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster. Titan is a transactional database that can support thousands of concurrent users executing complex graph traversals in real time.

    tags: business-database business-intelligence database developer-tools graph-database
  • NetworkX

  • NetworkX is a Python language software package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

    tags: drawing graph-drawing graphics graphs python
  • FleetDB

  • FleetDB offers a flexible and expressive data model designed for the needs of modern application developers; a combination of schema-free records, declarative queries, automatically maintained indexes, and an optimizing query planner make it easy to manipulate and retrieve data. By keeping all data in RAM as persistent data structures, FleetDB is able to offer multi-record transactions, excellent concurrency semantics, and high performance. Writing to an append-only log provides durability in the form of a single file that can be transfered and analyzed using standard Unix tools. FleetDB is accessible via a simple JSON-based protocol that is implemented by clients in several programming languages. »

    tags: Discontinued database
  • Raven DB

  • Raven is an Open Source (with a commercial option) document database for the .NET/Windows platform. Raven offers a flexible data model design to fit the needs of real world systems. Raven stores schema-less JSON documents, allow you to define indexes using Linq queries and focus on low latency and high performance.

    tags: database json linq
  • Persevere

  • Persevere is designed to create applications with user interface implemented primarily on the client side and Persevere playing the role as an HTTP-based RESTful data provider.

    tags: ajax database javascript json