Software Alternatives, Accelerators & Startups

Top 9 Key-Value Database Products in Graph Databases

The best Key-Value Database Products within the Graph Databases category - based on our collection of reviews & verified products.

Redis memcached Amazon ElastiCache CouchBase Aerospike Redis Cloud Pivotal GemFire BoltDB RedisGreen

Summary

The top products on this list are Redis, memcached, and Amazon ElastiCache. All products here are categorized as: Key-Value Database. Database systems that use graph structures for storing data. One of the criteria for ordering this list is the number of mentions that products have on reliable external sources. You can suggest additional sources through the form here.
  1. 1
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    • Performance - Redis is an in-memory data store, which allows it to provide extremely fast read and write operations. This makes it ideal for applications requiring real-time interactions.
    • Data Structures - Redis offers a variety of data structures, such as strings, hashes, lists, sets, and sorted sets. This flexibility helps developers manage data more efficiently in different scenarios.
    • Scalability - Redis supports horizontal scalability with features like clustering and partitioning, allowing for easy scaling as your application grows.
    • Persistence - Though primarily an in-memory store, Redis provides options for data persistence, such as RDB snapshots and AOF logs, enabling data durability across reboots.
    • Pub/Sub Messaging - Redis includes a built-in publish/subscribe messaging system, which can be used to implement real-time messaging and notifications.

    #Databases #Graph Databases #NoSQL Databases 237 social mentions

  2. A simple way to keep all your data under control. Build your own business applications in just 4 minutes.
    Pricing:
    • Freemium
    • Free Trial
    • โ‚ฌ60.0 / Monthly (Small 10 apps, 25 tables, 25 000 records)
    • User-Friendly Interface - Tabidoo provides an intuitive and easy-to-navigate interface that makes it accessible for users without technical backgrounds.
    • Customizable - Allows users to customize fields, forms, and workflows to suit their specific business needs.
    • Data Management - Efficiently manages and organizes data, providing tools for data import, export, and detailed reporting.
    • Collaboration - Facilitates team collaboration by allowing multiple users to access and work on the data simultaneously.
    • Integration - Offers integration capabilities with various external applications and APIs, enhancing its functionality.

    #Online Collaboration #Web Development Tools #No Code Featured

  3. High-performance, distributed memory object caching system
    Pricing:
    • Open Source
    • High Performance - Memcached is incredibly fast and efficient at caching data in memory, enabling quick data retrieval and reducing the load on databases. Its in-memory nature significantly reduces latency.
    • Scalability - Memcached can be easily scaled horizontally by adding more nodes to the caching cluster. This allows it to handle increased loads and large datasets without performance degradation.
    • Simplicity - Memcached has a simple design and API, making it easy to implement and use. Developers can quickly integrate it into their applications without a steep learning curve.
    • Open Source - Memcached is free and open-source software, which means it can be used and modified without any licensing fees. This makes it a cost-effective solution for caching.
    • Language Agnostic - Memcached supports multiple programming languages through various client libraries, making it versatile and suitable for use in diverse tech stacks.

    #Databases #Graph Databases #NoSQL Databases 37 social mentions

  4. Amazon ElastiCache offers fully managed Redis and Memcached. Seamlessly deploy, operate, and scale popular open source compatible in-memory data stores.
    • Scalability - Amazon ElastiCache allows for seamless scaling of your cache cluster. You can easily add or remove nodes to adjust to the workload demands, ensuring efficient resource management.
    • Managed Service - ElastiCache is fully managed by AWS, meaning that infrastructure tasks such as hardware provisioning, patching, and maintenance are handled by Amazon, reducing operational overhead for users.
    • High Performance - Designed for delivering low latency and high throughput, ElastiCache can significantly improve the performance of applications by reducing the time to retrieve data from databases.
    • Compatibility - It supports popular caching engines such as Redis and Memcached, allowing users to work with familiar technologies and migrate existing setups to the AWS environment with ease.
    • Security and Compliance - ElastiCache provides robust security features including VPC integration, data encryption, and IAM policies, helping to ensure compliance with various industry standards.

    #Databases #Graph Databases #NoSQL Databases 15 social mentions

  5. Document-Oriented NoSQL Database
    Pricing:
    • Open Source
    • Scalability - Couchbase is designed to scale out by adding more nodes to distribute the load. It supports horizontal scaling easily which makes it suitable for growing applications.
    • High Performance - Couchbase uses an in-memory caching layer which helps to deliver low-latency responses and high throughput, making it ideal for real-time operational applications.
    • Flexibility - As a NoSQL database, Couchbase supports flexible data models including key-value, document, and rich querying capabilities with N1QL (SQL for JSON).
    • Multi-Model Support - Couchbase supports multiple data models such as JSON documents, key-value pairs, and even full-text search, allowing for a versatile data platform.
    • Cross Data Center Replication (XDCR) - Couchbase offers cross data center replication, ensuring data is synchronized across multiple data centers which helps in disaster recovery and geo-distributed applications.

    #Databases #Graph Databases #NoSQL Databases 3 social mentions

  6. Aerospike is a high-performing NoSQL database supporting high transaction volumes with low latency.
    Pricing:
    • Open Source
    • Scalability - The database scales efficiently across multiple nodes, allowing it to handle large data volumes while maintaining performance.
    • High Performance - Aerospike is designed to provide low-latency data access even at high throughput levels, making it suitable for real-time applications.
    • ACID Compliance - Aerospike provides ACID properties at the record level, ensuring data consistency and reliability in transactions.
    • Hybrid Storage - Supports both in-memory and persistent storage, enabling efficient use of resources based on application needs.
    • Strong Consistency - Offers strong consistency models that ensure operations are viewed consistently, which is critical for certain applications.

    #Databases #Graph Databases #NoSQL Databases 8 social mentions

  7. Redis Cloud is a fully-managed cloud service for hosting and running Redis datasets.
    • Scalability - Redis Cloud offers seamless scaling, allowing businesses to handle increasing workloads without performance degradation.
    • High Availability - Provides built-in high availability with automatic failover, ensuring minimal downtime and data reliability.
    • Fully Managed Service - As a fully managed service, it reduces the operational burden on teams by handling maintenance, updates, and patches.
    • Global Distribution - Offers multi-region support, enabling global distribution of data with low latency and disaster recovery options.
    • Advanced Security - Includes advanced security features such as VPC peering, encryption at rest and in transit, and role-based access control.

    #Databases #Testing #NoSQL Databases 3 social mentions

  8. Pivotal GemFireยฎ is a real-time distributed data store that solves the hard problems of...
    • High Performance - Pivotal GemFire offers low-latency data access and high throughput which makes it suitable for real-time data processing and analytics.
    • Scalability - It provides horizontal scaling capabilities which allow the system to handle increased loads by adding more nodes, ensuring consistent and efficient operations.
    • Distributed Architecture - Its distributed nature ensures data is partitioned across multiple nodes thus offering data redundancy and fault tolerance.
    • Integrated with Spring - Being part of the VMware Tanzu suite, it integrates well with Spring for developing cloud-native applications.
    • Advanced Querying - Offers support for OQL (Object Query Language) for complex querying capabilities over the data stored.

    #Databases #Graph Databases #NoSQL Databases

  9. 8
    An embedded key/value database for Go. Contribute to boltdb/bolt development by creating an account on GitHub.
    • Simplicity - BoltDB is easy to use with a simple API, making it accessible for developers to integrate into applications without a steep learning curve.
    • Performance - Designed for high read performance, BoltDB offers efficient access to data that makes it suitable for applications with heavy read workloads.
    • ACID Transactions - BoltDB supports ACID transactions, ensuring data integrity and reliability across operations, which is essential for applications that require consistent state.
    • Embedded - As an embedded key/value store, BoltDB operates within the application's memory space, reducing the overhead associated with server-based databases.
    • Go-centric - Written in pure Go, BoltDB is optimized for applications written in Go, providing seamless integration and compatibility for Go developers.

    #Databases #Graph Databases #NoSQL Databases 14 social mentions

  10. RedisGreen provides Redis hosting services.

    #Databases #Testing #NoSQL Databases

Related categories

Recently added products

If you want to make changes on any of the products, you can go to its page and click on the "Suggest Changes" link. Alternatively, if you are working on one of these products, it's best to verify it and make the changes directly through the management page. Thanks!