Coder Social home page Coder Social logo

penelope's Introduction

Penelope

So every day I’d weave at the big loom.
But at night, once the torches were set up,
I’d unravel it.
The Odyssey, Book IX

Penelope is a Clojure utility library for preparing, transforming, and submitting transactions to Datomic.

Planned features:

  • Flatten transaction map forms to datoms.
  • Get a list of datoms for a pull expression.
  • Complete transactions on a peer speculatively, check-and-set/abort/retry if an invariant is violated when the transactor attempts to apply it.
  • Automatically split large transactions up intelligently (e.g. during a bulk import).
  • Standard transaction metadata: tx saga, unexpanded tx, peer identifier, patch identifier
  • Patches: pre+post condition invariants, splittable to mutiple txs, unique identifier, can be speculatively transacted.
  • Transaction pipeliner.
  • Undo a transaction.
  • Reset values of a cardinality-many attribute
  • Unique component entities.
  • Sibling order attribute.
  • History-collapsing: produce the minimum number of assertions (preserving tx history for those assertions) to recreate a non-history-database value. (I.e., elide retractions and assertions which were later retracted.)

License

Copyright © 2017 Francis Avila

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

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.