Skip to content

Commit fc0b297

Browse files
authored
Merge pull request #119 from sine-fdn/removing-code
refactor: remove gen directory
2 parents 61fa9d7 + ba942c7 commit fc0b297

20 files changed

+22
-4731
lines changed

.github/workflows/gen-test.yml

-38
This file was deleted.

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ There are many ways in which you can contribute to the iLEAP Technical Specifica
99

1010
If you have feedback you would like to raise, we encourage you to [open an issue](https://github.com/sine-fdn/ileap-extension/issues/new).
1111

12+
If your feedback is more general in nature, please refer to [this page](https://sinefoundation.notion.site/Contributing-to-iLEAP-9ad4ee5410234a82b2ad0cb9471e371a), where you can find all details on how to contribute and reach out to the iLEAP team.
13+
1214
### Bug report
1315

1416
In case you have identified a typo, an error (such as a broken link), etc., in the Technical Specifications, please [open an issue with the bug report template](https://github.com/sine-fdn/ileap-extension/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=).

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
# iLEAP Data Model Extension – version 0.2.0
22

33
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
55
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.
66

77
## Technical Specifications
88

99
The technical foundations of the iLEAP Data Model Extension, including considerations about its
1010
motivation and use, can be found [here](https://sine-fdn.github.io/ileap-extension/).
1111

12-
## Data Model Implementation in Rust
12+
## SQL-based Data Model
1313

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).
1615

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
1817

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.
2023

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)
2227

2328
## Contribute
2429

25-
We welcome external contributions.
30+
We welcome external contributions.
2631

2732
[CONTRIBUTING.md](CONTRIBUTING.md) contains more details.

0 commit comments

Comments
 (0)