Live data from Hacker News

Viewing profile — tiemster

tiemster

HN member
Joined
Thu, Sep 18, 2025, 12:36 PM UTC
HN karma
1
Public activity
13 items

About tiemster

No profile information was provided.

Recent public activity

  1. comment
    Comment #48109980

    Useful with the new Grafana RSS widget, which often breaks due to CORS restrictions, nice.

  2. 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://…

  3. 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 …

  4. story
  5. 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…

  6. story
  7. story
  8. comment
    Comment #45791384

    thank you!

  9. story
  10. 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"}]}

  11. 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…

  12. 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 …

  13. 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…