Skip to content

Commit

Permalink
Merge pull request #85 from Slach/master
Browse files Browse the repository at this point in the history
add ClickHouse to onprem database
  • Loading branch information
mingrammer authored Mar 31, 2020
2 parents d62ca41 + bde7078 commit 524b32c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions diagrams/onprem/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class Cassandra(_Database):
_icon = "cassandra.png"


class Clickhouse(_Database):
_icon = "clickhouse.png"


class Cockroachdb(_Database):
_icon = "cockroachdb.png"

Expand Down Expand Up @@ -80,3 +84,4 @@ class Scylla(_Database):
MSSQL = Mssql
MySQL = Mysql
PostgreSQL = Postgresql
ClickHouse = Clickhouse
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Node classes list of onprem provider.
## onprem.database

- **diagrams.onprem.database.Cassandra**
- **diagrams.onprem.database.Clickhouse**
- **diagrams.onprem.database.Cockroachdb**, **CockroachDB** (alias)
- **diagrams.onprem.database.Couchdb**, **CouchDB** (alias)
- **diagrams.onprem.database.Dgraph**
Expand Down
Binary file added resources/onprem/database/clickhouse.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 524b32c

Please sign in to comment.