Skip to content
/ kiwi Public

🥝 Kiwi is an extremely simple and performant key-value store written in Go.

Notifications You must be signed in to change notification settings

nunogois/kiwi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥝 Kiwi

Kiwi is an extremely simple and performant key-value store written in Go.

Routes

Kiwi follows a somewhat standard REST API pattern.

  • GET /store/my/custom/id
    • Returns data in the my/custom/id key
  • POST /store/my/custom/id
    • Stores (replacing) data in the my/custom/id key
  • PATCH /store/my/custom/id
    • Patches data in the my/custom/id key
  • DELETE /store/my/custom/id
    • Deletes data in the my/custom/id key

About

🥝 Kiwi is an extremely simple and performant key-value store written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages