This commit is contained in:
Matthieu Jolimaitre 2025-06-24 14:59:05 +02:00
commit 22c7af9b4b
21 changed files with 415 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
diagrams/NoSQL_logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
diagrams/cassandra_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View file

@ -0,0 +1,31 @@
@startuml cassandra_data_model
title "Modèle de donnée de Cassandra : Large colonne"
rectangle "0-N Espace de clés" #8888ff {
rectangle "0-N Table" #88ffff {
rectangle "0-N Colonne" #ffff88 {
rectangle "0-N Ligne" #ff8888 {
rectangle "Valeur"
}
rectangle "Clé"
}
}
}
@enduml
@startuml not_only_sql_venn
title "NoSQL comme super-ensemble du SQL"
rectangle NoSQL #8888ff {
rectangle SQL #88ffff {
rectangle MySQL
rectangle SQLite
}
rectangle Cassandra
rectangle Giraph
}
@enduml

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
diagrams/discord_perf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
diagrams/race_condition.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB