Skip to content

Commit

Permalink
Adding couchbase in onprem/database (https://www.couchbase.com/) (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaudequin authored May 23, 2020
1 parent f80974e commit 2f2a957
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Cockroachdb(_Database):
_icon = "cockroachdb.png"


class Couchbase(_Database):
_icon = "couchbase.png"


class Couchdb(_Database):
_icon = "couchdb.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.database.Cassandra**
- **diagrams.onprem.database.Clickhouse**, **ClickHouse** (alias)
- **diagrams.onprem.database.Cockroachdb**, **CockroachDB** (alias)
- **diagrams.onprem.database.Couchbase**
- **diagrams.onprem.database.Couchdb**, **CouchDB** (alias)
- **diagrams.onprem.database.Dgraph**
- **diagrams.onprem.database.Hbase**, **HBase** (alias)
Expand Down
Binary file added resources/onprem/database/couchbase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f2a957

Please sign in to comment.