NeurodataWithoutBorders / nwb-overview

Introduction to NWB software
https://nwb-overview.readthedocs.io/
7 stars 8 forks source link

Add DataJoint to community gallery #118

Closed rly closed 1 year ago

rly commented 1 year ago

DataJoint: a scientific workflow data management platform https://datajoint.com/

Docs: https://datajoint.com/docs/

Three approaches to integration:

  1. Export from DataJoint Elements to NWB (need docs)
  2. Store (refer to) NWB files in tables, store object_ids in a column, use the object_id to fetch NWB objects (ala Spyglass)
  3. Store NWB objects in tables. Notebooks/code demonstrating this method (dj.AttributeAdapter method):