Forme et composition
Une forme géométrique industrielle élégante mettant l'accent sur l'évolutivité, la performance et le flux de travail moderne.
Psychologie des couleurs
Les tons de bleu de confiance représentent la sécurité fondamentale, la vaste intelligence numérique et la fiabilité mondiale.
Éléments de design
Les facettes angulaires du personnage symbolisent la nature structurelle et haute performance de la pile d'outils.
License: CC-BY-4.0
RocksDB is a high performance embedded database for key-value data. It is a fork of Google's LevelDB optimized to exploit multi-core processors (CPUs), and make efficient use of fast storage, such as solid-state drives (SSD), for input/output (I/O) bound workloads. It is based on a log-structured merge-tree data structure. It is written in C++ and provides official language bindings for C++, C, and Java. Many third-party language bindings exist. RocksDB is free and open-source software, released originally under a BSD 3-clause license. However, in July 2017 the project was migrated to a dual license of both Apache 2.0 and GPLv2 license. This change helped its adoption in Apache Software Foundation's projects after blacklist of the previous BSD+Patents license clause.
Source : Wikipédia