Viewing profile — tiemster
tiemster
HN member- Joined
- Thu, Sep 18, 2025, 12:36 PM UTC
- HN karma
- 1
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About tiemster
No profile information was provided.
Recent public activity
-
comment
Comment #48109980
Useful with the new Grafana RSS widget, which often breaks due to CORS restrictions, nice.
-
comment
Comment #46498939
Also emmer (which is perhaps too niche to get mentioned in an article like this), which I focuses more on being a quick/flexible 'data scratchpad', rather than just scale. https://…
-
comment
Comment #46196680
Hi all. As you may or may not know, Emmer is a self-hosted API for CRUD-ing JSON data on different filesystems (local, S3, azure blob, ...). Written in GO. I recently added the S3 …
- story
-
comment
Comment #45802592
Created a self-hosted API for CRUD-ing JSON data using GO. Helps me with quick/flexible data storage tasks that can easily interface with different programs. The API is based on th…
- story
- story
-
comment
Comment #45791384
thank you!
- story
-
comment
Comment #45453367
Yes! And you can use "append" mode for use cases like these also. Then the value will be added as a list object. So: {users: [{"username": "tom"}, {"username": "tim"}]}
-
story
Show HN: Self-hosted API for CRUD-ing JSON data
Self-hosted API for CRUD-ing JSON data in GO. No setup required. Perfect for quick data storage tasks (or e.g. mocking an API). The API is based on your JSON structure. So the exam…
-
comment
Comment #45293510
thanks! That's the exact reason I made this. Just install and go. Most database software is built for a level of scale my personal projects never reach anyways, but I do get stuck …
-
story
Show HN: API for CRUD-ing JSON data
For purely selfish needs, I created a self-hosted API for CRUD-ing JSON data in GO. Optimized for simplicity and interoperability. Perfect for small personal projects. The API is b…