Skip to content
/ emmer Public

Self-hosted API for creating and querying JSON data on different storage providers.

License

Notifications You must be signed in to change notification settings

TimoKats/emmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪣 emmer

Go Report Card Tests License: EUPL

Self-hosted API for CRUD-ing JSON files on different filesystems (local, S3, azure blob, ...). Built for data storage in small personal projects, or mocking an API for development. Advantages are simplicity, interoperabillity and performance (using the cache system).

foo@bar:~$ go install github.com/TimoKats/emmer@latest
foo@bar:~$ emmer
2025/09/10 16:41:20 set username to: admin
2025/09/10 16:41:20 set password to: ************
2025/09/10 16:41:20 selected local fs in: /home/user/.emmer
2025/09/10 16:41:20 server is running on http://localhost:8080

The API is based on your JSON structure. So the example below is for CRUD-ing [geralt][city] in file.json. The value (which can be anything) is then added to the body of the request. Moreover, there are helper functions for appending and incrementing values. Refer to the wiki for detailed documentation and examples.

DELETE/PUT/GET: /api/users/geralt/city
emmer-improved

About

Self-hosted API for creating and querying JSON data on different storage providers.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages