strukevich.y


  • The library is built to query simple dimension/metric based tables. It allows to fetch data in the form you want it. ### example Query: ``` query customers{ fetch(country: US){ plan { revenue: sum(a: planPrice) } } } ``` Response: ``` {

    published 3.0.0-beta.5 2 years ago
  • Data visualization library based on React and d3.

    published 1.11.8 2 years ago
  • The library is built to query simple dimension/metric based tables. It allows to fetch data in the form you want it.

    published 3.0.0-beta.24 21 days ago