An open API service indexing awesome lists of open source software.

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:

Awesome Lists containing this project

README

          


MindsDB



MindsDB Datasources Workflow
Python supported
MindsDB Community


Website
|
Docs
|



## 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 |
|-|
| Connect MongoDB |
| Connect MySQL |
| Connect PostgreSQL |
| Connect MariaDB |
| Connect MongoDB |
| Connect Snowflake |
| Connect Clickhouse |
| Connect Cassandra |
| Connect Redis |
| Connect SQL Server |
| Connect Singlestore |
| Connect ScyllaDB |
| Connect CockroachDB |

[: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)