https://github.com/constraintAutomaton/sparql-federated-query-containment
https://github.com/constraintAutomaton/sparql-federated-query-containment
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/constraintAutomaton/sparql-federated-query-containment
- Owner: constraintAutomaton
- Created: 2025-02-04T10:13:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:29:39.000Z (over 1 year ago)
- Last Synced: 2025-02-17T15:30:24.364Z (over 1 year ago)
- Language: TeX
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# materialized_view_query_containment
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.8. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
## What do we want
1) Make a simple SpecCS implementation
2) Adapt it to bag semantic because of federated queries
3) Make a JSAG implementation
4) Adapt it for bag semantic
5) Make an implementation of Conjunctive query containment revisited
6) Adapt it to bag semantic
Why not all the other algorithm????
- sparql-Algebra (SA)
- Alternation Free two-way µ-calculus (AFMU)
- TreeSolver (TS)
- Query Canonicalisation (QCan)
Why we restrict to not everything???