hack-pad / hackpadfs

An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.
Apache License 2.0
255 stars 11 forks source link

How to build HackpadFS on my Linux server #35

Open TerkyTerky opened 1 year ago

TerkyTerky commented 1 year ago

Sorry. Maybe the question is somewhat stupid. I want to know how to build HackpadFS on my cloud server, through which I can store different types of data on the file system. What I want is a storage system, which is between SQL and NoSQL. SQL system cannot storage many types of data. NoSQL is too flexible. I hope the HackpadFS is the solution. The point is how to build HacpadFS

duckbrain commented 1 year ago

HackpadFS is a Go code library, not a full application. You could use it to write a storage system application, but it sounds like you're looking something else.

Not sure what you're after but, SQL and NoSQL databases are both capable of storing quite a lot. There are lots of software for Linux for transfering/storing data/files.