• Stars
    star
    1
  • Language
    HTML
  • License
    MIT License
  • Created almost 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Manticore demo application with Golang

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