Giter Site home page Giter Site logo

Comments (1)

tantaman avatar tantaman commented on May 20, 2024

Given we can do automated migrations in most cases (https://aphrodite.sh/docs/migrations) atomized storage doesn't seem that useful.

Even if you go a datomic route, your application still has to have a schema (the shapes of records that functions expect). You're just hiding the problem of migrations and making it less explicit, giving an illusion of safety.

I.e., rather than catching inconsistencies near the data itself (table level) you're letting them trickle through your application and scattering != null, x?.foo everywhere with a few x.foo! bombs.

Other problems is that the datomic model is unfamiliar to developers and requires a new mental model to craft performant queries. Understanding when to join vs sub-select vs where exists vs left join, etc. is hard enough in a traditional sql model without then splitting it apart. Some background: datomic style approaches save their data in sql under the hood.

from vlcn-orm.

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.