Skip to content

cardano-foundation/delta-types

Repository files navigation

Overview

This repository contains Haskell libraries related to delta types.

For an introduction, watch

  1. Apfelmus, H. (2023). Delta encodings help separate business logic from database operations. Bobkonf 2023, Berlin.

Contents

This repository is structured as follows:

  • lib/
    • delta-types/ — Basic concepts related to delta types.
    • delta-store/ — Storing data on disk using delta types.

QuickStart

Prerequisites:

To build the packages, use

cabal build all

To run the tests for the packages, use

cabal test all

Contributors

See CONTRIBUTING.md.

Roadmap

  • Finalize and release packages on Hackage

About

Delta types represent changes to data

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published