Giter VIP home page Giter VIP logo

qcharts's Introduction

QCharts

QCharts is a powerful visual aid and very handy tool to use when querying a lot of data from a database to its analysis and team collaboration.

How to quick-install

  • Require QCharts via composer.
    • Alternate installation would be to add directly QCharts to a target project.
composer require arnulfosolis/qcharts @dev
  • Installing QCharts using composer is pretty simple
composer install
  • Add the Bundles to the target's AppKernel.

    • QCharts\CoreBundle\CoreBundle
    • QCharts\FrontendBundle\FrontendBundle
    • QCharts\ApiBundle\ApiBundle
  • QCharts needs some configuration in the target project prior to the execution.

    • For a more in-depth configuration please refer to the CONFIG_README.md file located in QChart's directory.
#app/config/config.yml

#QCharts, this will be filled by the defaults
core:
    urls:
    limits:
    paths:
    roles:
    charts:
  • Resolve QCharts User interface on orm's definition to your User Class.

    • Refer to the CONFIG_README.md file for further details.
    • resolve_target_entities
  • QCharts requires access to your target's database, since QCharts requires to persists inforamtion, so:

php app/console doctrine:database:create
php app/console doctrine:schema:update --force
  • Since the project comes included with a web application, QCharts requires assetic to be dumped.
    • You have to register QChart's FrontendBundle in the assetic's bundles configuration.
php app/console assetic:dump

How to use

  • QCharts comes with three bundles.
    • The CoreBundle comes with all the important services needed to get your data formatted.
    • The ApiBundle that handles QChart's API.
    • And the client application laying in the FrontendBundle.
  • QCharts also comes with a full frontend application which comes with a some basic QChart's tool management.
  • To start using it, login using the targeted project security measures, and start going through all the list of the Requested Queries other developers have submitted.
  • To request a Query to be charted, you can go directly to /query/register.
    • Notice: The user has to hold the mapped QChart's role admin.
      • For more information about setting up the user roles, consult the CONFIG_README.md file in the root directory of QCharts.
  • QCharts uses the first column in the table of the results from the requested Query to represent the X-Axis of the graph.
  • Have fun!

qcharts's People

Contributors

arnulfojr avatar

Watchers

Moein Akbarof 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.