Skip to content

Commit cec9355

Browse files
committed
2 parents bf249f3 + 47d3fc9 commit cec9355

3 files changed

Lines changed: 46 additions & 1 deletion

File tree

docs/source/core_services.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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)

docs/source/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ proposals
4040
:hidden:
4141
:caption: Resources
4242
43+
core_services
44+
4345
```

src/aind_software_docs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Init package"""
2-
__version__ = "0.0.51"
2+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)