Is it possible to import/export hdf5 data from Dgraph?
What would a pipeline that does this look like?
I was thinking this may work.
Dgraph → numpy → h5py.create_dataset
does this seem like a good plan? I’d love to open source this as well.
I just ask this to make sure I’m not recreating the wheel by building this. Maybe a pipeline that does this already exists somewhere? Or parts of it exist?