diff --git a/docs/60_initialize_vendors.md b/docs/60_initialize_vendors.md index b77dfaa1..9b2919ca 100644 --- a/docs/60_initialize_vendors.md +++ b/docs/60_initialize_vendors.md @@ -4,21 +4,46 @@ The DANDI ecosystem relies on vendor services to operate. So first you will nee • **Heroku** +Provisions the servers and worker processes for the API. Heroku also handles the Postgres instance responsible +for data models in the DANDI Archive. + • **AWS** +Provides storage buckets, as well as domain management, for resourcees across the DANDI ecosystem + • **GitHub** +Serves as the authentication provider for accounts across the DANDI ecosystem + • **Terraform Cloud** +Manages provisioned resources across cloud vendors in a version-controlled manner. + • **Netlify** +Deploys production frontend build, as well as s staging previews to assist with frontend development + • **Sentry** +Provides observability and monitoring for API events + • **PyPI** -• **Datalad (TBD)** +Serves as a public registry for the `dandi-cli` tool + +Some services are not yet integrated within the main infrastructure: + +• https://github.com/dandi/backups2datalad - to populate/update https://github.com/dandi/dandisets, https://github.com/dandisets, and https://github.com/dandizarrs/ + +• TODO: heroku logs + +• TODO: aws s3 access stats dump + +• TODO: con/tinuous dumps of CI logs + +• TODO: zarr manifests generation (ATM not on drogon even) -• **git-annex (TBD)** +• TODO: access stats analysis/plots (yet to be finished/cron deployed) ## Heroku diff --git a/docs/65_dandi_hub.md b/docs/65_dandi_hub.md index d7347f60..7f5ccbc5 100644 --- a/docs/65_dandi_hub.md +++ b/docs/65_dandi_hub.md @@ -4,3 +4,11 @@ that provides different instance types of users to efficiently interact with dat [Proceed to the following README](https://github.com/dandi/dandi-hub/blob/main/README.md#dandihub) to see how you can set up your own DANDI Hub -- **Note: it is important that your k8s cluster is in the same region as your data** + +Resources + +• [Source code and instructions]( https://github.com/dandi/dandi-hub) + +• [DANDI Hub](https://hub.dandiarchive.org/) + +• [LINC Hub](https://hub.lincbrain.org/) \ No newline at end of file