Skip to content

Commit

Permalink
include changes per some reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Oct 31, 2024
1 parent 32502ee commit d6a7c0c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
29 changes: 27 additions & 2 deletions docs/60_initialize_vendors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions docs/65_dandi_hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit d6a7c0c

Please sign in to comment.