ron: RON
[ bsd3, database, distributed-systems, library, protocol ]
[ Propose Tags ]
[ Report a vulnerability ]
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
Modules
[Index] [Quick Jump]
Downloads
- ron-0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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-02-05T14:41:43Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 4486 total (1 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-02-05 [all 1 reports] |