arkflow
colibri
| arkflow | colibri | |
|---|---|---|
| 7 | 13 | |
| 1,283 | 220 | |
| 1.0% | 0.9% | |
| 9.6 | 9.0 | |
| 16 days ago | 3 months ago | |
| Rust | TypeScript | |
| Apache License 2.0 | GNU Affero General Public License v3.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arkflow
- Show HN: Arkflow will soon support Python processors
-
ArkFlow: High-performance Rust stream processing engine
Incidentally arkflow implements VRL https://github.com/arkflow-rs/arkflow/pull/273
- Ask HN: What are you working on? (April 2025)
- ArkFlow – High-performance Rust stream processing engine
-
ArkFlow - High-performance Rust stream processing engine
# Clone the repository git clone https://github.com/chenquan/arkflow.git cd arkflow # Build the project cargo build --release # Run tests cargo test
colibri
-
Ask HN: What Are You Working On? (January 2026)
I'm working on a self-hostable ebook library (https://github.com/colibri-hq/colibri), and currently tinkering with searching over book content. Have you written about your approach to search somewhere, perhaps? Would be very interested in learning how others go about this. Kudos for DocGlobin, looks great :-)
-
Show HN: I built library management app for those who outgrew spreadsheets
Im working on a similar project, Colibri (https://github.com/colibri-hq/colibri), an app to manage your ebook collection. Librari is looking really slick! Also, It’s always interesting to see how others approach schema selection and customization.
If I may, I would suggest adding support for ingesting data from open sources, for example OpenLibrary, WikiData, the LoC API, and a bunch of others. Since you’re building a for-profit project, you can probably also tap the billed services to get high-quality metadata. But even with OpenLibrary alone, you have access to a treasure trove of information that spares users from having to type off things from their books. That allows for bulk import, high-res covers, and so on.
I’m currently working on the metadata reconciliation engine in Colibri, so feel free to check out the source every once in a while.
-
Cloudlflare builds OAuth with Claude and publishes all the prompts
Funny thing. I have built something similar recently, that is a 2.1-compliant authorisation server in TypeScript[0]. I did it by hand, with some LLM help on the documentation. I think it took me about two weeks full time, give or take, and there’s still work to do, especially on the testing side of things, so I would agree with you.
I’m going to take a very close look at your code base :)
[0] https://github.com/colibri-hq/colibri/blob/next/packages/oau...
-
Ask HN: What are you working on? (April 2025)
Semantic search is planned as part of book content search, look here: https://github.com/colibri-hq/colibri/issues/45
LLMs might make sense to interact with your collection, so that could find its way into the app at some point. Plus, I've been experimenting with generating llms.txt for all routes to point your own LLM to.
On the other hand, I'm concerned with LLMs quite intensely at work, so it's nice to spend some time with plain, honest-to-god SQL for now!
-
Command-line tool to track your books
But currently it's from openlibrary.org right? https://github.com/colibri-hq/colibri/blob/next/apps/app/src...
-
Show HN: @smoores/epub, a JavaScript library for working with ePub publications
Oh my! This looks very neat, and I’ve been working on something similar to Storyteller (i think): https://github.com/project-kiosk/kiosk
I don’t get around working on it right now, but maybe there’s something useful there for you.
-
Foliate: Read e-books in style, navigate with ease
I'm actually working on something like this:
https://github.com/project-kiosk/kiosk/tree/v3
I'm still deep in the trenches, though. That project is like my personal zen garden of deadline-free software development, so don't expect a release soon. Happy if someone would be interested in contributing, though :)
-
Citadel, a Calibre-compatible eBook management app
Interesting! For a while now, I’ve started working on a similar project with the same general idea, although I settled for SvelteKit and browsers instead of native apps:
https://github.com/project-kiosk/kiosk
I just can’t keep motivation up long enough to finish it…
What are some alternatives?
mcp-router - A Unified MCP Server Management App (MCP Manager).
foliate-js - Render e-books in the browser
lowresrmx - A fantasy console and game creator, a fork of the excellent LowRes NX by Timo "Inutilis" Kloss.
KiTTY - :computer: KiTTY, a free telnet/ssh client for Windows
bento - Fancy stream processing made operationally mundane. This repository is a fork of the original project before the license was changed.
citadel - Manage your ebook library without frustrations. Calibre compatible.