Difference between revisions of "Databases"
From Lost In Wonderlands
(Created page with "= Databases = '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''Everything You Always Wanted to Know on Databases... (But Were Afraid to...") |
(→Databases) |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= Databases = | = Databases = | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== See also == | == See also == | ||
| Line 29: | Line 20: | ||
== Theories Links == | == Theories Links == | ||
| + | * [https://en.wikipedia.org/wiki/Key-value_database key/value storage] | ||
| + | * Entity /Association Model | ||
| + | * relational model | ||
| + | * relational algreba | ||
| + | * Object oriented DBMS | ||
| + | * nosql DBMS | ||
| − | == | + | == DBMS engine == |
| − | == | + | ===squlite3=== |
| + | * https://www.sqlite.org/index.html | ||
| + | * https://sqlitestudio.pl | ||
| + | * https://www.tutorialspoint.com/sqlite/index.htm | ||
| − | == | + | === mySQl === |
| + | * https://fr.wikipedia.org/wiki/MySQL | ||
| − | == | + | === MariaDB === |
| + | * https://fr.wikipedia.org/wiki/MariaDB | ||
| + | === cassandra === | ||
| − | == | + | === posgress === |
| + | === redis === | ||
| + | |||
| + | === metakit === | ||
| + | ** https://en.wikipedia.org/wiki/Metakit | ||
| + | ** https://equi4.com/metakit/ | ||
| + | ** https://en.wikipedia.org/wiki/SWIG | ||
| + | |||
| + | |||
| + | == object databases (OODBMS) == | ||
| + | * https://en.wikipedia.org/wiki/Object_database | ||
| + | * http://archive.adaic.com/ase/ase02_01/bookcase/ref_sh/cetusweb/oo_db_systems_1.html | ||
| + | |||
| + | === POET , fastobject === | ||
| + | |||
| + | * http://www.kevra.org/TheBestOfNext/ThirdPartyProducts/ThirdPartySoftware/DataCapture-Storage-Reports/page92/POET/POET.html | ||
| + | |||
| + | === NeoAccess , neologic === | ||
| + | c++, seems it does no more exists | ||
| + | |||
| + | === O2 === | ||
| + | |||
| + | == noSQL== | ||
| + | * https://fr.wikipedia.org/wiki/NoSQL | ||
| + | |||
| + | === mongodb === | ||
| + | |||
| + | === Elastic Search === | ||
| + | |||
| + | |||
| + | == Tools link == | ||
== Books == | == Books == | ||
| + | - Gardarin on SQL | ||
| + | - ref sur livre on Object db | ||
Latest revision as of 18:05, 24 April 2021
Contents
Databases
See also
Subject
See Also
Theories Links
- key/value storage
- Entity /Association Model
- relational model
- relational algreba
- Object oriented DBMS
- nosql DBMS
DBMS engine
squlite3
- https://www.sqlite.org/index.html
- https://sqlitestudio.pl
- https://www.tutorialspoint.com/sqlite/index.htm
mySQl
MariaDB
cassandra
posgress
redis
metakit
object databases (OODBMS)
- https://en.wikipedia.org/wiki/Object_database
- http://archive.adaic.com/ase/ase02_01/bookcase/ref_sh/cetusweb/oo_db_systems_1.html
POET , fastobject
NeoAccess , neologic
c++, seems it does no more exists
O2
noSQL
mongodb
Elastic Search
Tools link
Books
- Gardarin on SQL - ref sur livre on Object db