Manticore movies search demo application, written with Golang, Vue.js and Axios.
First, start the provided docker compose stack
docker compose up -d
Then, load the sample data (300 movies, persistent volume)
docker exec -i manticore_demo_manticore mysql < data/movies.sql
Finally, you can access the application on http://localhost:8080 and try to search movies.
You can configure the query mode and the results limit in the docker-compose.yaml file, on the environment variables section:
MANTICORE_MODE
: manticore query mode, eithersql
orjson
MANTICORE_LIMIT
: limit of results to return, for example100