What is "ember-data"

Ember Data is a robust data modeling library within Emberjs.

Ember Data is designed to be an agnostic layer and adjacent to the persistence engine, so it works great with JSON API using HTTP, also streaming through Websockets or Local Storage and Indexeddb.

Provides several concepts that we find in ORM in the serve-side, as Active-Record, but designed solely for the Javascript environment of the Browser.