{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "[![Build Status](https://travis-ci.org/Quer-io/Quer.io.svg?branch=master)](https://travis-ci.org/Quer-io/Quer.io)\n[![Coverage Status](https://coveralls.io/repos/github/Quer-io/Quer.io/badge.svg?branch=master)](https://coveralls.io/github/Quer-io/Quer.io?branch=master)\n\n# Quer.io\n\n## Documentation links\nSee [Documentation](https://github.com/Quer-io/Quer.io/tree/master/documentation/) for Documentation\n\nSee [Usage guide](https://github.com/Quer-io/Quer.io/tree/master/documentation/querio101.md) for a basic rundown on how to use Quer.io\n\nSee [Database Schema 1](https://github.com/Quer-io/Quer.io/tree/master/documentation/database/schema.md) for single table sample database schema\n\nSee [Database Schema 2](https://github.com/Quer-io/Quer.io/blob/db/normalized/documentation/database/normalized_schema.md) for normalized sample database schema\n\nSee [ML documentation](https://github.com/Quer-io/Quer.io/tree/master/documentation/ml/model.md) for documentation\non the machine learning model\n\n## Project description\n\nThis project is built to the specifications and requirements provided by Prof. Michael Mathioudakis and is a course work project for course TKT20007 Software Engineering Lab at the University of Helsinki, department of Computer Science.\n\nThe aim of this project is to build an Approximate Query Processing (AQP) engine -- i.e., a software layer on top of a relational database, that allows us to obtain fast, approximate answers to aggregate queries, with the help of Machine Learning models.\n\nChosen implementation is a Python library that can be used with multiple different database systems. Machine learning components are built using Scikit Learn.\n\n## Installation\n\nThis project is done with Python 3.6\n\nSee [Database Installation guide](https://github.com/Quer-io/Quer.io/tree/master/documentation/database/db_readme.md) for information how to install the sample databases this application was tested on.\n\nSee [Application Installation guide](https://github.com/Quer-io/Quer.io/tree/master/documentation/install.md) for information how to install the application and all its dependencies.\n\n### Optional installation\n\nSee [Querio Scheduler](https://github.com/Quer-io/Quer.io-scheduler) for how to install and use a scheduler for periodical model retraining.\n\n### Tests\nCurrently the project contains tests that are done using the [unittest](https://docs.python.org/3/library/unittest.html) library. Tests can be run with the following command from the project root\n\n`python3 -m unittest discover`\n\nThis command will find every test from the project and run it. If you want to run an individual test script it can be done with the following command\n\n`python3 -m unittest [path to file]`\n\n## Contributors\n- [Dennis Ahlfors](https://github.com/Dforssi)\n- [Joonas J](https://github.com/JaykobJ)\n- [Kim Toivonen](https://github.com/ConstantKrieg)\n- [Mauri Frestadius](https://github.com/Suidat)\n- [Ossi R\u00e4is\u00e4](https://github.com/oraisa)\n- [Petja Valkama](https://github.com/xbexbex)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "querio", "package_url": "https://pypi.org/project/querio/", "platform": "", "project_url": "https://pypi.org/project/querio/", "project_urls": null, "release_url": "https://pypi.org/project/querio/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A python library for quickly estimating database results", "version": "0.0.2" }, "last_serial": 4598547, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "bbdbbe769c18794c351a1299ce5ffbce", "sha256": "802385d5d1c9f390b6db0a5231ecd7ee5f3a4839f0808f82625ce003d369d285" }, "downloads": -1, "filename": "querio-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "bbdbbe769c18794c351a1299ce5ffbce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33117, "upload_time": "2018-12-14T09:11:43", "url": "https://files.pythonhosted.org/packages/bc/ca/16376099e342efdd308879786b4bc9c6eb6cc54e1d177e5ba081565e5d28/querio-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab55f753317f21fd49fb182953301738", "sha256": "b5b6b97b204810553ee26b14c38762efb65aafc5d67534d9c26c385760a141db" }, "downloads": -1, "filename": "querio-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ab55f753317f21fd49fb182953301738", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23431, "upload_time": "2018-12-14T09:11:45", "url": "https://files.pythonhosted.org/packages/11/8b/b022cc6ecbf8804091f8155ea4b728b487c994081901c86d3a5eddbb0758/querio-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbdbbe769c18794c351a1299ce5ffbce", "sha256": "802385d5d1c9f390b6db0a5231ecd7ee5f3a4839f0808f82625ce003d369d285" }, "downloads": -1, "filename": "querio-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "bbdbbe769c18794c351a1299ce5ffbce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33117, "upload_time": "2018-12-14T09:11:43", "url": "https://files.pythonhosted.org/packages/bc/ca/16376099e342efdd308879786b4bc9c6eb6cc54e1d177e5ba081565e5d28/querio-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab55f753317f21fd49fb182953301738", "sha256": "b5b6b97b204810553ee26b14c38762efb65aafc5d67534d9c26c385760a141db" }, "downloads": -1, "filename": "querio-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ab55f753317f21fd49fb182953301738", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23431, "upload_time": "2018-12-14T09:11:45", "url": "https://files.pythonhosted.org/packages/11/8b/b022cc6ecbf8804091f8155ea4b728b487c994081901c86d3a5eddbb0758/querio-0.0.2.tar.gz" } ] }