You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,6 +87,12 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
87
87
-[Atomic](http://www.projectatomic.io/) - Use immutable infrastructure to deploy and scale your containerized applications.
88
88
-[Photon](https://github.com/vmware/photon) - Linux container host optimized for cloud-native applications, cloud platforms, and VMware infrastructure.
89
89
90
+
## Package Management & System configuration
91
+
92
+
*Builds packages in isolation from each other.*
93
+
94
+
-[Nix/NixOS](https://nixos.org/) - A tool that takes a unique approach to package management and system configuration.
95
+
90
96
## Distributed Filesystems
91
97
92
98
*Network distributed filesystems.*
@@ -257,18 +263,18 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
257
263
*Relational (SQL) and non-relational (NoSQL) databases.*
-[Couchdb](https://couchdb.apache.org/) - Database that completely embraces the web.
269
-
-[Elasticsearch](https://www.elastic.co/products/elasticsearch) - Distributed, RESTful search and analytics engine capable of addressing a growing number of use cases.
270
-
-[MongoDB](https://www.mongodb.com/) - General purpose, document-based, distributed database built for modern applications.
271
-
-[Rethinkdb](https://github.com/rethinkdb/rethinkdb) - Open-source database for the real-time web.
271
+
-[Cassandra](http://cassandra.apache.org/) - Manage massive amounts of data, fast, without losing sleep.
272
+
-[ScyllaDB](https://www.scylladb.com/) - NoSQL data store using the seastar framework, compatible with Apache Cassandra
-[Couchdb](https://couchdb.apache.org/) - Database that completely embraces the web.
275
+
-[Elasticsearch](https://www.elastic.co/products/elasticsearch) - Distributed, RESTful search and analytics engine capable of addressing a growing number of use cases.
276
+
-[MongoDB](https://www.mongodb.com/) - General purpose, document-based, distributed database built for modern applications.
277
+
-[Rethinkdb](https://github.com/rethinkdb/rethinkdb) - Open-source database for the real-time web.
272
278
- Key-Value
273
279
-[Couchbase](https://www.couchbase.com/) - Distributed multi-model NoSQL document-oriented database that is optimized for interactive applications.
274
280
-[Leveldb](https://github.com/google/leveldb) - Fast key-value storage library.
0 commit comments