|
1 | 1 | # iLEAP Data Model Extension – version 0.2.0
|
2 | 2 |
|
3 | 3 | This repository contains the SCF iLEAP [Data Model
|
4 |
| -Extension](https://wbcsd.github.io/data-model-extensions/) to the [Pathfinder Framework Data |
| 4 | +Extension](https://wbcsd.github.io/data-model-extensions/) to the [PACT Data |
5 | 5 | Model](https://wbcsd.github.io/tr/data-exchange-protocol/#data-model). This extension enables the integration of Logistics Emissions Data Exchange into the Pathfinder Network.
|
6 | 6 |
|
7 | 7 | ## Technical Specifications
|
8 | 8 |
|
9 | 9 | The technical foundations of the iLEAP Data Model Extension, including considerations about its
|
10 | 10 | motivation and use, can be found [here](https://sine-fdn.github.io/ileap-extension/).
|
11 | 11 |
|
12 |
| -## Data Model Implementation in Rust |
| 12 | +## SQL-based Data Model |
13 | 13 |
|
14 |
| -This repository also contains a Rust implementation of the iLEAP data model in |
15 |
| -the folder [gen/](gen/). |
| 14 | +You can access a SQL-based realization of the iLEAP data model in the file [ileap.sql](sql-example/ileap.sql). |
16 | 15 |
|
17 |
| -This code is also used to generate the JSON schema files for the iLEAP data model, which can be accessed from the folder [gen/schemas](gen/schemas/). |
| 16 | +## Rust Implementation |
18 | 17 |
|
19 |
| -## SQL-based Data Model |
| 18 | +SINE provides also Rust implementations of |
| 19 | +- the PACT Data Model, |
| 20 | +- the iLEAP Data Model, and |
| 21 | +- a [demo API](https://api.ileap.sine.dev) conforming to the iLEAP Technical Specifications. |
| 22 | +These can be found in the [`sine-fdn/impact-protocols`](https://github.com/sine-fdn/impact-protocols) repository. |
20 | 23 |
|
21 |
| -You can access a SQL-based realization of the iLEAP data model in the file [ileap.sql](sql-example/ileap.sql). |
| 24 | +## SQL Example Implementation |
| 25 | + |
| 26 | +An SQLITE3-compliant SQL data model of the iLEAP data model extension can also be found in [`sine-fdn/impact-protocols`](https://github.com/sine-fdn/impact-protocols/tree/main/ileap-data-model/sql-example) |
22 | 27 |
|
23 | 28 | ## Contribute
|
24 | 29 |
|
25 |
| -We welcome external contributions. |
| 30 | +We welcome external contributions. |
26 | 31 |
|
27 | 32 | [CONTRIBUTING.md](CONTRIBUTING.md) contains more details.
|
0 commit comments