Skip to content
forked from implydata/plywood

A toolkit for querying and interacting with Big Data

License

Notifications You must be signed in to change notification settings

cuebook/plywood

This branch is 293 commits behind implydata/plywood:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 12, 2020
b31fa0c · Feb 12, 2020
May 29, 2019
Nov 8, 2016
Apr 15, 2018
Mar 14, 2019
May 12, 2016
Jul 19, 2018
Feb 12, 2020
Feb 12, 2020
Aug 17, 2017
Jun 25, 2016
Apr 28, 2016
Feb 12, 2020
Sep 11, 2015
Jul 12, 2016
Sep 27, 2016
Jul 24, 2019
Aug 11, 2016
Aug 11, 2016
Feb 12, 2020
Feb 12, 2020
Apr 15, 2018
Aug 11, 2016
Aug 11, 2016
Jun 7, 2018
Dec 1, 2017
Dec 2, 2016

Repository files navigation

Plywood

Plywood is a JavaScript library that simplifies building interactive visualizations and applications for large data sets. Plywood acts as a middle-layer between data visualizations and data stores.

Plywood is architected around the principles of nested Split-Apply-Combine, a powerful divide-and-conquer algorithm that can be used to construct all types of data visualizations. Plywood comes with its own expression language where a single Plywood expression can translate to multiple database queries, and where results are returned in a nested data structure so they can be easily consumed by visualization libraries such as D3.js.

You can use Plywood in the browser and/or in node.js to easily create your own visualizations and applications.

Plywood also acts as a very advanced query planner for Druid, and Plywood will determine the most optimal way to execute Druid queries.

Installation

To use Plywood from npm simply run: npm install plywood.

Plywood can also be used by the browser.

Documentation

To learn more, see http://plywood.imply.io

Also see

Development

To run all the Plywood unit tests you will need to set up the data sources in the DataZoo.

Questions & Support

For updates about new and upcoming features follow @implydata on Twitter.

Please file bugs and feature requests by opening and issue on GitHub and direct all questions to our user groups.

About

A toolkit for querying and interacting with Big Data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.7%
  • TypeScript 31.4%
  • Shell 0.9%