Polypheny Client is a client for querying Polypheny-DB. It connects to Polypheny-DB via JDBC using the JDBC Driver.
This client contains a Chronos connector. This allows to easily execute evaluation campaigns.
Download the latest polypheny-client.jar from the release section.
To start the query console, execute polypheny-client.jar
by specifying the parameter console
and the hostname or IP address of a running Polypheny-DB instance.
java -jar polypheny-client.jar console localhost
See the open issues for a list of proposed features (and known issues).
We highly welcome your contributions to Polypheny Client. If you would like to contribute, please fork the repository and submit your changes as a pull request. Please consult our Admin Repository for guidelines and additional information.
Please note that we have a code of conduct. Please follow it in all your interactions with the project.
The initial version of this client has been created by Silvan Heller and Manuel Hürbin.
The Polypheny-DB project is supported by the Swiss National Science Foundation (SNSF) under the contract no. 200021_172763.
The MIT License (MIT)