Skip to content

Commit

Permalink
Move cassandra to it's own category, add descriptions for couchdb & m…
Browse files Browse the repository at this point in the history
…ongodb while we're at it
  • Loading branch information
colszowka committed Jan 26, 2024
1 parent d9b746a commit 5ef814a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 0 additions & 2 deletions catalog/Data_Persistence/SQL_Database_Adapters.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: SQL Database Adapters
description: Low-level adapters for interfacing with various SQL database servers
projects:
- cassandra
- cassandra-driver
- ibm_db
- jdbc-mysql
- jdbc-postgres
Expand Down
11 changes: 11 additions & 0 deletions catalog/Data_Persistence/cassandra_clients.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Cassandra Clients
description: Apache Cassandra is a distributed open source NoSQL database. These libraries allow you to interface with it.
projects:
- cassandra
- cassandra-cql
- cassandra-driver
- cassandra-orm
- cassandra-schema
- cassandra-utils
- cassandra_record
- cassie-rails
4 changes: 3 additions & 1 deletion catalog/Data_Persistence/couchdb_clients.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CouchDB Clients
description:
description: |
Apache CouchDB is an open source NoSQL JSON document storage database with an HTTP API. These libraries enable you to interface
with it from Ruby.
projects:
- couch_potato
- couchdb
Expand Down
2 changes: 1 addition & 1 deletion catalog/Data_Persistence/mongodb_clients.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MongoDB Clients
description:
description: MongoDB is a source-available NoSQL document database. These libraries allow you to interface with it.
projects:
- mince
- mongo
Expand Down

0 comments on commit 5ef814a

Please sign in to comment.