frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Self-Hosting Moose with Docker Compose, Redis, Temporal, Redpanda and ClickHouse

https://docs.fiveonefour.com/moose/deploying/self-hosting/deploying-with-docker-compose
27•Callicles•5h ago

Comments

Callicles•5h ago
I put this Docker-Compose recipe together to make kicking the tires on Moose—our open-source data-backend framework—almost friction-less.

What you get:

• A single docker compose up that spins up ClickHouse, Redpanda, Redis and Temporal with health-checks & log-rotation already wired.

• Runs comfortably on an 8 GB / 4-core VPS; scale-out pointers are in the doc if you outgrow single-node.

• No root Docker needed; the stack follows the hardening tips ClickHouse & Temporal recommend.

Why bother?

Moose lets you model data pipelines in TypeScript/Python and auto-provisions the OLAP tables, streams and APIs—cuts a lot of boilerplate. Happy to trade notes on the approach or hear where the defaults feel off.

Docs: https://docs.fiveonefour.com/moose/deploying/self-hosting/de...

18-min walkthrough video: https://www.youtube.com/watch?v=bAKYSrLt8vo

pitah1•3h ago
I have a small open-source project, that uses docker compose behind the scenes, to help startup any service. You can look to add it in (or I am also happy to add it in) and then users are one command away from running it (insta moose). Recently just added in lakekeeper and various data annotation tools.

insta-infra: https://github.com/data-catering/insta-infra

Callicles•1h ago
Interesting. How do you do dependencies between those pieces of infrastructure if there's any? For example, in our Docker Compose file, we have temporal that depends on progress and then moose depends on temporal. How is that expressed in Insta-Infra?
pitah1•1h ago
It leverages docker compose 'depends_on' for the dependencies (https://docs.docker.com/compose/how-tos/startup-order/). For example, airflow depends on airflow-init container to be completed successfully which then depends on postgres.

https://github.com/data-catering/insta-infra/blob/main/cmd/i...

mitchellsuzuki•4h ago
this is too perfect. as an SRE who often needs to hand roll my own deployments in k8s or w/e medium, these are the docs that really accelerate my path to production.
Havoc•3h ago
For everyone else confused too…think moose in this context is probably this:

https://mooseframework.inl.gov/

oatsandsugar•3h ago
Actually, this https://github.com/514-labs/moose
LargoLasskhyfv•2h ago
I thought of https://moosetechnology.org/ and wondered why I'd need all that fancy other stuff?

DDoSecrets publishes 410 GB of heap dumps, hacked from TeleMessage

https://micahflee.com/ddosecrets-publishes-410-gb-of-heap-dumps-hacked-from-telemessages-archive-server/
217•micahflee•3h ago•48 comments

The Windows Subsystem for Linux is now open source

https://blogs.windows.com/windowsdeveloper/2025/05/19/the-windows-subsystem-for-linux-is-now-open-source/
1147•pentagrama•11h ago•742 comments

Have I Been Pwned 2.0

https://www.troyhunt.com/have-i-been-pwned-2-0-is-now-live/
384•LorenDB•6h ago•127 comments

A shower thought turned into a Collatz visualization

https://abstractnonsense.com/collatz/
58•abstractbill•2h ago•6 comments

What are people doing? Live-ish estimates based on global population dynamics

https://humans.maxcomperatore.com/
43•willbc•2h ago•12 comments

Jules: An Asynchronous Coding Agent

https://jules.google/
235•travisennis•6h ago•103 comments

Zod 4

https://zod.dev/v4
612•bpierre•12h ago•188 comments

GitHub Copilot Coding Agent

https://github.blog/changelog/2025-05-19-github-copilot-coding-agent-in-public-preview/
365•net01•11h ago•215 comments

Claude Code SDK

https://docs.anthropic.com/en/docs/claude-code/sdk
291•sync•9h ago•130 comments

Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript

187•bekacru•13h ago•67 comments

Kilo: A text editor in less than 1000 LOC with syntax highlight and search

https://github.com/antirez/kilo
85•klaussilveira•7h ago•11 comments

Run GitHub Actions locally

https://github.com/nektos/act
182•flashblaze•3d ago•73 comments

Terraform MCP Server

https://github.com/hashicorp/terraform-mcp-server
45•kesor•5h ago•6 comments

Is-even-ai – Check if a number is even using the power of AI

https://www.npmjs.com/package/is-even-ai
186•modinfo•3h ago•82 comments

Game theory illustrated by an animated cartoon game

https://ncase.me/trust/
228•felineflock•11h ago•40 comments

The man who visited every country in the world – without boarding a plane (2023)

https://www.theguardian.com/travel/2023/aug/16/take-the-high-road-the-man-who-visited-every-country-in-the-world-without-boarding-a-plane
14•thunderbong•2d ago•1 comments

The forbidden railway: Vienna-Pyongyang (2008)

http://vienna-pyongyang.blogspot.com/2008/04/how-everything-began.html
149•1317•9h ago•39 comments

Ask HN: When will managers be replaced by AI?

24•GianFabien•1h ago•16 comments

Remarks on AI from NZ

https://nealstephenson.substack.com/p/remarks-on-ai-from-nz
134•zdw•4d ago•71 comments

Show HN: A free, privacy preserving, archive of public Discord servers

https://searchcord.io
7•searchcord•1h ago•0 comments

xAI's Grok 3 comes to Microsoft Azure

https://techcrunch.com/2025/05/19/xais-grok-3-comes-to-microsoft-azure/
100•mfiguiere•11h ago•90 comments

Too Much Go Misdirection

https://flak.tedunangst.com/post/too-much-go-misdirection
155•todsacerdoti•12h ago•74 comments

Patience too cheap to meter

https://www.seangoedecke.com/patience-too-cheap-to-meter/
19•swah•2d ago•7 comments

WireGuard vanity keygen

https://github.com/axllent/wireguard-vanity-keygen
58•simonpure•7h ago•7 comments

Memory Consistency Models: A Tutorial

https://jamesbornholt.com/blog/memory-models/
11•tanelpoder•2h ago•1 comments

ClawPDF – Open-Source Virtual/Network PDF Printer with OCR and Image Support

https://github.com/clawsoftware/clawPDF
180•miles•15h ago•23 comments

Self-Hosting Moose with Docker Compose, Redis, Temporal, Redpanda and ClickHouse

https://docs.fiveonefour.com/moose/deploying/self-hosting/deploying-with-docker-compose
27•Callicles•5h ago•8 comments

Glasskube (YC S24) is hiring in Vienna to build Open Source deployment tools

https://www.ycombinator.com/companies/glasskube/jobs/wjB77iZ-founding-engineer-go-typescript-kubernetes-docker
1•pmig•11h ago

Dilbert creator Scott Adams says he will die soon from same cancer as Joe Biden

https://www.thewrap.com/dilbert-scott-adams-prostate-cancer-biden/
293•dale_huevo•11h ago•339 comments

Microbes in Gowanus teach lessons on fighting industrial pollution

https://engineering.nyu.edu/news/microbes-brooklyn-superfund-site-teach-lessons-fighting-industrial-pollution
13•eatonphil•3d ago•2 comments