Skip to content

ynvrshzl/vfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual File Systems

Experimental: Conceptual storage models, with editor implementation.

Schema

The schema is pretty simple & powerful for scaling! An array of objects. Each object is a 'file' which allows for any number of custom properties.

[
    {
        "id": 1234,
        "content": ""
    }, 
    {
        "id": 1234,
        "content": ""
    }, 
    {
        "id": 1234,
        "content": ""
    }
]

About

"Virtual File System" (VFS) a purely experimental research-project, on models for new ways of storing digital information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors