File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Core Services
2+
3+ ** aind-data-transfer-service**
4+
5+ FastAPI service to run data compression and transfer jobs on the HPC
6+
7+ [ link] ( http://aind-data-transfer-service/ ) | [ readthedoc] ( https://aind-data-transfer-service.readthedocs.io/en/latest/ ) | [ repo] ( https://github.com/AllenNeuralDynamics/aind-data-transfer-service )
8+
9+ ** aind-metadata-mapper**
10+
11+ Repository to help gather and map metadata from different sources
12+
13+ [ readthedoc] ( https://aind-metadata-mapper.readthedocs.io/en/latest/ ) | [ repo] ( https://github.com/AllenNeuralDynamics/aind-metadata-mapper )
14+
15+ ** aind-metadata-service**
16+
17+ REST service to retrieve metadata from AIND databases
18+
19+ [ link] ( http://aind-metadata-service/ ) | [ readthedoc] ( http://aind-metadata-service/docs ) | [ repo] ( https://github.com/AllenNeuralDynamics/aind-metadata-service )
20+
21+ ** aind-metadata-entry-js**
22+
23+ UI for metadata ingestion and validation
24+
25+ [ link] ( https://metadata-entry.allenneuraldynamics.org/ ) | [ repo] ( https://github.com/AllenNeuralDynamics/aind-metadata-entry-js )
26+
27+ ** aind-data-access-api**
28+
29+ Library to interface with AIND databases
30+
31+ [ tutorial] ( https://codeocean.allenneuraldynamics.org/capsule/9613367/tree/v1 ) | [ readthedoc] ( https://aind-data-access-api.readthedocs.io/en/latest/ ) | [ repo] ( https://github.com/AllenNeuralDynamics/aind-data-access-api )
32+
33+ ** aind-data-asset-indexer**
34+
35+ Index jobs for AIND metadata in AWS DocumentDB and S3
36+
37+ [ readthedoc] ( https://aind-data-asset-indexer.readthedocs.io/en/latest/ ) | [ repo] ( https://github.com/AllenNeuralDynamics/aind-data-asset-indexer )
38+
39+ ** aind-library-template**
40+
41+ A basic template for a library code base
42+
43+ [ repo] ( https://github.com/AllenNeuralDynamics/aind-library-template )
Original file line number Diff line number Diff line change @@ -40,4 +40,6 @@ proposals
4040:hidden:
4141:caption: Resources
4242
43+ core_services
44+
4345```
Original file line number Diff line number Diff line change 11"""Init package"""
2- __version__ = "0.0.51 "
2+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments