franz: Append-only database

[ bsd3, database, library, program ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/fumieval/franz#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.1, 0.3, 0.3.0.1, 0.4, 0.5, 0.5.1, 0.5.2, 0.5.3 (info)
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, cereal, containers, cpu, directory, fast-builder (>=0.1.2.0 && <0.2), filepath, franz, fsnotify, network, process, sendfile, stm, stm-delay, transformers, unordered-containers, vector [details]
License BSD-3-Clause
Copyright Copyright (c) 2019 Fumiaki Kinoshita
Author Fumiaki Kinoshita
Maintainer fumiexcel@gmail.com
Category Database
Home page https://github.com/fumieval/franz#readme
Bug tracker https://github.com/fumieval/franz/issues
Source repo head: git clone https://github.com/fumieval/franz
Uploaded by FumiakiKinoshita at 2019-09-25T03:14:42Z
Distributions
Executables franzd, franz
Downloads 1114 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-25 [all 1 reports]

Readme for franz-0.2.1

[back to package description]

Franz

start a server

franzd .

reading

Read 0th to 9th elements

franz test -r 0:9

Follow a stream

franz test -b _1
``