Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update badges #350

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading