Skip to content

Commit

Permalink
Update polkadot_analytics_platform_m1.md
Browse files Browse the repository at this point in the history
Fixing URL to python documentation
  • Loading branch information
rbrandao authored Sep 4, 2023
1 parent 1f4769c commit 127aef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deliveries/polkadot_analytics_platform_m1.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Project Repository: https://github.com/mobr-ai/PolkadotAnalytics
| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| **0a.** | Copyright and Licenses | [Apache License](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/LICENSE) | Apache 2.0 |
| **0b.** | Documentation/Tutorial | [POnto documentation](https://www.mobr.ai/ponto) <br><br> [PAP endpoints](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/pap/swagger.yml) <br><br> [source code documentation](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/pap/swagger.yml) | Online documentation of the new version of the POnto Ontology <br><br> PAP swagger Documentation <br><br>PAP source code documentation. <br><br> Refer to the README file on our repository to details about how to access the platform swagger endpoint. |
| **0b.** | Documentation/Tutorial | [POnto documentation](https://www.mobr.ai/ponto) <br><br> [PAP endpoints](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/pap/swagger.yml) <br><br> [source code documentation](https://github.com/mobr-ai/PolkadotAnalytics/tree/main/docs/pap) | Online documentation of the new version of the POnto Ontology <br><br> PAP swagger Documentation <br><br>PAP source code documentation. <br><br> Refer to the README file on our repository to details about how to access the platform swagger endpoint. |
| **0c.** | Testing and Testing Guide | [Tests](https://github.com/mobr-ai/PolkadotAnalytics/tree/main/pap/tests) <br><br> [How to test](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/README.md) <br><br> [KB query guide](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/docs/kb_guide.ipynb)| PAP tests <br><br> How to run the tests <br><br> Querying the KB API: a guide on how to query and test the KB. <br><br> The README file includes details on how to run the platform as well as how to execute all of its tests |
| **0d.** | Docker | [Dockerfile](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/Dockerfile) <br><br> [docker-compose](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/docker-compose.yml) | Docker image for the KB Bootstrap. |
| **0e.** | Article | [Medium post draft](https://medium.com/@mobrsys/building-the-foundation-the-first-stage-of-the-polkadot-analytics-platform-6e9fa6fdbf33) | Medium post about the proposed platform roadmap and what we achieved so far. |
| **1.** | POnto Evolution | [POnto](https://github.com/mobr-ai/POnto) <br><br>[Technical Report](https://github.com/mobr-ai/POnto/blob/main/docs/pdf/POnto_v0.0.2_evolution_report.pdf) | New version of POnto ontology, addressing aspects from RFP and Substrate-ETL. <br><br> Technical Report describing the POnto evolution |
| **2.** | KB Bootstrap | [PAP](https://github.com/mobr-ai/PolkadotAnalytics) | Python code with KB endpoints that interact with Jena triplestore database through fuseki-server. Implementation of an initial API to handle knowledge representation. Along with, functionalities to inject the knowledge representation required to bootstrap the KB. |

**Additional Information**
> This is only the first stage in the roadmap to build the platform, which comprises a subset of the platform components
> This is only the first stage in the roadmap to build the platform, which comprises a subset of the platform components

0 comments on commit 127aef9

Please sign in to comment.