GithubHelp home page GithubHelp logo

solid-agent's Introduction

The POD-QUERY system

This repository combines the solid-aggregator-server and the SRR rewriter to make the POD-QUERY system. The solid-aggregator-server serves an endpoint to which clients can make query request. The server will use the SRR query rewriter to rewrite the query to I) preserve the privacy of the pod's owner II) schema align the schema of the query to the schema used the POD. The demo for this repo is run on https://podquery-demo.vito.be/.

The POD-QUERY system

Dockerfile

This dockerfile builds the backend Web Agent server used in the demo. As shown in the image, it exposes an endpoint where applications can send query requests to. These queries are then rewritten with rule mappings and executed on the POD's data. The query results are then send back to the application.

UI

This is the UI that is run on https://podquery-demo.vito.be/. This frontend is build with webpack so to serve the site locally you can start a dev-server with: (run the following commands in the UI directory)

npm start

Or build a static website in a sub folder called UI/dist/:

npm run build 

This UI can be served with NGINX in a docker container. To build this docker container run the following command from inside the UI/ directory:

docker build .

rules

This folder contains the mapping rules for the rewriter.

POD-Query files

This folder contains the queries and data for the demo.

solid-agent's People

Contributors

maartyman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.