-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ken Payne
committed
Aug 23, 2023
1 parent
1f16873
commit d5c561e
Showing
8 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# python-singerlake | ||
|
||
A library for interacting with a Singerlake; a store of files in Singer JSONL format. | ||
|
||
## 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. |
Binary file added
BIN
+34.1 KB
...aw/tap-carbon-intensity/entry/Y8Mjkb4i9yM/entry-20230414T155444-20230414T155444.singer.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
tests/local_singerlake/test_local_singerlake/raw/tap-carbon-intensity/entry/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"files": ["Y8Mjkb4i9yM/entry-20230414T155444-20230414T155444.singer.gz"], | ||
"versions": { "Y8Mjkb4i9yM": "20230420T161758Z" } | ||
} |
Binary file added
BIN
+284 KB
...tensity/generationmix/XcxC17T7smW/generationmix-20230414T155444-20230414T155444.singer.gz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...cal_singerlake/test_local_singerlake/raw/tap-carbon-intensity/generationmix/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"files": ["XcxC17T7smW/generationmix-20230414T155444-20230414T155444.singer.gz"], "versions": {"XcxC17T7smW": "20230420T161758Z"}} |
Binary file added
BIN
+885 Bytes
.../tap-carbon-intensity/region/3v36Q5QKNZM/region-20230414T155444-20230414T155444.singer.gz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
tests/local_singerlake/test_local_singerlake/raw/tap-carbon-intensity/region/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"files": ["3v36Q5QKNZM/region-20230414T155444-20230414T155444.singer.gz"], "versions": {"3v36Q5QKNZM": "20230420T161758Z"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,3 +82,4 @@ def test_write(self, singerlake): | |
/ stream["schema_hash"] | ||
/ file.name | ||
).exists() | ||
assert True |