Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with SQL? #248

Closed
kmatusz opened this issue Sep 10, 2018 · 2 comments · Fixed by #2262
Closed

Integration with SQL? #248

kmatusz opened this issue Sep 10, 2018 · 2 comments · Fixed by #2262
Labels
new feature suggestions for new functionality

Comments

@kmatusz
Copy link

kmatusz commented Sep 10, 2018

Feature Request Description

The concept of EntitySet is similar to SQL database, with relations as foreign keys and entities as tables. I think a good feature would be to connect featuretools directly to an SQL database, or at least provide conversion of a database to EntitySet automatically.

@kmax12
Copy link
Contributor

kmax12 commented Sep 11, 2018

@kmatusz this makes a lot of sense and is something on our list to add to Featuretools. One approach could be to use SQLAlchemy to implement this.

If you (or anyone else reading this) is interested in contributing this functionality to Featuretools, please let us know so we can discuss further.

@Seth-Rothschild Seth-Rothschild added the good first issue Good for newcomers label Sep 24, 2018
@rwedge rwedge added new feature suggestions for new functionality and removed good first issue Good for newcomers labels May 14, 2020
@asniyaz asniyaz self-assigned this Mar 21, 2022
@gsheni
Copy link
Contributor

gsheni commented Oct 12, 2022

@kmatusz Please checkout our add-on library which allows you to create EntitySets from a database:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature suggestions for new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants