ember-bigdata
An addon for working with PDFs using pdfjs in an Ember.js app.
![](https://img.shields.io/badge/license-MIT-00bfff.svg?style=flat-square)
Usage
Installation
ember install @abcum/ember-bigdata
Introduction
The ember-bigdata addon adds functionality for incremental retrieval of large amounts of data from remove APIs. The addon enables special sparse arrays, where only necessary data is loaded when needed.
Examples
Coming soon...
Development
make install
(install bower and ember-cli dependencies)make upgrade
(upgrade ember-cli to the specified version)make tests
(run all tests defined in the package)