Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 962 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 962 Bytes

Manticore Demo

Manticore movies search demo application, written with Golang, Vue.js and Axios.

Screenshot

Usage

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.

Configuration

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, either sql or json
  • MANTICORE_LIMIT: limit of results to return, for example 100