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

DuckDB integration #5454

Open
usametov opened this issue Sep 20, 2023 · 5 comments
Open

DuckDB integration #5454

usametov opened this issue Sep 20, 2023 · 5 comments

Comments

@usametov
Copy link

Hi, I think it would be great to have DuckDB integration. This would open the door for cross-language plugin development.

@scoobhidu
Copy link

Hi @jmaslek can I pick this up

@scoobhidu
Copy link

@usametov can you please share an idea or a short snippet on how the cross-lang plugin development shall work like?

@usametov
Copy link
Author

@loyaltytrooper
I am talking about data-level interop. Once we have a data in DuckDB we can use any language to read data from it. This is how we achieve cross-language interop.

@scoobhidu
Copy link

ok, thanks

@CincyBC
Copy link

CincyBC commented Nov 29, 2023

DuckDB is an in-memory database like SQLite. It looks like all of the data in OpenBB is brought into Pandas dataframes and manipulated. You can convert any pandas df into a DuckDB table. See this example.

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

No branches or pull requests

4 participants
@usametov @CincyBC @scoobhidu and others