summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-24 08:47:09 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-24 08:47:09 +0200
commit4c66c1421aad75e1fc1f00de631c95b108073485 (patch)
tree2da53907eac3b4a5271d9f5f70d1b7753fc3f972 /README
parente1669b74ddec239ce2b987180bb6b81bb4fb0580 (diff)
downloadpgfuse-4c66c1421aad75e1fc1f00de631c95b108073485.tar.gz
pgfuse-4c66c1421aad75e1fc1f00de631c95b108073485.tar.bz2
-
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 3715a29..fe5d926 100644
--- a/README
+++ b/README
@@ -1,5 +1,11 @@
-Motivation
-----------
+Purpose
+-------
+
+Store files and their metadata completly in a PostgreSQL database.
+Expose a standard file system with the help of the FUSE API.
+
+History
+-------
Yes, I know what happens if you store files in a database (in respect to
drop of efficiency and incremental backups for instance). :-)
@@ -40,11 +46,6 @@ curlftpfs:
Blueprint for some debugging code.
-zip-fs:
-
- Blueprint for handling files in memory (in my current implementation,
- this should be changed of course)
-
References
----------