Skip to content

ekkinox/manticore-go-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Manticore demo application with Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published