S
S
subvillion2012-12-13 16:03:18
linux
subvillion, 2012-12-13 16:03:18

Need help with plaintext database driver?

Greetings.
There are a huge number of text files in a large tree of subdirectories.
A fairly large number of different software accesses these files, they read them, create new directories, write or update existing files with replacement, create new ones.
There is a task to transfer these files to the NoSQL database (redis / mongo).
Putting files in the database is not a problem, the problem is getting the software written many years ago to read/write.
I'm thinking of writing a layer that will look something like a /proc file system.
Thus, with minimal cost, it will be possible to adapt existing software.
What are the ready-made solutions (are there any)? How it is possible to implement similar in Linux (only fuse?) How it is correct to name it, what to esteem on this subject in Google?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
KEKSOV, 2012-12-13
@subvillion

There was a discussion of a similar question here For CouchDB, there is couchdb-fuse
And, yes, you need to look for mongodb fuse

O
OCTAGRAM, 2012-12-13
@OCTAGRAM

Not only fuse. More via webdav is not uncommon

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question