https://github.com/mindsdb/datasources
:electric_plug: :mailbox_with_mail: Supported datasources for MindsDB :electric_plug: :mailbox_with_mail:
https://github.com/mindsdb/datasources
clickhouse datasources hacktoberfest hacktoberfest2021 mariadb mindsdb mongodb mysql postgresql python3 snowflake
Last synced: 5 months ago
JSON representation
:electric_plug: :mailbox_with_mail: Supported datasources for MindsDB :electric_plug: :mailbox_with_mail:
- Host: GitHub
- URL: https://github.com/mindsdb/datasources
- Owner: mindsdb
- Archived: true
- Created: 2021-03-11T12:03:49.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2025-05-12T01:56:27.000Z (about 1 year ago)
- Last Synced: 2025-10-01T03:46:38.175Z (9 months ago)
- Topics: clickhouse, datasources, hacktoberfest, hacktoberfest2021, mariadb, mindsdb, mongodb, mysql, postgresql, python3, snowflake
- Language: Python
- Homepage: http://mindsdb.com
- Size: 191 KB
- Stars: 16
- Watchers: 20
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
To install the latest version of MindsDB Datasources use pip:
```
pip install mindsdb_datasources
```
## Overview
MindsDBs Datasources goal is to make it very simple to ingest and prepare data that can be feed into MindsDB as DataSource.
## Datasource Integrations
| Connectors |
|-|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[:question: :wave: Missing integration?](https://github.com/mindsdb/mindsdb/issues/new?assignees=&labels=&template=feature-mindsdb-request.md)
## Support
If you found a bug, please submit an [issue on Github](https://github.com/mindsdb/mindsdb/issues).
To get community support, you can:
* Post at MindsDB [Slack community](https://join.slack.com/t/mindsdbcommunity/shared_invite/zt-o8mrmx3l-5ai~5H66s6wlxFfBMVI6wQ).
* Ask for help at our [Github Discussions](https://github.com/mindsdb/mindsdb/discussions).
* Ask a question at [Stackoverflow](https://stackoverflow.com/questions/tagged/mindsdb) with a MindsDB tag.
If you need commercial support, please [contact](https://mindsdb.com/contact/?utm_medium=community&utm_source=github&utm_campaign=mindsdb%20repo) the MindsDB team.
## Contributing
Being part of the core team is accessible to anyone who is motivated and wants to be part of that journey!
If you'd like to contribute to the project, refer to the [contributing documentation](https://docs.mindsdb.com/contribute/?utm_medium=community&utm_source=github&utm_campaign=mindsdb%20repo).
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/mindsdb/mindsdb/blob/main/CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
## Installing additional dependencies
For some datasources may need additional dependencies.
To work with datasource from list:
```
S3, PostgreSQL, MSSQL, MongoDB, Athena, Redshift, Google Cloud Storage, ScyllaDB, Cassandra, Presto, Timescale, Dremio, Impala, Hive, Trino, InfluxDB, Phoenix, QuestDB, CrateDB
```
please, install dependencies via:
```
pip install mindsdb-datasources[extra_data_sources]
```
If You want to work with `ScyllaDB`, please install:
```
pip install mindsdb-datasources[scylla]
```
If You want to work with `Cassandra`, please install:
```
pip install mindsdb-datasources[cassandra]
```
Note: dependencies for `Cassandra` and `ScyllaDB` may conflict with each other. It would be good not to install them at the same time.
To work with `Snowflake`, please install `Snowflake's ODBC driver` and `pyodbc`.
To work with `Dremio`, please install the `Dremio ODBC Driver` and `pyodbc`.
To work with `Solr`, please install Solr and `JayDeBeApi`. Then export the Solr JDBC driver to CLASSPATH. Details: https://solr.apache.org/guide/6_6/solr-jdbc-python-jython.html#jaydebeapi
## Mailing lists
Subscribe to MindsDB Monthly [Community Newsletter](https://mindsdb.com/newsletter/?utm_medium=community&utm_source=github&utm_campaign=mindsdb%20repo) to get general announcements, release notes, information about MindsDB events, and the latest blog posts.
You may also join our [beta-users](https://mindsdb.com/beta-tester/?utm_medium=community&utm_source=github&utm_campaign=mindsdb%20repo) group, and get access to new beta features.
## License
MindsDB is licensed under [GNU General Public License v3.0](https://github.com/mindsdb/mindsdb/blob/master/LICENSE)