GithubHelp home page GithubHelp logo

ember-data-evolution's Introduction

Ember Data Warning

Ember Data Evolution Build Status

Ember Data is a library for loading data from a persistence layer (such as a JSON API), mapping this data to a set of models within your client application, updating those models, then saving the changes back to a persistence layer. It provides many of the facilities you'd find in server-side ORMs like ActiveRecord, but is designed specifically for the unique environment of JavaScript in the browser.

Ember Data provides a central Data Store, which can be configured with a range of provided Adapters, but two core Adapters are provided: the RESTAdapter and BasicAdapter.

The RESTAdapter is configured for use by default. You can read more about it in the Guides. It provides a fully RESTful mechanism for communicating with your persistence layer, and is the preferred and recommened choice for use with Ember Data.

The BasicAdapter is intended to provide a way for developers who want full control over how the persistence layer is communicated with via their own implemented Ajax hooks

This is definitely alpha-quality. The basics of RESTAdapter work, but there are for sure edge cases that are not yet handled. Please report any bugs or feature requests, and pull requests are always welcome. The BasicAdapter is under heavy development at present.

What is "Ember Data Evolution"?

It is a patch set maintained by me (@tchak). It contains some fixes and some new experimental features. It is not meant to be a fork. Evolution is regulary synced with the master of Ember Data. There is no guaranty on the api. All the features are meant to be merged in the main repo at some point.

What's new compared to Ember Data?

Is It Good?

Yes.

Is It "Production Ready™"?

It is used in production on Capitaine Train

Getting ember-data-evolution

The latest passing build from the "master" branch is available on tchak.net/ember-data-evolution

ember-data-evolution's People

Contributors

tomdale avatar stefanpenner avatar wycats avatar wagenet avatar tchak avatar igort avatar tricknotes avatar ghempton avatar pangratz avatar joliss avatar ebryn avatar lukemelia avatar sly7-7 avatar teddyzeenny avatar bradleypriest avatar enyo avatar dgeb avatar trek avatar bobbus avatar jasonkriss avatar shwoodard avatar cyril-sf avatar robmonie avatar ppcano avatar jbrown avatar madadam avatar heycarsten avatar caligo-mentis avatar flecno avatar thomasboyt avatar

Watchers

Oluwaseun Omotosho avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.