nun-db VS url2epub

Compare nun-db vs url2epub and see what are their differences.

nun-db

A realtime database written in rust (by mateusfreira)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nun-db url2epub
3 8
82 63
- -
7.9 7.8
15 days ago about 2 months ago
Rust Go
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

nun-db

Posts with mentions or reviews of nun-db. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-16.
  • Ask HN: When to leave a slow-growing company?
    1 project | news.ycombinator.com | 10 Jan 2024
    I never correlate my growth with the company I am working for; sometimes, you overgrow the company, and it is time to leave.

    "Pays okay; 100% remote; very few meetings; low standards for productivity mean I have great work/life balance" seems like a perfect workplace.

    What you need is probably a project outside of work to challenge you. I built my own company 13 years ago as a side project (I still run it up to this day as a side project) because I was a Mobile developer and Would like to keep doing Web development.

    Today, I am having fun with my Open-source project https://github.com/mateusfreira/nun-db. When I have too many meetings or fight fewer coding challenges in my work, writing my own distributed database keeps me fresh and challenged. With it, I learned Rust and also distributed systems, which made me read books and papers that would never be needed for my normal work.

    I see that as growing, and it has brought me great opportunities. Times these side projects become companies, and you make money; times, they bring job opportunities that you would not have otherwise.

    You should leave a company when your growth is faster and more than the company can take in. Meanwhile, use the low pressure to go after other challenges personally; that is my way of dealing with it.

  • Ask HN: Tell us about your project that's not done yet but you want feedback on
    68 projects | news.ycombinator.com | 16 Aug 2023
    I am currently developing an open-source (MIT) database that can be directly accessed from the frontend (browser and apps) , that is distributed, and capable to deliver data in real-time. The primary goal is to provide support for any use-case that requires close proximity to users and, most importantly, it is entirely free to use and run by yourself if desired.

    If you would like to view it, please visit: https://github.com/mateusfreira/nun-db

    Feedback is always welcome, especially if you have a use-case in mind that you believe it may be suitable for but are unsure. I have already utilized it in many of my personal projects and for a few clients with a small number of users, but I am hopeful that it will soon be ready for larger-scale implementation.

  • What's everyone working on this week (46/2021)?
    4 projects | /r/rust | 15 Nov 2021
    Working towards making Nun-db (My personal open source project ) a leader less distributed database check it out https://github.com/mateusfreira/nun-db/pull/50 just yesterday I merged one pull requests there was going for like 2 weeks

url2epub

Posts with mentions or reviews of url2epub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-05.
  • Show HN: CLI for generating beautiful PDF for offline reading
    4 projects | news.ycombinator.com | 5 Feb 2024
    Somewhat similarly, I wrote a web app to generate epub (instead of pdf) out of urls and send to eink reader(s) directly (via a telegram bot) so I can read them. Currently it supports sending epub by email (for kindle) or uploading epub to dropbox (for kobo, etc.). It originally also supports reMarkable cloud but we can no longer make reMarkable cloud actually work. There's also a REST api to generate epub to be downloaded directly: https://github.com/fishy/url2epub/blob/main/REST.md

    For e-ink readers epubs are generally better than PDFs for urls anyways, as epubs are basically packed htmls, and also the flow text works better on smaller screens.

  • Omnivore – free, open source, read-it-later App
    10 projects | news.ycombinator.com | 15 Oct 2023
  • Ask HN: Tell us about your project that's not done yet but you want feedback on
    68 projects | news.ycombinator.com | 16 Aug 2023
    I wrote a service (Google Cloud Run as the backend, with Telegram bot as the frontend) to generate readable ePub from URLs and send directly to e-ink readers. It was originally wrote for reMarkable 2 (using reMarkable cloud), I recently added support for Kindle (by using the send-to-kindle emails). The code is at https://github.com/fishy/url2epub and I blogged about the recently added kindle support at https://b.yuxuan.org/url2epub-kindle.

    I'm open to suggestions on what other e-ink platforms to add, as long as they have a reasonable cloud API. I'm also looking for a good e-ink platform to move to personally, as it becomes apparent that reMarkable really doesn't want third parties to use their proprietary cloud "API".

  • ReMarkable 2
    10 projects | news.ycombinator.com | 27 Oct 2022
    2. It's a relatively open system (compared to other e-ink readers), so it's pretty fun in terms of hackability.

    I did get the forever free subscription which helps, but I also totally understand why they would want to charge for that, and I think the new $3/month is a pretty reasonable price for it.

    Regarding instapaper use case and also hackability, shameless plug: I wrote https://github.com/fishy/url2epub for my own use case, so instead of relying on a third party service and manually sync stuff to reMarkable 2, I just send the link to the telegram bot (I picked telegram bot so that I can easily send links from my phone, not only desktops), and the epub will be auto synced to my reMarkable cloud account (they did made some changes to the cloud api causing I have to manually open their official mobile or desktop app to sync once before the reMarkable 2 itself would accept the new epub I uploaded through url2epub, haven't figured out how to avoid that yet, but it's still mostly automated).

  • Instructions on how to send articles from your iPhone to reMarkable
    1 project | /r/RemarkableTablet | 24 Nov 2021
  • Zenreader: A 4.7 Inches E-Ink RSS Reader Powered by ESP32
    8 projects | news.ycombinator.com | 19 Apr 2021
    For reMarkable, I also wrote a Telegram bot to convert http url into ePub and send to reMarkable directly: https://github.com/fishy/url2epub

    (if you don't like telegram or don't use reMarkable, it also comes with a public rest API to generate epub out of urls)

  • Show HN: Epub.to – ePub to pdf, ePub to mobi, ePub to kindle, and an ePub API
    5 projects | news.ycombinator.com | 6 Feb 2021
    Shameless plug and this is only loosely related: Over the last holiday season I wrote a backend (written in Go and running on App Engine) to convert http url into epub. The frontend is a telegram bot that sends the epub to your reMarkable account directly, but it also has rest api to download the epub file: https://github.com/fishy/url2epub/blob/main/REST.md
  • Show HN: Create ePub Out of URL
    1 project | news.ycombinator.com | 25 Dec 2020
    With the purchase of reMarkable 2, I have this need to easily send web articles to my reMarkable 2 from my phone, while officially they only provided a Chrome extension, which can only be used on desktops.

    As a result I wrote some go code (https://github.com/fishy/url2epub) for the past 2 days, to generate ePub from URL. I also implemented reMarkable API to send them to reMarkable tablets directly.

    The current UI for it is implemented as a Telegram bot (https://t.me/url2rM_bot?start=1), running on AppEngine (code: https://github.com/fishy/url2epub/tree/main/appengine). I initially considered making an Android app for the UI, but decided that Telegram bot is less work for me, and works good enough for this use case (sorry for people who don't use Telegram, but this also means that people on iOS, desktop, etc. will be able to use it).

    For the future, I might do:

    - Expand the URLs supported (currently it only supports URLs with an AMP version provided, and the AMP version does have article tag inside)

What are some alternatives?

When comparing nun-db and url2epub you can also consider the following projects:

SeleneCMS - CMS built as a Symfony Bundle

M5Paper_FactoryTest

knowii

lines-are-beautiful - C++ File API for the reMarkable tablet

broot - A new way to see and navigate directory trees : https://dystroy.org/broot

KindleUnpack - python based software to unpack Amazon / Kindlegen generated ebooks

vanna - 🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.

seleneCMSBundle - Add CMS functionality to your Symfony Apps

cuelm - Experiments with CUE on the quest to reimagine devops-ops.

is - an inspector for your environment

israpdead_react - wip react rebuild of israpisdead. v1 is live now

golang-samples - Sample apps and code written for Google Cloud in the Go programming language.