Skip to content
Gerardo Recinto edited this page Nov 23, 2023 · 9 revisions

Welcome to the Sop wiki!

SOP is a modern M-Way Trie(B-Tree w/ load balancing) implementations featuring scale-able, portable, lightweight & highly adaptive object management system features packaged as a code library. What separates SOP from the rest of the pack is its proven adaptability and being written in Golang, it can be adapted quite quickly and easily across diverse use-cases, e.g. - from very thin use as a RAM virtualizer/high performance persisted data cache or on the opposite end, used as a data mgmt platform for providing high performance, enterprise scale-able/durable data storage solution that runs on a new env't like the Azure cloud to take advantage of massive distributed processing & geo-redundancy it provides. All these while achieving its primary goal of reducing (and thus, optimizing!) persistence layers involved in application data mgmt to bare minimum.

Clone this wiki locally