ron: RON

[ bsd3, database, distributed-systems, library, protocol ] [ Propose Tags ]

Replicated Object Notation (RON), data types (RDT), and RON-Schema

Typical usage:

import RON.Data
import RON.Schema.TH
import RON.Storage.IO as Storage

[mkReplicated|
    (struct_lww Note
        active Boole
        text RgaString)
|]

instance Collection Note where
    collectionName = "note"

main :: IO ()
main = do
    let dataDir = "./data/"
    h <- Storage.newHandle dataDir
    runStorage h $ do
        obj <- newObject
            Note{active = True, text = "Write a task manager"}
        createDocument obj

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12
Dependencies aeson, attoparsec, base (>=4.10 && <4.13), binary, bytestring, containers, hashable, integer-gmp, mtl, template-haskell, text, time, unordered-containers [details]
License BSD-3-Clause
Copyright 2018-2019 Yuriy Syrovetskiy
Author
Maintainer Yuriy Syrovetskiy <haskell@cblp.su>
Category Distributed Systems, Protocol, Database
Home page https://github.com/ff-notes/ron
Bug tracker https://github.com/ff-notes/ron/issues
Uploaded by cblp at 2019-03-02T08:03:02Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4173 total (32 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-02 [all 1 reports]