We are planing to connect some of our servers to remote servers in different country and pass data in real time. Is this possible and what should we add ?
Thank you.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Sounds like a good use for gluster:
https://docs.gluster.org/en/latest/
You haven’t provided enough details on what you’re setting out to do. But my interpretation of this is that you’ll need Kafka (for message passing) and some services that write the data you need passed to consumers.
There isn’t an off the shelf script or software so you’ll need to write your own.