Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
An explicitly fast logging framework for Zsh that stores to many databases
- X-seq: zsh-users 24406
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: An explicitly fast logging framework for Zsh that stores to many databases
- Date: Thu, 7 Nov 2019 04:12:00 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=muFOFfh+5PCGrM5nFavGJ1DYY15umYjlky+dUkp3nRI=; b=OqqTxH3lkx4nTjCRXjYfgGjuYq0XO/e2C+v4zLX6ieRBeQjtQTEGZH5NGn6z7+qf/n aesZWEFzPSu78uFVx4YJUBEY4MFYr+MnkME5rP/2lA+0Cr0Hj4oHwSFqH5k3sxiL0+HR XfXEcf43qugd6wK73U/OWFj1Ny5TYX2AvVtirw2c2lt46neRWQSGbjHLdvFoeTJNSvRH WrM0nMpl1hZkHi9zKWIaZPQnbprXzniLftyrgkDGsRRcXmurIKI/7TcSolKA7xovjpxc eNET3VoJAHy8lYJQKmwUt7usPxg840YxenfYkf8ZqF9CeGlEMMLu9gxSOd0lSlBOmWSU InKQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I would like to announce availability of a logging framework called
Zflai that can store to:
- MySQL,
- SQLite3,
- ElasticSearch,
- a plain file.
The framework does the stores in a background process, spawned and
closed (after 45 seconds by default – the value is configurable)
automatically, to make them explicitly fast.
Project homepage: https://github.com/zdharma/zflai
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author