I have a requirement where I want to download DSE i.e datastax Enterprise graphDB from server and store it on client in client's cache. This will be a small graph. Later, on client I want to be able to read this graph from local file/cache and use it to serve the requests (do faster lookups/traversal). Is this possible? how?
Asked
Active
Viewed 58 times
1 Answers
0
DSE Graph is designed as a distributed, highly available, server based Graph database. It is not meant to be an embedded, client side graph database.

jlacefie
- 614
- 3
- 5
-
Cant I do any client side caching for it? – sunillp Sep 27 '16 at 10:21