Giter Site home page Giter Site logo

hasdb's Introduction

HasDB - Haskell Native Database

HasDB is a DBMS that manages in-memory Graphs those manifesting out-of-core Arrays .

HasDB is implemented on top of GHC , powered by Software Transactional Memory for Atomicity and Isolation (the A and I in ACID ), thus native to Haskell in the first place.

HasDB takes advantage of Edh for easy programming of Consistency (the C in ACID ) and Concurrency as a whole (again thanks to STM ), in both the implementation of the DBMS itself, and implementations of various database applications.

Durability (the D in ACID ) is obtained through Event Sourcing for the Graph, and by Non-Volatile-Storage (practically i.e. clusters of hard disks or SSDs) backed Virtual Memory for the Arrays .

The Magic Supers mechanism from Edh Object System makes the language itself directly viable as both the DDL and DML for database modeling, querying and updating, thus neither an Object-Graph Mapping Layer nor a separate Graph Query Language is needed. While transactional semantics already carried by the object attribute model, intrinsic to Edh the language, the persistence capability is added to a vanilla Edh object, so as to be either an entity object or a relationship object, as unintrusively as wearing an exoskeleton.

hasdb's People

Contributors

complyue avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.