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
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
ScaleGrid
ScaleGrid is a fully managed Database-as-a-Service (DBaaS) platform that helps you automate your time-consuming database administration tasks both in the cloud and on-premises. ScaleGrid makes it easy to provision, monitor, backup, and scale open-source databases. It offers advanced security, high availability, query analysis, and troubleshooting support to improve your deployments' performance. The following databases are supported:
- MySQL
- PostgreSQL
- Redis™.
- MongoDB®, database
- Greenplum™ (coming soon)
ScaleGrid supports both public and privately-owned clouds such as AWS, Azure and Google Cloud Platform (GCP), DigitalOcean and Linode, Oracle Cloud Infrastructure, (OCI), VMware, and OpenStack. ScaleGrid is used by thousands of developers, startups, as well as enterprise customers such as Accenture, Meteor and Atlassian. It handles all your database operations at any scale, so you can concentrate on your application performance.
Learn more
OpenTSDB
OpenTSDB comprises a Time Series Daemon (TSD) along with a suite of command line tools. Users primarily engage with OpenTSDB by operating one or more independent TSDs, as there is no centralized master or shared state, allowing for the scalability to run multiple TSDs as necessary to meet varying loads. Each TSD utilizes HBase, an open-source database, or the hosted Google Bigtable service for the storage and retrieval of time-series data. The schema designed for the data is highly efficient, enabling rapid aggregations of similar time series while minimizing storage requirements. Users interact with the TSD without needing direct access to the underlying storage system. Communication with the TSD can be accomplished through a straightforward telnet-style protocol, an HTTP API, or a user-friendly built-in graphical interface. To begin utilizing OpenTSDB, the initial task is to send time series data to the TSDs, and there are various tools available to facilitate the import of data from different sources into OpenTSDB. Overall, OpenTSDB's design emphasizes flexibility and efficiency for time series data management.
Learn more