Tarantool!

* Try * Documentation * Download * Cloud https://tarantool.io/
* Rocks * Careers 1.5 web site and downloads http://15.tarantool.org

Tarantool alternatives

  • Node.js

  • tags: application-builder javascript server-side server-software web-applications
  • 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
  • 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
  • memcached

  • Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

    tags: cache
  • 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 Ignite

  • Apache Ignite In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.Apache Ignite In-Memory Data Fabric is designed to deliver uncompromised performance for a wide set of in-memory computing use cases from high performance computing, to the industry most advanced data grid, highly available service grid, and streaming. »

    tags: in-memory-data-fabric
  • cachelot

  • Cachelot works within a fixed amount of memory. No garbage collector. Small metadata, near perfect memory utilization (overhead is 5-7% of the total memory).Smooth responsiveness, without any "gaps" for both read and write operations. Most operations have O(1) complexity.Can be used as a library or as a stand-alone memcached server.

    tags: cache in-memory memcached lru