From bc1309d12c41b765329c986ac2718fdb88be4c21 Mon Sep 17 00:00:00 2001 From: Ken Payne Date: Tue, 19 Sep 2023 14:15:48 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da9d20..4dac702 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ A library for interacting with a Singerlake; a store of files in Singer JSONL format. +**Note:** This software is in active development. Here be dragons 🐉. Use with caution. + ## Overview For expended details of the Singerlake Spec, checkout [this blog post](https://kenpayne.co.uk/blog/2023-01-17.html). Broadly the Singerlake Spec describes a way to write raw Singer messages into object stores (such as S3) in a structured way. In addition to offering cheap long-term storage of captured data, it also unlocks several interesting patterns. -The overall aim would be to roll `python-singerlake` into a `tap-singerlake` and `target-singerlake` for use in data pipelines. +The overall aim is to roll `python-singerlake` into a `tap-singerlake` and `target-singerlake` for use in data pipelines.