@abcum/ember-bigdata

An addon for working with large amounts of API data in an Ember.js app.

Usage no npm install needed!

<script type="module">
  import abcumEmberBigdata from 'https://cdn.skypack.dev/@abcum/ember-bigdata';
</script>

README

ember-bigdata

An addon for working with PDFs using pdfjs in an Ember.js app.

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)