county

November 30, 2024 0
typescript bun sqlite

County πŸ”’

County is a simple counter service that provides a REST API for incrementing and retrieving counts associated with namespaces and keys. It’s designed to be stateless, making it easy to use in various applications.

Why I built it πŸ€”

I wanted to create a lightweight service that allows users to maintain simple counters without the overhead of a full database. County is perfect for scenarios where you need to track counts for different keys and namespaces, such as feature usage, event tracking, or simple analytics.

I use County in my own projects to keep track of various metrics without the need for complex infrastructure.

What it does πŸ“Š

Tech stack ⚑

Key features ✨

What I learned πŸ’‘

Building a stateless API for simple counting is straightforward but useful for many scenarios. Using Bun made setup and development fast and efficient.

Live demo 🌐

Try the API at county.hawari.dev. See the docs for usage examples.