You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-16Lines changed: 3 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# institute-data
1
+
# mentorhub-mongodb
2
2
3
3
This is project contains database configuration, migration scripts, and test data used by the institute system. The Dockerfile creates a mongosh container that connects to a database and runs the scripts to configure the database and load test data.
4
4
5
-
[Here](https://github.com/orgs/agile-learning-institute/repositories?q=institute&type=all&sort=name) are all of the repositories in the [Institute](https://github.com/agile-learning-institute/institute/tree/main) system
5
+
[Here](https://github.com/orgs/agile-learning-institute/repositories?q=mentorHub-&type=all&sort=name) are all of the repositories in the [mentorHub](https://github.com/agile-learning-institute/mentorhub/tree/main) system
6
6
7
7
## Prerequisits
8
8
@@ -41,7 +41,7 @@ python scrape_engineerkit.py
41
41
42
42
### Build and test the container
43
43
44
-
Use the following comand to build and run the container locally. See [here for details](https://github.com/agile-learning-institute/institute/blob/main/docker-compose/README.md) on how to stop/start the database.
44
+
Use the following comand to build and run the container locally. See [here for details](https://github.com/agile-learning-institute/mentorHub/blob/main/docker-configurations/README.md) on how to stop/start the database.
45
45
46
46
```bash
47
47
../src/docker/docker-build.sh
@@ -51,16 +51,3 @@ After that command completes successfully you can verify it worked successfly by
51
51
52
52
- checking the logs from your institute-mongosh container
53
53
- Connect to the database with the Mongo Compass and verify collections and data
54
-
55
-
## Refactors and Enhancements
56
-
57
-
-[x] Create more complete test data
58
-
-[x] Implement Schema Validation
59
-
-[x] Implement Schema Version Migration
60
-
-[x] New Schema's and Collections [topics, resources]
61
-
-[x] Create Python script to scrape engineerkit markdown
62
-
-[ ] Abstract enumeration arrays so they can be used in schema and enumerator data
63
-
-[ ] Implement Person transformation in load script (Version Upgrade Logic)
64
-
-[ ] Breadcrumbs, define and include type in all schemas
0 commit comments