tao
Explore posts from serversCDCloudflare Developers
•Created by tao on 11/27/2024 in #workers-help
Can I reference my .env in wrangler.toml?
I'm building an open-source tool that I want to let anyone deploy to their own Cloudflare account. It'd be easier if people could populate a single .env file instead of copy-pasting their API keys into various parts of wrangler.toml. Can this config file read from a .env file?
2 replies
JJanusGraph
•Created by tao on 7/2/2023 in #questions
Transactions and atomicity
Hi all! I'm researching JanusGraph and I'm excited to learn more. There's one thing I haven't understood when using JanusGraph with a storage backend like ScyllaDB:
According to the docs, the best way to avoid data inconsistencies is to use a storage backend that supports atomic batch writes. If I do that, do I remove all risk of half-edges and other permanent inconsistencies -- i.e. is eventual consistency guaranteed? And if the storage backend does support atomic batch writes, how can I tell if JanusGraph actually uses it?
4 replies