Skip to main content

4 posts tagged with "connectors"

View All Tags

· One min read

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

· One min read

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].