This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Databases |
|
A document-oriented database management system that does not require a description of the table schema. It is classified as NoSQL, uses JSON-like documents and a database schema. Written in C ++. |
|
A multi-database system, also known as a polyglot database system, is a type of database management system (DBMS) that allows an application to use multiple types of databases simultaneously. This means that different parts of an application can interact with different databases based on the specific requirements of the data being managed. |
|
A database management system that helps to store large amounts of information for reference, reporting and analysis. Thanks to the built-in VBA language, in the Access itself you can write applications that work with databases. |
|
A relational database management system developed by Microsoft. It is built for the basic function of storing and retrieving data as required by other applications, both GUI and command based software. |
|
An relational database management system based on SQL, associated with web-based applications and online publishing, runs on Linux, UNIX, Windows and other platforms. |
|
A series of database management and development tools for MySQL, MariaDB, MongoDB, Oracle, SQLite, PostgreSQL, and Microsoft SQL Server. Supports database connections through SSH and HTTP Tunnels. Offers comprehensive data format support for data migration. |
|
A graphical database management system with open source code, implemented in Java. Neo4j has all the characteristics of databases, including compliance with ACID, maintaining clustering and recovery from a system failure. |
|
NewSQL is a term used to describe a category of modern relational database management systems (RDBMS) that aim to combine the benefits of traditional SQL databases with the scalability and performance characteristics of NoSQL databases. These databases are designed to address the limitations of traditional relational databases when it comes to handling large-scale, distributed, and high-throughput workloads. |
|
An approach to database design with a key-value store, document store, graph format for data and that differ significantly from the models used in traditional relational databases with access to data by means of SQL. |
|
Cassandra, MongoDB, Berkeley DB, Redis, Riak, CouchDB, DynamoDB, OrientDB, Neo4j, ArangoDB, Titan, Hbase, Aerospike |
|
Object-Relational Mapping is a technology that allows you to convert incompatible types of models into OOP, in particular, between data storage and programming objects.ORM is used to simplify the process of storing objects in a relational database and retrieving them. |
|
An object-relational database management system produced by Oracle Corporation. Designed for enterprise grid computing. It is a flexible and cost effective way to manage information and applications. |
|
An object-relational database (ORD) combines the features of both relational databases and object-oriented programming. This increases the ability to sort through and locate files within these databases faster. By assigning these data types to your files, you can better filter them through the database. |
|
Oracle Transactional Business Intelligence. Used for Fusion Apps. Organizes reportable data objects into functional subject areas that business users can relate to. Provides tools for complex customizations. |
|
A NoSQL database, written in Java. OrientDB supports multiple models, such as key/value, document, graph and object models, with relationships managed as in a graph database. It is very quick to install, supports web technologies and can be deployed in a cloud (e.g., Microsoft Azure and CenturyLink Cloud). |
|
A database management system that is meant to replace MySQL. It offers everything in MySQL but includes additional tools for diagnostics, performance enhancement, and DB administrators/developers. |
|
A versatile data management solution that combines high performance, powerful integration into applications, and low operating costs in a powerful, flexible and scalable mechanism. |
|
PipelineDB is an open-source relational database that runs SQL queries continuously on streams, incrementally storing results in tables. |
|
Procedural Language / Structured Query Language is a procedural language extension to SQL that allows programmers to write code in a procedural format. It is embedded in the Oracle Database (since version 6), along with SQL itself and Java. |
|
PlanetScale is a cloud-native, serverless, and multi-cloud database platform designed for modern applications. Its foundation lies in the open-source Vitess project, known for its prowess in database clustering for MySQL. PlanetScale essentially offers Vitess on MySQL in a cloud environment, featuring a user-friendly cloud interface along with a command line interface (CLI) that can be operated on your local machine. |
|
A software that adds support for geographic features to the PostgreSQL relational database. PostGIS is developed in accordance with the Simple Features for SQL specification from the Open Geospatial Consortium (OGC). |
|
An object-relational database management system (ORDBMS), the most developed of open database systems in the world and is a real alternative to commercial databases. |
|
An SQL database query engine for running analytical queries on large volumes of data, from gigabytes to petabytes of information. It integrates with databases, such as Apache Hive, Cassandra or relational databases, tunning the queries where the data is stored. |
|
A column or a set of columns that uniquely identifies each row in the table. A primary key must contain unique values. If the primary key consists of multiple columns, the combination of values in these columns must be unique. |
|
Relational Database Management System is a program that lets you create, update, and administer a relational database. Most relational database management systems use SQL to access the database. |