satonomics on Nostr: Another neat thing is that I completely rebuilt the backend (if kibo were at a 1.X.X ...
Another neat thing is that I completely rebuilt the backend (if kibo were at a 1.X.X version the v0.6 would be the equivalent of a v2.0.0) and so datasets are stored in a completely different way, from compressed binary "objects" to pure bytes as vecs (arrays)
Which means that you can parse them with other languages if you want, there is no need to call an API locally anymore
Here's an example where we're reading the 21 first values of a height to timestamp vec and then displaying the date using Python
Which means that you can parse them with other languages if you want, there is no need to call an API locally anymore
Here's an example where we're reading the 21 first values of a height to timestamp vec and then displaying the date using Python

quoting nevent1q…aajjHere's a peak of the completely reworked API for the v0.6 release, in which it:
Finally has a(n optional) range (from=INDEX, to=INDEX), which if omitted will give the whole thing (if it's not too big)
Supports multiple formats: Base JSON, JSON (file), CSV (file), TSV (file)
Supports multiple datasets at once, for all formats
Supports a bunch of indexes such as height, date index, tx index, tx in index, ... and later month index, year index, ...
I've basically answered all the feature requests that I got
Stay tuned for more updates about the v0.6 and its release
![]()
![]()
PR: https://github.com/kibo-money/kibo/pull/15
#Bitcoin is hope 🕊️