To install the latest version of MindsDB Datasources use pip:
pip install mindsdb_datasources
MindsDBs Datasources goal is to make it very simple to ingest and prepare data that can be feed into MindsDB as DataSource.
Connectors |
---|
If you found a bug, please submit an issue on Github.
To get community support, you can:
- Post at MindsDB Slack community.
- Ask for help at our Github Discussions.
- Ask a question at Stackoverflow with a MindsDB tag.
If you need commercial support, please contact the MindsDB team.
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.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
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
Subscribe to MindsDB Monthly Community Newsletter to get general announcements, release notes, information about MindsDB events, and the latest blog posts. You may also join our beta-users group, and get access to new beta features.
MindsDB is licensed under GNU General Public License v3.0