The Jinaga Replicator is a single machine in a network. It stores and shares facts. To get started, create a Replicator of your very own using Docker.
If you run on Windows with WSL2, then install Docker Desktop for Windows. The following commands can be executed from the command prompt, as well as from PowerShell or from WSL.
docker pull jinaga/jinaga-replicator
docker run --name my-replicator -p8080:8080 jinaga/jinaga-replicator
This creates and starts a new container called my-replicator
.
The container is listening at port 8080 for commands.
Use a tool like Postman to POST
messages to http://localhost:8080/jinaga/write
and /read
.