Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polypheny/polypheny-ui

A powerful and easy to use browser-based user interface for Polypheny-DB.
https://github.com/polypheny/polypheny-ui

Last synced: 6 days ago
JSON representation

A powerful and easy to use browser-based user interface for Polypheny-DB.

Awesome Lists containing this project

README

        

# Polypheny-UI

_Polypheny-UI_ is a powerful and easy to use browser-based user interface for Polypheny. The UI is deployed together
with Polypheny-DB and can (by default) be accessed via port 7659.

## Features ##
Polypheny-UI supports a wide range of features including:

* Monitoring the current status
* Modifying settings
* Modify the schema
* Model foreign key relationships
* View and edit stored data
* Execute arbitrary queries
* Analyze query execution
* Graphically build query plans
* Explore-by-example based data exploration

## Roadmap ##
See the [open issues](https://github.com/polypheny/Polypheny-DB/labels/A-ui) for a list of proposed features (and known issues).

## Contributing ##
We highly welcome your contributions to Polypheny-UI. If you would like to contribute, please fork the repository and submit your changes as a pull request. Please consult our [Admin Repository](https://github.com/polypheny/Admin) for guidelines and additional information.

Please note that we have a [code of conduct](https://github.com/polypheny/Admin/blob/master/CODE_OF_CONDUCT.md). Please follow it in all your interactions with the project.

## Credits ##
Polypheny-UI is based on the beautiful [CoreUI](https://coreui.io/angular/) template. The query plan visualization is based on the [Postgres Explain Visualizer](https://github.com/AlexTatiyants/pev) which we have updated to be compatible with Angular 8 and modified to be used with Polypheny-DB.

## License ##
The MIT License (MIT)