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

Data library sources that are worth integrating with #3

Open
ksunden opened this issue Oct 25, 2022 · 1 comment
Open

Data library sources that are worth integrating with #3

ksunden opened this issue Oct 25, 2022 · 1 comment

Comments

@ksunden
Copy link
Member

ksunden commented Oct 25, 2022

Some of these may be proof of concept level at best while they are under our control, but good to keep many in mind to avoid overspecializing and painting ourselves into a corner:

  • numpy arrays (or rather dictionaries of numpy arrays)
  • pandas
  • xarray
  • dask
  • tiled
  • WrightTools (It's my graduate work, so useful as a test bed for integrations into libraries themselves)
  • raw h5py
  • Zarr
  • functions
  • web APIs
  • databases
  • networkx (graph data rather than array-like)
@tacaswell
Copy link
Member

https://github.com/networkx/grave is some very early work on these ideas around networkx (and where I lifted _forwarder from https://github.com/networkx/grave/blob/944049f4fa639811b477e50e07ade5b5d1a0a7bb/grave/grave.py#L186-L205)

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

2 participants