Skip to content

Commit

Permalink
Docs: Update badges
Browse files Browse the repository at this point in the history
Updates badges with mismatched names:

* Cassandra
* MySQL
* Oracle
* Snowflake
  • Loading branch information
robertjdominguez committed Oct 16, 2024
1 parent 0d43c4a commit 63c3ff2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
24 changes: 11 additions & 13 deletions registry/hasura/cassandra/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cassandra Connector

[![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/docs/3.0/getting-started/overview/)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-sqlserver-blue.svg?style=flat)](https://hasura.io/connectors/sqlserver)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-cassandra-blue.svg?style=flat)](https://hasura.io/connectors/cassandra)
[![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](LICENSE.txt)
[![Status](https://img.shields.io/badge/status-alpha-yellow.svg?style=flat)](./readme.md)

Expand Down Expand Up @@ -59,18 +59,16 @@ ddn connector init -i

When the wizard runs, you'll be prompted to enter the following env vars necessary for your connector to function:

| Name | Description | Required |
|-----------------------|-----------------------------------------|----------|
| CASSANDRA_HOST | Cassandra Host | true |
| CASSANDRA_KEYSPACE | Cassandra KeySpace | true |
| CASSANDRA_USERNAME | Cassandra username | true |
| CASSANDRA_PASSWORD | Cassandra password | true |
| CASSANDRA_PORT | Cassandra port | false |
| CASSANDRA_DC | Cassandra Data Center | false |
| CASSANDRA_SSL_CA_PATH | Cassandra self-signed root cert path | false |
| CASSANDRA_SSL | Cassandra SSL | false |


| Name | Description | Required |
| --------------------- | ------------------------------------ | -------- |
| CASSANDRA_HOST | Cassandra Host | true |
| CASSANDRA_KEYSPACE | Cassandra KeySpace | true |
| CASSANDRA_USERNAME | Cassandra username | true |
| CASSANDRA_PASSWORD | Cassandra password | true |
| CASSANDRA_PORT | Cassandra port | false |
| CASSANDRA_DC | Cassandra Data Center | false |
| CASSANDRA_SSL_CA_PATH | Cassandra self-signed root cert path | false |
| CASSANDRA_SSL | Cassandra SSL | false |

After the CLI initializes the connector, you'll need to:

Expand Down
2 changes: 1 addition & 1 deletion registry/hasura/mysql/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MySQL Connector

[![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/docs/3.0/getting-started/overview/)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-sqlserver-blue.svg?style=flat)](https://hasura.io/connectors/sqlserver)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-mysql-blue.svg?style=flat)](https://hasura.io/connectors/mysql)
[![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](LICENSE.txt)
[![Status](https://img.shields.io/badge/status-alpha-yellow.svg?style=flat)](./readme.md)

Expand Down
2 changes: 1 addition & 1 deletion registry/hasura/oracle/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Oracle Connector

[![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/docs/3.0/getting-started/overview/)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-sqlserver-blue.svg?style=flat)](https://hasura.io/connectors/sqlserver)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-oracle-blue.svg?style=flat)](https://hasura.io/connectors/oracle)
[![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](LICENSE.txt)
[![Status](https://img.shields.io/badge/status-alpha-yellow.svg?style=flat)](./readme.md)

Expand Down
2 changes: 1 addition & 1 deletion registry/hasura/snowflake/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Snowflake Connector

[![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/docs/3.0/getting-started/overview/)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-sqlserver-blue.svg?style=flat)](https://hasura.io/connectors/sqlserver)
[![ndc-hub](https://img.shields.io/badge/ndc--hub-snowflake-blue.svg?style=flat)](https://hasura.io/connectors/snowflake)
[![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](LICENSE.txt)
[![Status](https://img.shields.io/badge/status-alpha-yellow.svg?style=flat)](./readme.md)

Expand Down

0 comments on commit 63c3ff2

Please sign in to comment.