Packages

Virtual actor framework, giving you globally unique durable entities.

Current section

Files

Jump to
pachyderm lib pachyderm ecosystems database_coordinated.ex
Raw

lib/pachyderm/ecosystems/database_coordinated.ex

defmodule Pachyderm.Ecosystems.DbCoordinated do
def participate(:default) do
# Pulls all the config for defaults
# Start running at boot time
end
def participate(_) do
raise "Only a single ecosystem can be hosted with DbCoordination"
end
end