Polypheny-DB
Polypheny-DB copied to clipboard
A self-adaptive Polystore that provides cost- and workload aware access to heterogeneous data.
Add more descriptive text and explanations to the UI.
## Motivation Having a dataset together with queries that cover a good part of the functionality of Polypheny would make testing things like new adapters easier. ## What would be...
- Replace `Catalog.getInstance().getSnapshot()` with `Catalog.snapshot` - Remove one unused method from the catalog - Remove an unecessary `map` call - When the class has a catalog field, use that instead...
## Summary This PR enhances Polypheny with the ability to serialize arbitrary query plans into a textual representation called _PolyAlgebra_. This is the foundation for the new framework-based plan editor...
## Summary This PR contains some small fixes for graph related things. ### Bug Fixes * Now single quotes in a string will be escaped * Added long literal support...
This pull request introduces the new JSON and XML adapters for Polypheny, enabling the inclusion of JSON and XML files as data sources that can be queried. The adapters support...
### Final report: GSoC '24 - Student: Eslam Ashraf - Organization: [Polypheny](https://polypheny.org/) - Mentors: [David](https://github.com/datomo), [Isabel](https://github.com/isabelge) - Project: [Project proposal](https://summerofcode.withgoogle.com/programs/2024/projects/4s8BS2zB) ------------ ### Project I have developed an advanced presentation mode...
The main contribution of this PR are improvements to transaction handling in the Prism driver and decimal validation: - Ensure that statements objects used in the Prism driver belong to...
## Summary This PR fixes the string replace function implementation.
# Final Report: GSoC '24 **Student:** [Alyaa Mamoon](https://github.com/alyaa999) **Organization:** [Polypheny](https://polypheny.com/en/) **Mentors:** [Marc Hennemann](https://github.com/hennlo), [Marco Vogt](https://github.com/vogti) **Project:** [Project Proposal](https://summerofcode.withgoogle.com/programs/2024/projects/cOEeaYk7) ## Project Overview During the GSoC '24 program, I focused on improving...