J
JanusGraph12mo ago
4j4y.

Read Only Janusgraph Instance

HI folks, We have a usecase for accesing janusgraph in read only mode. We already have a read write deployment backed by bigtable. Was curious can we deploy one more deployment of janusgraph which is backed by same backend storage but only read only queries are allowed. I couldn't find a straight way to do it without adding an abstraction by having a readonlystrategy (although still need to test it).
2 Replies
Florian Hockmann
Florian Hockmann12mo ago
You can simply deploy some JanusGraph Server instances with the same config, but with storage.read-only=true configured. That way, any traversals trying to mutate the graph will throw an exception on these instances
4j4y.
4j4y.12mo ago
thanks. let me try this out.
Want results from more Discord servers?
Add your server
More Posts
Transactions and atomicityHi all! I'm researching JanusGraph and I'm excited to learn more. There's one thing I haven't undersHow do I enable dynamic graphs while using the latest docker image `janusgraph/janusgraph:latest`?With the following configuration settings and using the default `g` alias I can work with gremlin/Jaio.netty.handler.codec.DecoderException While adding an EdgeGetting io.netty.handler.codec.DecoderException while adding an edge between two vertices. Vertex vCan graph scans restrictions be bypassed?When a JanusGraph database has janusgraph.query.force-index: "true"​, is there a way to submit querigetting ClassNotFoundException when trying to run gremlin query g.V().valueMap for custom classI am storing the Map <String,Address> into graph as property like: Map<String, Address> location = nWhy is the default serializer in conf/remote.yaml GryoV3?Im using Janusgraph 0.6.0 in a docker container. Everytime i start the container, I get the message JanusGraph metrics data having value 0 for most metricsI have a janusgrpah server with metrics enabled along with jmx.metric enabled, The issue is all the Upgrading from 0.6 to 1.0.0-20230626 caused indexes to disappearHi all, I tried to upgrade from 0.6 to 1.0.0-20230626 yesterday, and I ran into some issues. All ofDoes JanusGraph keep the connection?When a JanusGraph server is started, does it keep connections to the Storage Backends? Or when an opJanusGraph interface using JavaI am planning to use JanusGraph in my spring boot Java web application, in my windows dev box , runn