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: docs/governance/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@
6
6
7
7
The primary goal of **OpenEV Data** is to develop and maintain the world's most accurate, scientifically validated, and accessible open database of Electric Vehicle (EV) specifications. Unlike fragmented proprietary lists, OpenEV is built on **Data-as-Code** principles, ensuring version control, strict schema validation, and community review for every data point—from battery chemistry to charging curves.
8
8
9
-
Our infrastructure is powered by a high-performance **Rust** ecosystem. The API runs on the Edge (WebAssembly), providing global low-latency access to data, while the dataset itself is agnostic and available for direct download in JSON or SQL formats.
9
+
Our infrastructure is powered by a high-performance **Rust** ecosystem. The API provides global low-latency access to data, while the dataset itself is agnostic and available for direct download in JSON or SQL formats.
10
10
11
11
We aim to speed up eMobility adoption by providing developers, researchers, and charging network operators with a reliable standard (The "OpenEV Spec") to build better routing algorithms, chargers, and apps.
12
12
13
13
## Repository Structure
14
14
15
15
OpenEV Data is modular by design to separate concerns between data curation and software engineering.
|[**open-ev-data-dataset**](https://github.com/open-ev-data/open-ev-data-dataset)| The core database. Contains all vehicle JSONs and validation schemas. | JSON, JSON Schema|
20
-
|[**open-ev-data-api**](https://github.com/open-ev-data/open-ev-data-api)| The high-performance engine. Handles ETL, SQL generation, and the Edge API. |**Rust**, Wasm, Cloudflare Workers|
21
-
|[**open-ev-data.github.io**](https://github.com/open-ev-data/open-ev-data.github.io)| Official documentation, guides, and API reference. | MkDocs, Material|
22
-
|[**.github**](https://github.com/open-ev-data/.github)| Governance, organization-wide policies, and issue templates. | Markdown|
|[**open-ev-data-dataset**](https://github.com/open-ev-data/open-ev-data-dataset)| The core database. Contains all vehicle JSONs and validation schemas. | JSON, JSON Schema |
20
+
|[**open-ev-data-api**](https://github.com/open-ev-data/open-ev-data-api)| The high-performance engine. Handles ETL, SQL generation, and the API. |**Rust**|
21
+
|[**open-ev-data.github.io**](https://github.com/open-ev-data/open-ev-data.github.io)| Official documentation, guides, and API reference. | MkDocs, Material |
22
+
|[**.github**](https://github.com/open-ev-data/.github)| Governance, organization-wide policies, and issue templates. | Markdown |
23
23
24
24
## Getting Started
25
25
@@ -38,7 +38,7 @@ To start consuming the data or contributing to the project, please read our [**D
38
38
39
39
-**Strict Typing:** All data is validated against rigorous JSON Schemas (`vehicle.schema.json`) before merging.
40
40
-**Deep Merge Architecture:** Uses a hierarchical inheritance model (Base -> Year -> Trim) to ensure DRY (Don't Repeat Yourself) data entry.
41
-
-**Edge Computing:** The API is deployed globally using Cloudflare Workers and D1 (SQLite), ensuring <50ms latency.
41
+
-**High Performance:** The API is optimized for low-latency global access using efficient Rust infrastructure.
42
42
-**Rust Core:** All tooling (ETL, Validation, Server) is written in Rust for safety and performance.
0 commit comments