Pet project to play with monstache
docker compose up -d
# insert on mongo
db.users.insertOne({name: "Marcelo"})
# Check on elastic
curl "http://localhost:9200/app.users/_search?pretty=true"
docker compose up -d
# insert on mongo
db.users.insertOne({name: "Marcelo Password", password: "123"})
# Check on elastic
curl "http://localhost:9200/app.users/_search?pretty=true"