What is your primary OS for developing with FoundationDB? (Linux, Windows, OSX)
I’v not voted yet, because I use macOS, but every FoundationDB servers and clients are run in docker containers. Should I vote to Linux?
What are the most exciting FoundationDB features for you?
Simplicity - the combination of ordered key and transaction.
Which concerns make you (or made you in the past) hesitate moving forward with FoundationDB?
How could the community help you to resolve these issues?
I struggled about running fdb servers in docker, but I got many help. Thanks!
Currently, I wonder how do I overcome static IP address requirement of fdb cluster nodes as running in Kubernetes (GKE). I don’t have production setup yet though.
Which problems are you trying to solve with FDB?
I’m creating an experimental text search engine. I hope it can be a robust replacement of Elasticsearch in simple use cases.
I haven’t tried that in Kubernetes, though it’s a solution in Docker. You could remove the check for no existing fdb.cluster file, which would edit your fdb.cluster file at startup.
I won’t continue going off-topic here, though I mention it in case it helps, and to find cases where that wouldn’t work, as a few people are trying to pin down a working config for common use-cases with containers.
Sorry, I had to distinguish between running FDB nodes and running the application logic Probably almost everybody is running FDB processes on Linux, since that is the primary production setup.