Coder Social home page Coder Social logo

queryer's Introduction

Queryer | VueJs | Demo

Query the data from multipledata source with Predefined or custom queries

Predefined Query list for each data source

Seclect a data source (Orders or Products), by default you have few predefined queries for both.

Data source Predefined Query
Orders orderID=10248
Orders price between 20 to 50
Orders price more than 100
Products category 5
Products stock less than 45
How to use custom query
  • Switch to Custom Query
  • Select Data Set (source of data where the query will be fired)
  • It only supports single equal condition for below listed keys(ex:orderID=10428)
  • Orders supported keys: orderID, productID, quantity, unitPrice, discount
  • Products supported keys: productName, categoryID, discontinued, productID, unitsInStock
Example Query
Orders orderID=10248
Orders productID=51
Orders unitPrice=41
Products categoryID=6
Products productName=Chai

Notes

  • Im assuming it to be a reatime data query app, so every query mimics api call to server(loads static json file here).
  • if no query selected it shows all entries from selected source.
  • External Plugin used: Axios(to mimic api call), ElementUI(Vue js UI framework)

Performance (Lighthouse)

METRICS Result
First Contentful Paint 0.7 s
Time to Interactive 0.7 s
Speed Index 0.8 s
Total Blocking Time 0 s
Largest Contentful Paint 0.7 s

queryer's People

Contributors

sa-rang avatar

Watchers

 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.