Skip to content

Commit

Permalink
Update polkadot_analytics_platform_m1.md
Browse files Browse the repository at this point in the history
Fixing missing section (Additional Information)
  • Loading branch information
rbrandao authored Sep 4, 2023
1 parent 4a2a528 commit c4ca7b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deliveries/polkadot_analytics_platform_m1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
**Context** (optional)
> The Polkadot Analytics Platform aims at building a comprehensive data analysis and visualization tool for the Polkadot ecosystem. The platform will allow users to retrieve and analyze data from various Polkadot-related sources (e.g., different parachains and components such as browser wallets), aligned with the POnto ontology [1, 2, 3]. Users will be able to specify their queries using a controlled natural language (CNL), and the platform will provide a query engine to process these queries. Additionally, the platform will provide a UI to support constructing queries and visualizing informative artifacts that represent query results. As well as support for composing customizable dashboards using these artifacts.
> This is only the first stage in the roadmap to build the platform, which comprises a subset of the platform components

**Deliverables**
> In this milestone, we focused on constructing the foundation of the analytics platform by creating a knowledge base. We defined and implemented the base components for the dev environment that will be the basis for the proposed platform. This included evolving with POnto to address queries from the [Data Analysis Tools for Substrate-based Blockchains](https://github.com/w3f/Grants-Program/blob/master/docs/RFPs/Under%20Development/data_analysis_tools.md) RFP and the Substrate-ETL project. An initial KB component (including triplestore database and basic API endpoint) was developed to handle operations over POnto entities.
Expand All @@ -28,3 +27,6 @@ Project Repository: https://github.com/mobr-ai/PolkadotAnalytics
| **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

0 comments on commit c4ca7b7

Please sign in to comment.