Coder Social home page Coder Social logo

stjordanis / graphical_query_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alcampopiano/graphical_query_app

0.0 2.0 0.0 8.54 MB

A Python web app for constructing graphical queries

License: BSD 3-Clause "New" or "Revised" License

Python 33.06% HTML 8.28% CSS 58.66%

graphical_query_app's Introduction

Graphical Query Application

drawing


This is an example of using the Anvil App Server to build a web application using nothing but Python.

As shown above, this application allows you to select data based on a graphical-style query.

Installation

$ pip install -r graphical_query_app/requirements.txt

Running the app locally

After cloning this repository, run the following command to launch the app

$ anvil-app-server --app graphical_query_app

The app should now be running on http://localhost:3030.

Using your own data

I have included some same data in the "example_data" directory. Feel free to load that into the app to see how everything works. When you are ready to use your own data, make sure it is squeaky clean! That is, don't have mixed types inside the same column. Numbers need to be able to be treated as numbers. Also, best to keep your column names sane as well (no spaces or special characters, or else the app may explode)

Saving queries

To save your queries, simply click "save query" once you have one that you like. A text area will appear asking you to give it a nice description. That's it! Now you can reuse that query without having to construct it all over again.

Enjoy!

graphical_query_app's People

Contributors

alcampopiano avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.