Skip to main content

4 posts tagged with "connectors"

View All Tags

Azure CosmosDB Connector Public Beta

ยท One min read
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Azure Cosmos DB is now available in Public Beta as a Source Connector on Meroxa. This means you can start provisioning Cosmos DB via the Meroxa Dashboard or CLI:

$ meroxa resources create sourcedb --type cosmosdb --url cosmosdb://$COSMOS_ACCOUNT_NAME:$COSMOS_PRIMARY_KEY@$COSMOS_ACCOUNT_NAME.documents.azure.com:443/$COSMOS_DATABASE

For any questions or comments, please feel free to email us at [email protected] or reach out to us on Twitter

Display connector trace on failed connectors

ยท One min read
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

With the release of Meroxa CLI version v1.4.0, we've updated the output of the connector describe command to display the error trace of failed connectors.

MySQL Connector Generally Available

ยท One min read
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

The MySQL Connector is now graduated from Public Beta to generally available. This is available to all customers and is fully supported as a source and destination in all pipelines.

For any questions or comments, please feel free to email us at [email protected] or reach out to us on Twitter.

MySQL Resource Beta

ยท One min read
warning

This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.

Starting today, a public beta of the MySQL resource is available to all customers. MySQL resources can be provisioned in the typical manner in the dashboard or via the CLI:

$ meroxa resources create sourcedb --type mysql -u mysql://username:password@hostname:3306/dbname

For more information on the MySQL resource, please see the documentation. For any questions or comments, please feel free to email us at [email protected].