shiori is a web application to simply store, manage and search through links by meta variables like description or tags. MeiliSearch is used therefore as high-performance full-text search database to provide blazingly fast search results even in huge datasets. The dataset will be accessable over a REST API via web or CLI application.
This project hosts the server application which connects to the meilisearch database and provides the REST API to connect to from the front end applications. For simplicity and performance, this application is written in elixir using plug and cowboy as web server and meilisearch-elixir as MeiliSearch client.