nlesc-sherlock / Rig

Apache License 2.0
0 stars 0 forks source link

Load data #2

Open jvdzwaan opened 8 years ago

jvdzwaan commented 8 years ago

Replace the hard coded/automatic data loading with something in which the user can choose/upload data.

jvdzwaan commented 8 years ago

Use Blaze? http://blaze.readthedocs.org/en/latest/index.html

The Blaze Project: Translates NumPy/Pandas-like syntax to data computing systems (e.g. database, in-memory, distributed-computing). This provides Python users with a familiar interface to query data living in a variety of other data storage systems. One Blaze query can work across data ranging from a CSV file to a distributed database.