Git Product home page Git Product logo

Comments (4)

leejt489 avatar leejt489 commented on September 3, 2024

ember-data, for example, uses 'save' to persist data, but as far as I can tell orbit does not have a specific persist command.

from orbit.

dgeb avatar dgeb commented on September 3, 2024

Orbit takes a different approach from ember-data. In ember-data, records maintain state themselves. In orbit, the state of records exists exclusively in sources. In other words, orbit doesn't maintain temporary editing state in record objects which then need to be "saved".

I am working on a pattern in ember-orbit to create temporary sources that act as "editing contexts". The idea is that data is copied to a context, edited in isolation, and the operations are then squashed and applied back to the main source in a single transaction (or the context and its changes can be discarded). I think this is a more robust and clean approach to saving records transactionally. I'll be illustrating this pattern in the example project I've mentioned.

from orbit.

leejt489 avatar leejt489 commented on September 3, 2024

Makes sense, looking forward to seeing the pattern in the example project!

from orbit.

dgeb avatar dgeb commented on September 3, 2024

The concept of "editing contexts" has materialized as store forking and merging, as documented here: http://orbitjs.com/v0.15/guide/data-stores.html#Forking-stores

Also, there's an ember-orbit example project that illustrates the concept: https://github.com/cerebris/peeps-ember-orbit

from orbit.

Related Issues (20)

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.