didgetmaster 4 days ago

I built a local object store that was designed to replace file systems. You can create hundreds of millions of objects (e.g. files) and attach a variety of metadata tags to each one. A tag could be a number, string, or other data type (including vector info). Searches for objects with certain tags is exceptionally fast.

I invented it because I found searching conventional file systems that support extended attributes to be unbearably slow.

1
tugdual 4 days ago

Got a demo ?

didgetmaster 4 days ago

Tons of demo videos on my YouTube channel. Free beta available for download on my website. Links in my profile.