forked from gogo40/ghostfs-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
39 lines (31 loc) · 841 Bytes
/
TODO
File metadata and controls
39 lines (31 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
GhostFS plugins
----------------
- Add support to extern drivers written in other languages:
[X] Python
[ ] Perl
[ ] Java
[ ] Lua
[ ] Ruby
- Add support to sqlite protocol.
- sqlite protocol will be about querying a sqlite database, and the return
value will be available by reading the file.
- attribute query will be used to store the query
- we may need additional attributes such as password to access database
content.
- when file size is needed, we will have to perform the query, cache it
and then return the size of the query result as the file size.
- Add support to other sql protocols:
[ ] MySQL
[ ] PostgreSQL
[ ] Cassandra
[ ] Redis
[ ] ScyllaDB
[ ] mongoDB
[ ] Parse
[ ] FirebirdSQL
[ ] Oracle
[ ] memcached
- Add support to other protocols:
[ ] Dropbox
[ ] Google Drive
[ ] Google BigQuery