> For the complete documentation index, see [llms.txt](https://docs.developer.disruptive-technologies.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developer.disruptive-technologies.com/data-connectors.md).

# Data Connectors

- [Introduction to Data Connectors](https://docs.developer.disruptive-technologies.com/data-connectors/introduction-to-data-connector.md): A quick introduction to what Data Connectors are and how they work.
- [Creating a Data Connector](https://docs.developer.disruptive-technologies.com/data-connectors/creating-a-data-connector.md): A quick guide on how to create a Data Connector using DT Studio or our APIs.
- [Configuring a Data Connector](https://docs.developer.disruptive-technologies.com/data-connectors/advanced-configurations.md): Data Connectors can be configured for different use-cases.
- [Receiving Events](https://docs.developer.disruptive-technologies.com/data-connectors/receiving-events.md): A few things to consider when receiving events forwarded by a Data Connector.
- [Best Practices](https://docs.developer.disruptive-technologies.com/data-connectors/best-practices.md): Some Best Practices to keep in mind when implementing your endpoint.
- [Example Integrations](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations.md): A few example integrations using Data Connectors with various popular cloud services.
- [Heroku](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/heroku.md): An example integration on forwarding Data Connector events to a server hosted on Heroku.
- [Google Cloud Functions](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/google-cloud-functions.md): An example integration where a Data Connector forwards events to a Google Cloud Function.
- [AWS Lambda](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/aws-lambda.md): An example integration where a Data Connector forwards events to an AWS Lambda Function.
- [Azure HTTP Triggers](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/azure-http-triggers.md): An example integration where a Data Connector forwards events to an Azure HTTP Trigger.
- [IBM Cloud Actions](https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations/ibm-cloud-actions.md): An example integration where a Data Connector forwards events to an IBM Cloud Action.
- [Development Guides](https://docs.developer.disruptive-technologies.com/data-connectors/development-guides.md): A few short guides on how to develop with Data Connectors.
- [Local Development with ngrok](https://docs.developer.disruptive-technologies.com/data-connectors/development-guides/local-development-with-ngrok.md): Develop cloud services locally by continuously forwarding real data from a Data Connector using ngrok.
