RaimaDB
RaimaDB, an embedded time series database that can be used for Edge and IoT devices, can run in-memory. It is a lightweight, secure, and extremely powerful RDBMS. It has been field tested by more than 20 000 developers around the world and has been deployed in excess of 25 000 000 times.
RaimaDB is a high-performance, cross-platform embedded database optimized for mission-critical applications in industries such as IoT and edge computing. Its lightweight design makes it ideal for resource-constrained environments, supporting both in-memory and persistent storage options. RaimaDB offers flexible data modeling, including traditional relational models and direct relationships through network model sets. With ACID-compliant transactions and advanced indexing methods like B+Tree, Hash Table, R-Tree, and AVL-Tree, it ensures data reliability and efficiency. Built for real-time processing, it incorporates multi-version concurrency control (MVCC) and snapshot isolation, making it a robust solution for applications demanding speed and reliability.
Learn more
Redis
Redis Labs is the home of Redis.
Redis Enterprise is the best Redis version. Redis Enterprise is more than a cache. Redis Enterprise can be free in the cloud with NoSQL and data caching using the fastest in-memory database.
Redis can be scaled, enterprise-grade resilience, massive scaling, ease of administration, and operational simplicity. Redis in the Cloud is a favorite of DevOps. Developers have access to enhanced data structures and a variety modules. This allows them to innovate faster and has a faster time-to-market.
CIOs love the security and expert support of Redis, which provides 99.999% uptime.
Use relational databases for active-active, geodistribution, conflict distribution, reads/writes in multiple regions to the same data set.
Redis Enterprise offers flexible deployment options. Redis Labs is the home of Redis. Redis JSON, Redis Java, Python Redis, Redis on Kubernetes & Redis gui best practices.
Learn more
Google Cloud SQL
Cloud SQL is a fully managed relational database service that supports MySQL, PostgreSQL, and SQL Server. It includes rich extensions, configuration flags, and developer ecosystems. Cloud SQL offers $300 in credits for new customers. You won't pay until you upgrade. Reduce maintenance costs by using fully managed MySQL, PostgreSQL, and SQL Server databases. The SRE team provides 24/7 support for reliable and secure services. Data encryption in transit and at rest ensures the highest level of security. Private connectivity with Virtual Private Cloud, user-controlled network access, and firewall protection add an additional layer of safety.
Compliant with SSAE 16, ISO 27001, PCI DSS, and HIPAA, you can trust your data to be protected. Scale your database instances with a single API request, whether you are just testing or need a highly available database in production. Standard connection drivers and integrated migration tools let you create and connect to a database in a matter of minutes.
Transform your database management with AI-driven support in Gemini, currently available in preview on Cloud SQL. It enhances development, optimizes performance, and simplifies fleet management, governance, and migration.
Learn more
H2
Welcome to H2, a Java SQL database designed for efficient data management. In its embedded mode, an application can access the database directly within the same Java Virtual Machine (JVM) using JDBC, making it the quickest and simplest connection method available. However, a drawback of this setup is that the database can only be accessed by one virtual machine and class loader at a time. Like other modes, it accommodates both persistent and in-memory databases without restrictions on the number of simultaneous database accesses or open connections. On the other hand, the mixed mode combines features of both embedded and server modes; the initial application that connects to the database operates in embedded mode while simultaneously launching a server to enable other applications in different processes or virtual machines to access the same data concurrently. This allows local connections to maintain the high speed of the embedded mode, whereas remote connections may experience slight delays. Overall, H2 provides a flexible and robust solution for various database needs.
Learn more