From c4ca7b7b16defa550efddd3d108ad98923e4a239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Brand=C3=A3o=2C=20PhD?= Date: Mon, 4 Sep 2023 11:33:13 -0300 Subject: [PATCH] Update polkadot_analytics_platform_m1.md Fixing missing section (Additional Information) --- deliveries/polkadot_analytics_platform_m1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deliveries/polkadot_analytics_platform_m1.md b/deliveries/polkadot_analytics_platform_m1.md index ace7aaf55..a3bad709b 100644 --- a/deliveries/polkadot_analytics_platform_m1.md +++ b/deliveries/polkadot_analytics_platform_m1.md @@ -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. @@ -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)

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

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