biocommons.seqrepo
biocommons.seqrepo copied to clipboard
Define SeqRepo interface
- Create abstract SeqRepo class
- Define sequence metadata data structure
- JSON schema?
- Dataclass/Namedtuple?
- Pydantic?
- Probably leaning in this direction
- OpenAPI?
- Considerations:
- language neutrality?
- dependency light?
- minimal maintenance?
- Separate out different implementations (+ separate dependency groups). IE a Redis submodule + dependency subgroup.
get speed impact of Pydantic validation
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.