Skip to content

A small REST API that manages orders entirely in memory, using a shared store that is safe under concurrent access.

Notifications You must be signed in to change notification settings

shirazJafri/gomem-orders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In-Memory Order Management REST API

A small REST API that manages orders entirely in memory, using a shared store that is safe under concurrent access with a minimal state machine for status transitions, pagination, and soft delete.

About

A small REST API that manages orders entirely in memory, using a shared store that is safe under concurrent access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages