Other
The Electric sync service is usually packaged and run using Docker. However, under the hood, it's a standard Elixir application. This runs on the BEAM and can be deployed in many ways. This includes support for hot code reloading and integration into existing applications.
See the source code and Makefile at electric-sql/electric/components/electric for more information. Let us know on Discord if we can help.