MSSQL to OData Bridge is a lightweight and flexible solution designed to connect Microsoft SQL Server with OData for easy data access and integration. This project enables tools like Tableau Public to access MSSQL databases without native support, allowing for effortless data visualization and analysis.
MSSQL to OData Bridge is a lightweight service built on Flask, designed to facilitate a seamless integration between Microsoft SQL Server and OData. This project overcomes the limitations of tools like Tableau Public, which do not natively support connections to MSSQL databases, by exposing MSSQL data as an OData service.
The inability of Tableau Free to connect directly to Microsoft SQL Server is a common challenge. This project addresses that pain point by creating a bridge, enabling data visualization and analysis through OData services.
Once the service is running, users can access their MSSQL data via the following URL structure:
http://localhost:5000/odata/v4/{database}/{table_or_view}
Upon the initial run, the user will be guided to configure the SQL Server connection settings, which will be stored in a JSON file for future use.
Contributions are welcomed, and users are encouraged to submit pull requests or report issues. Support is also available for those who appreciate the work put into this project.
No comments yet.
Sign in to be the first to comment.