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
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
The `mds-core` repo contains a deployable reference implementation for working with MDS data. It is a beta release meant for testing by cities and other entities to gather feedback and improve the product.
4
4
5
+
The [Mobility Data Specification](https://github.com/openmobilityfoundation/mobility-data-specification/) (MDS) is a project of the [Open Mobility Foundation](http://www.openmobilityfoundation.org) (OMF) focused on digitally managing dockless e-scooters, bicycles and carshare in public spaces.
6
+
5
7
`mds-core` is...
6
8
- a reference MDS implementation usable by cities
7
9
- on-ramp for developers joining MDS ecosystem
@@ -13,11 +15,9 @@ The `mds-core` repo contains a deployable reference implementation for working w
13
15
- a place to define local policies or performance metrics
14
16
- a cloud service that will be operated by the OMF
15
17
16
-
See the `mds-core`[Github Wiki](https://github.com/openmobilityfoundation/mds-core/wiki) for more details and help.
17
-
18
-
The [Mobility Data Specification](https://github.com/openmobilityfoundation/mobility-data-specification/) (MDS), a project of the [Open Mobility Foundation](http://www.openmobilityfoundation.org) (OMF) focused on dockless e-scooters, bicycles and carshare.
18
+
**See the `mds-core`[Wiki](https://github.com/openmobilityfoundation/mds-core/wiki) for more details and help, including how to use it, release goals, how to help, the technical stack used, and slideshows and a video presentation.**
19
19
20
-
# Overview of MDS-CORE
20
+
# Overview of `mds-core`
21
21
22
22
The included code represents what is currently up and running for Los Angeles as well as new features under development. Includes the following:
23
23
@@ -258,7 +258,7 @@ Verify:
258
258
```
259
259
260
260
#### In-Cluster Development
261
-
Due to the nature of MDS-Core being a highly portable Typescript project that compiles down into minified javascript for its images, rapidly development in-cluster can be quite challenging. MDS-Core utilizes [Okteto](https://okteto.com) to enable developers to actively develop their code in-cluster.
261
+
Due to the nature of `mds-core` being a highly portable Typescript project that compiles down into minified javascript for its images, rapidly development in-cluster can be quite challenging. `mds-core` utilizes [Okteto](https://okteto.com) to enable developers to actively develop their code in-cluster.
262
262
263
263
After following the above steps to set up a local MDS cluster, you can override an existing service's deployment with these steps.
264
264
1. Update `mds-core/okteto.yml`'s `name` field to be set to the service you wish to replace (e.g. `mds-agency`)
0 commit comments