Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 724 Bytes

File metadata and controls

17 lines (12 loc) · 724 Bytes

aind-dataverse-service

Repository for code to interface with Dataverse through PowerAutomate.

Usage

Create the server.

  • The server code is developed in the aind-dataverse-service-server package.
  • On a push to main, a docker image will be built and published to GitHub's container registry.
  • You can then run the server in a docker container or k8s pod.
  • More details can be found in the service README file

Auto-generated client code.

  • The client code is autogenerated using an openapi generator.
  • On a push to main, a python library will be built and published to PyPI.
  • The client can then be pip installed as pip install aind-dataverse-service-client