Skip to content

Commit 6dd8669

Browse files
committed
Add new section, Package Management
1 parent 3af4a8a commit 6dd8669

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

+18-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Awesome DevOps](http://awesome-devops.xyz/assets/banner.png)](https://github.com/wmariuss/awesome-devops)
44

5-
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
65
[![Deploy](https://github.com/wmariuss/awesome-devops/actions/workflows/deploy.yml/badge.svg)](https://github.com/wmariuss/awesome-devops/actions/workflows/deploy.yml)
76
[![Links validator](https://github.com/wmariuss/awesome-devops/actions/workflows/links-validator.yml/badge.svg)](https://github.com/wmariuss/awesome-devops/actions/workflows/links-validator.yml)
87

@@ -15,6 +14,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
1514
- [Cloud Platforms](#cloud-platforms)
1615
- [Open Source Cloud Platforms](#open-source-cloud-platforms)
1716
- [Operating Systems](#operating-systems)
17+
- [Package Management](#package-management--system-configuration)
1818
- [Distributed Filesystems](#distributed-filesystems)
1919
- [Applications Platforms](#applications-platforms)
2020
- [Internal Developer Platforms](#internal-developer-platforms)
@@ -87,6 +87,12 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
8787
- [Atomic](http://www.projectatomic.io/) - Use immutable infrastructure to deploy and scale your containerized applications.
8888
- [Photon](https://github.com/vmware/photon) - Linux container host optimized for cloud-native applications, cloud platforms, and VMware infrastructure.
8989

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+
9096
## Distributed Filesystems
9197

9298
*Network distributed filesystems.*
@@ -257,18 +263,18 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
257263
*Relational (SQL) and non-relational (NoSQL) databases.*
258264

259265
- Relational (SQL)
260-
- [PostgreSQL](https://www.postgresql.org/) - Powerful, open-source object-relational database system.
261-
- [MySQL](https://www.mysql.com/) - Open-source relational database management system.
262-
- [MariaDB](https://mariadb.org/) - Fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools.
263-
- [SQLite](https://sqlite.org/) - Small, fast, self-contained, high-reliability, full-featured, SQL database engine.
266+
- [PostgreSQL](https://www.postgresql.org/) - Powerful, open-source object-relational database system.
267+
- [MySQL](https://www.mysql.com/) - Open-source relational database management system.
268+
- [MariaDB](https://mariadb.org/) - Fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools.
269+
- [SQLite](https://sqlite.org/) - Small, fast, self-contained, high-reliability, full-featured, SQL database engine.
264270
- Non-relational (NoSQL)
265-
- [Cassandra](http://cassandra.apache.org/) - Manage massive amounts of data, fast, without losing sleep.
266-
- [ScyllaDB](https://www.scylladb.com/) - NoSQL data store using the seastar framework, compatible with Apache Cassandra
267-
- [Apache HBase](http://hbase.apache.org/) - Distributed, versioned, non-relational database.
268-
- [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
273+
- [Apache HBase](http://hbase.apache.org/) - Distributed, versioned, non-relational database.
274+
- [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.
272278
- Key-Value
273279
- [Couchbase](https://www.couchbase.com/) - Distributed multi-model NoSQL document-oriented database that is optimized for interactive applications.
274280
- [Leveldb](https://github.com/google/leveldb) - Fast key-value storage library.

0 commit comments

Comments
 (0)