nowfound

Alternatives

Products that do what Original Rap about Databases does

Yo it's friday night, I'm hanging out with the Oracle/ the database servers, man it's not metaphorical/ optimizing queries and creating new lables/ girl you know I like the way you drop those tables Yo, I'm making it rain with that amazon power/ my databse uptime is four cents and hour/ SELECT me FROM here, cause you know what I need/ girl you know it's all about those physical reads Girl are you into drugs? cause I make a mean hash/ but if the po' comes calling, better flush that cache/ If you're into organic, let's make a B+ tree/ Girl you are…

  1. 1

    Making databases simple again

    2014

  2. 2SL

    So a while ago I was thinking it would be neat to build a site that had the most absolute utility. The idea I came up with was a site to store those little protips that are super useful, if you know them ahead of time. I hired a guy to work on it with me, and ClueDB was born: http://cluedb.com/ Please give it a whirl (it uses Twitter auth as login but doesn't tweet anything) and tell me what you think! (Various trivia: My first try at a project coded by someone else and "product managed" by me. Runs on Flask + MongoDB. Also, this is totally unrelated to my startup.)

    2011

  3. 3

    Turn a Reddit complaint into your next company

    Jul 2026

  4. 4

    A database so scalable everyone can use it

    2015

  5. 5SV

    I've already posted yesterday, but I'd really love to get comments, any kind of questions, suggestions and help would be greatly appreciated as it's an Open Source project of mine (and was for others during my studies at the University of Konstanz 6 years ago). Since then I spent countless ours to bring forth the idea of a versioned storage system, especially well suited for analytical tasks for timd-varying data. Especially I'd love to discuss what documentation you need, which next steps are necessary (JSON, Cloud...), API additions or changes... I've updated the README quiet a bit, such…

    2018

  6. 6MW

    This was more of a sandbox to play with Raphael and Flot than anything else but I think there are some interesting statistics in there. It'd be awesome to do this over time but I really don't have the spare time required.

    2011 · burntbrunch.github.com

  7. 7IM

    Hello everyone. I'm a relatively new developer and I started my first project to go full production recently. It is a directory of payment processors and payment service providers. It's free to use and gives detailed info on their pricing, business model, supported business types, available countries, prohibited businesses and high risk business support. So far only 40 have been added with more to come. And I allow processors to contact me so that they're details can be added to the database. I'll eventually automate this and add verification the months to come. I hope you'll find it useful.…

    2025 · sourcefees.com

  8. 8IB

    You know that old TI calculator you used in high school, then put in a box and forgot about? Have you ever wished you had an operating system for your calculator with preemptive multitasking, dynamic memory management, a tree filesystem conforming to the FHS, and all the comforts of Unix? Well, good news: that's totally a thing that exists. I've been working on my kernel for about three and a half years now and I'm looking for new contributors to help out. It's written entirely in z80 assembly, and it's both challenging and fun to work on. There's an IRC channel for contributors or people…

    2014

  9. 9AD

    Hello HN! I've been working on Atomic Database[1] for almost exactly a month now, having restarted from an earlier Hackathon prototype version. Atomic Database is a deductive database like Datalog that has a useful GUI interface, a natural language query system, smart metadata storage, and gradual typing capabilities. The actual database backend of all this is based on Entity Attribute Value triples currently (I don't forsee changing it, as yet!). This is still very much a prototype, but I feel like I'm at the stage in its evolution where I need some outside input and, possibly, help. To…

    2019

  10. 10AA

    The weekend of last week I built chat.betterdb.com as a RAG over Valkey/Redis/Dragonfly docs. The goal was to eat our own dogfood and test publicly our caching libraries. It also saved me from having to come up with various demo/test scenarios, as I could extend the building in public to the demo. There is a tool-result cache sitting between the SDK and tools. Each call is normalized and then checked before executing. If it hits we return from the cache, and if not, we check the semantic cache, which embeds the prompt and checks with KNN via valkey-search. If the cosine…

    May 2026

  11. 11CW

    Hello HN, Lucas here. I’ve been working with BigQuery for ~5 years, mostly in large (petabyte-scale) environments. Over time we ended up spending a lot of money and engineering effort just trying to understand where costs were coming from, why and how to optimize them. At some point we decided to stop, leverage all our past experience and spend a full cycle building tooling focused on cost visibility and optimization. The main goal was to regain ownership of cost data and make it possible to understand our cost structure in under a minute, while aligning the views of engineering and FinOps…

    Jan 2026 · cloudclerk.ai

  12. 12SA

    Hi, this has been a labor of love over the last few days =) Can't wait to hear you feedback and of course AMA!

    2023 · blog.airsequel.com

  13. 13MD
  14. 14T1

    Two and a half years ago, Edward, Dylan, and I started this journey to build a new database for an old problem that has long plagued the infrastructure software industry. Today, we are proud to announce that this database, TiDB, is production ready. Abraham Lincoln once said, ‘the best way to predict the future is to create it.’ The future we predicted 771 days ago we now have created, because of the hard work and dedication of not just every member of our team, but also every contributor, user, and partner in our open source community. Today, we celebrate and pay gratitude to the power of…

    2017

  15. 15WT

    I've been lurking on HN for years. You know the drill: interesting headline, 200+ comments, you dive in thinking "I'll just skim for 5 minutes"... and an hour later you're 36 chambers deep in a thread about memory allocation patterns in Postgres and you've completely forgotten what the original article was about. I don't just want a "summary" (which usually just shortens the noise). I want the meta-consensus: "What is the actual trade-off being debated? Who is winning the argument? Why does this matter?" So I built HNSignals. Think of it less like a "summarizer" and more like a Chief of…

    Jan 2026 · hnsignals.com

  16. 16SS
  17. 17GA

    Hello HN! These last few months I've been working on my first open source project: an embedded database written in pure-go. That took me some months, as I had to learn how to deal with such large packages. Until then, all packages I had made were quite small an did not require much. I usually did not have to worry about things like allocation optimization and instance pools until This project. It started when I wanted to make a port of a tool to a TUI environment. I'm actually used to working with TUIs in golang, so that was my language of choice. The tool I wanted to port is written in…

    Feb 2026

  18. 18RA

    Hey HN, I'm a founder at Ovlo a supply chain company.I had a problem. After every batch of customer interviews/research/feedback sessions, I'd run ideas through an LLM to help me decide what we should build next. Except it was obvious to my cofounder I wasn't really validating anything. LLMs are incredibly good at agreeing with you in subtle ways, especially when you feed them context that already reflects your thoughts. I'd ask "Does this make sense?" and get a beautifully worded essay about why yes, obviously, this is the best thing ever. I was using AI as an echo chamber without…

    Dec 2025 · roundtable.ovlo.ai

  19. 19IW
  20. 20TA

    Hey everyone, I am sharing my open-source storage engine project TidesDB. I'd love to hear your feedback and thoughts. Cheers.

    Dec 2025 · github.com

  21. 21

    Hey yall, I built this for my makerspace. We wanted to let each other borrow things, but also didn't want to put up a big shiny sign saying "hey everyone, my garage has a super fancy oscilloscope just sitting there" and also didn't want to necessarily always need to say yes to everything. However, when I show it to people, they've been suggesting using it for other things like board games, or wedding equipment, etc. I'm still trying to find PMF, so please let me know what you think! For the stack, it's all Elixir + LiveView which is really nice, and then Fly.io, Fly's MPG, Tigris Data,…

    24d ago · toolpool.garden

  22. 22UB

    A few months ago, i was looking for a simple uptime monitor service to monitor my websites, but i wanted some extra features that i couldn't find anywhere. These aren't wild features, but oddly enough couldn't find a service that was easy to setup, cheap, and that could do simple uptime mointoring for databases (sql & mongodb), docker containers, rabbitmq queues and os memory/cpu. It's only when i was almost done that i realized uptime monitoring services had become something of mania in the indiehacker/solopreneur world. Anyways, hoping it can provide value to some of you.…

    2023 · uptimefunk.com

  23. 23HM

    Hi, I'm Marcus. I've spent the last 15 months or so home-coding on a document database, after work, on weekends (every waking hour). My plans for this particular weekend was to implement log-structured writing. It went faster than I thought and the results were faster querying times and fast, append-only writes. I've been working on this for almost a decade and being this close to the finish line feels surreal. This is my seventh iteration I believe. Everytime I realized I had an architecture built on a bad model I walked away, often in fury, depressed over my weak coding abilities but…

    2017

  24. 24MO

    I made this site over the past year in my own time, http://bizspeaking.com/ , the Twitter for deals. I'm going full-time on this project and sincerely seek all suggestions on building a viable business -- partner, funding, mentor, referrer, designer, developer, legal, anything. Technically, this site is mainly made with the Pyramid (Python) web framework, PostgreSQL as relational db, MongoDB as document store, Redis as cache/queue, and Solr for search. Do follow our AngelList page http://angel.co/bizspeaking , and official blog http://bizspeaking.posterous.com/ Thank you!

    2011

Ranked by how close each launch is in meaning, then by votes. Refine with a description →