Products tagged with 'database'

Amazon RDS for MySQL

amazon database service

Amazon RDS for MySQL is a PaaS offering from Amazon for creating managed MySQL Community Edition databases. RDS makes it easier to set up, operate, and scale MySQL deployments on AWS cloud.

Amazon RDS for PostgreSQL

amazon database service

Amazon RDS for PostgreSQL is a PaaS offering from Amazon for creating managed PostgreSQL databases. RDS makes it easier to set up, operate, and scale PostgreSQL deployments on AWS cloud.

Apache Cassandra

apache database java-runtime

Apache Cassandra is a free and open-source, distributed, wide-column store, NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.

Apache HBase

apache database java-runtime

Apache HBase is an open-source non-relational distributed database modeled after Google’s Bigtable and written in Java. It’s useful for random, real-time read/write access to Big Data. The project’s goal is the hosting of very large tables – billions of rows X millions of columns – atop clusters of commodity hardware.

Apache Hadoop

apache database java-runtime

The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.

ArangoDB

database

ArangoDB is a graph database system developed by ArangoDB Inc. ArangoDB is a multi-model database system since it supports three data models (graphs, JSON documents, key/value) with one database core and a unified query language AQL (ArangoDB Query Language).

CockroachDB

database

CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store, developed by Cockroach Labs.

Couchbase Server

database

Couchbase Server is a modern cloud-native, distributed database that fuses the strengths of relational databases such as SQL and ACID transactions with JSON flexibility and scale that defines NoSQL. It is available as a service in commercial clouds and supports hybrid and private cloud deployments.

Elasticsearch

database elastic java-runtime

Elasticsearch is a search engine that provides a distributed, multi-tenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.

MariaDB

database

MariaDB is a community-developed, commercially supported relational database management system (RDBMS) originally forked from MySQL.

Memcached

database

Memcached is a free and 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. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

Microsoft SQL Server

database microsoft

SQLServer: Microsoft SQL Server is a relational database management system developed by Microsoft.

MongoDB Server

database

MongoDB Server is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.

MySQL

database oracle

MySQL is an open source database developed by Oracle. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, used by high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.

Neo4j

database java-runtime

Neo4j is a high-performance graph database with a friendly query language and ACID transactions.

OpenSearch

amazon database java-runtime

OpenSearch is a community-driven, Apache 2.0-licensed open source search and analytics suite that makes it easy to ingest, search, visualize, and analyze data. Developers build with OpenSearch for use cases such as application search, log analytics, data observability, data ingestion, and more.

Oracle Database

database oracle

Oracle Database is a commercial relational database management system (RDBMS) developed by Oracle Corporation. It uses the Structured Query Language (SQL) for data manipulation and management, and it provides features such as robust security, transactional consistency, and high availability.

PostgreSQL

database

PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and technical standards compliance.

Redis

database

Redis is an in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

SQLite

database

SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private.

Tarantool

database

Tarantool is an open source (BSD-2 clause licensed), in-memory computing platform consisting of a database and an application server. It includes a heavily optimized Lua interpreter, cooperative multitasking and non-blocking IO, persistent queues, sharding, and MySQL/PostgreSQL support.

etcd

cncf database

etcd is an open-source, strongly consistent and distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It is used as the backing store by Kubernetes.