Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Obtain access to SEAD
  2. Register the repository profile
  3. Develop a client to pull and publish the collections

Obtain access to SEAD

...

https://seadva-test.d2i.indiana.edu/sead-c3pr/api/repositories/<orgidentifier_of_your_repository>

Develop a client to pull and publish the collections

When SEAD receives publish requests for a repository, it keeps a list of those requests in PDT. If the repository need to access the collections and publish them, it need to implement an agent that handles the metadata/data retrieval and status updates. You can refer to https://github.com/Data-to-Insight-Center/sead2/tree/master/sead-nds-repository for a sample agent code.

...