Outils pour utilisateurs

Outils du site


informatique:sgbd

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:sgbd [07/02/2015 18:58] – [MongoDB] tool Robomongo cyrilleinformatique:sgbd [04/04/2025 20:42] (Version actuelle) – [Système de gestion de base de données (SGBD)] cyrille
Ligne 1: Ligne 1:
 ====== Système de gestion de base de données (SGBD) ====== ====== Système de gestion de base de données (SGBD) ======
  
-Voir aussi [[/informatique/SQL|/informatique/SQL]], [[/informatique/NoSql|/informatique/NoSql]] +Voir aussi [[/informatique/SQL|/informatique/SQL]], [[/informatique/NoSql|/informatique/NoSql]] 
 +[[/informatique/GraphDB|/informatique/GraphDB]], [[/informatique/web_semantique|/informatique/web semantique]] (RDF), [[/informatique/lowcode_databases|Low Code Databases]], [[/informatique/column-oriented-database|Column-Oriented Database]]
 ===== SGBD Relationnels (SGBDR) ===== ===== SGBD Relationnels (SGBDR) =====
  
Ligne 8: Ligne 8:
  
 [[/informatique/sgbd/MySQL|MySQL]] [[/informatique/sgbd/MySQL|MySQL]]
 +
 +
 +==== DuckDB ====
 +
 +[[/informatique/sgbd/DuckDB|DuckDB]]
  
 ==== Oracle ==== ==== Oracle ====
Ligne 60: Ligne 65:
  
 voir aussi [[/informatique/nosql|/informatique/NoSql]] voir aussi [[/informatique/nosql|/informatique/NoSql]]
 +
 +==== Aerospike ====
 +
 +Aerospike is a distributed, scalable NoSQL database. It is architected with three key objectives:
 +
 +  * To create a high-performance, scalable platform that would meet the needs of today's web-scale applications
 +  * To provide the robustness and reliability (i.e., ACID) expected from traditional databases.
 +  * To provide operational efficiency (minimal manual involvement)
 +
 +  * [[https://www.aerospike.com/products/product-matrix|product matrix]]
 +  * [[https://github.com/aerospike/aerospike-server|source code]] @github
  
 ==== Cassandra ==== ==== Cassandra ====
Ligne 155: Ligne 171:
  
 http://robomongo.org {{http://robomongo.org/images/mac-main-screen.png?200}} http://robomongo.org {{http://robomongo.org/images/mac-main-screen.png?200}}
- 
  
 <code php> <code php>
Ligne 162: Ligne 177:
   $collection = $db->people;   $collection = $db->people;
 </code> </code>
 +
 +==== Redis ====
 +
 +https://redis.io/
 +
 +  * [https://redis.io/topics/benchmarks|How fast is Redis?]
 +  * [https://www.percona.com/blog/2009/08/27/looking-at-redis/|Looking at Redis]
 +
 +==== GUN ====
 +
 +A Javascript peer-to-peer [[/glossaire/P2P|P2P]] database using [[/glossaire/webrtc|WebRTC]] in the Web browser ...
 +
 +GUN is an ecosystem of tools that let you build community run and encrypted applications - like an Open Source Firebase or a Decentralized Dropbox.
 +
 +GUN is a small, easy, and fast protocol for syncing data. Because GUN is small, it can be added to your app to improve a single feature. But because GUN is easy, it can also replace hundreds or thousands of lines of code, networking calls, storage boilerplate, pub/sub routing, cache invalidation, and more. The power of GUN is that it abstracts this complexity into a unified simple API that is very different than traditional systems, with the aim of making it easy to build cool apps quickly.
 +
 +  * https://github.com/amark/gun
 +  * https://gun.eco/docs/Introduction
 +
 +
informatique/sgbd.1423331908.txt.gz · Dernière modification : 07/02/2015 18:58 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki