/cid-router

Content address everything.

Primary LanguageRustApache License 2.0Apache-2.0

CID Router


Content address everything.

cid-router resolves requests for CIDs into routes for retrieval of the content and/or resources related to the content.

cid-router is not opinionated about types of CIDs, routes, or underlying protocols used by routes.

cid-router can be configured to consume routes from any number of CRPs (CID Route Provider).

CID Router diagram

Repo Organization

cid-router CID Router Service
crates
api-utils Utility library for API binaries
cid-filter CID filter model
routes Routes model
external-crps
azure-blob-storage-crp Azure Blob Storage CRP Service
github-crp Github CRP Service

Justfile

Available recipes:
    ci            # Run main CI job
    readme-check  # Check auto-generated portions of README.md
    readme-update # Update auto-generated portions of README.md