======App Store Connect: Custom Data Connections====== App Store Connect can connect to a wide range of data sources, but we don't have drivers for everything (yet)! If you have a custom data source that you want to connect to the Industrial App Store, you can use our [[https://github.com/intelligentplant/AppStoreConnect.Adapters|open source adapter toolkit]] to write your own driver that is hosted in an external ASP.NET Core application. App Store Connect can speak to your driver using REST API, gRPC, or ASP.NET Core SignalR interfaces. You can even use our [[https://github.com/intelligentplant/AppStoreConnect.Adapters/tree/main/src/DataCore.Adapter.Templates|templates]] for Microsoft's [[https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new|.NET SDK]] to get started in just a few minutes! If you have written a driver that you think would be useful to other Industrial App Store users, please [[https://www.intelligentplant.com/about-us|contact us]] to discuss distributing your driver with App Store Connect.