OpenG2P - IUDX
Data Share
Last updated
Was this helpful?
Data Share
Last updated
Was this helpful?
Data sharing across systems is a foundational pillar of any robust digital public infrastructure (DPI). An effective data sharing mechanism typically includes these key capabilities:
Precise sharing of only the relevant and requested data segments
Enforceable data access policies that govern both the data and its consumers
Strong authentication and authorization controls
Multiple data sharing channels such as events, APIs, and file transfers
End-to-end security to protect data in transit
Scalability to support numerous consumers and deliver data in real-time
While various approaches can achieve these goals, OpenG2P has integrated with —an advanced urban data sharing platform that connects data producers and consumers under clearly defined access policies. We offer a ready-to-use implementation to demonstrate this powerful integration.
Steps to configure IUDX:
Create Admin User and normal user on keycloak.
On-board Resource Server.
Assign roles (provider/ consumer) to the users.
Add access policy domain
Upload catalogue items.
Define policies for resources for an users.
Register Adaptor at dataset level.
Ingest data at resource level using adaptor.
The adaptor acts as a bridge between data sources (SR/PBMS) and the IUDX platform. It is responsible for fetching data from the specified data sources, transforming it into a format suitable for sharing, and then seamlessly pushing this transformed data into the IUDX platform. The process ensures that data is consistently and accurately delivered to consumers, tailored to their needs.
Key features of the adaptor include:
Data Fetching: Collects data from specified sources, ensuring all relevant information is acquired.
Data Transformation: Converts the data into a structured format that aligns with IUDX requirements, ensuring compatibility and ease of use.
Data Pushing: Transmits the transformed data into the IUDX platform, facilitating immediate use or further processing.
The custom design and code of these adaptors ensure they are tailored to specific data sets and operational requirements, enhancing the overall efficiency of data handling within the IUDX framework.
Follow the IUDX-provided instructions on .