Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kaermorchen/meiliadmin

Meiliadmin is a dashboard for Meilisearch
https://github.com/kaermorchen/meiliadmin

ember meilisearch

Last synced: about 2 months ago
JSON representation

Meiliadmin is a dashboard for Meilisearch

Lists

README

        

# Meiliadmin

[Meiliadmin](https://kaermorchen.github.io/meiliadmin/) is an admin panel for [Meilisearch](https://www.meilisearch.com/).

πŸš€ [Demo](https://kaermorchen.github.io/meiliadmin/)

## Features
- πŸ” Search documents
- πŸ—‚οΈ Indexes management
- πŸ“„ Documents management
- πŸ”’ Keys management
- πŸ’Ύ Dumps management
- πŸ’» Document's views: table, json
- πŸ—ΊοΈ Map view for geodata
- βœ… Validation for json settings
- πŸŒ™ Dark mode

## How to use it
Meiliadmin is an [Ember](https://emberjs.com/) application. There are some way for use it:
1. Just use the [demo](https://kaermorchen.github.io/meiliadmin/) page with your meilisearch instance.
1. Install it in you domain, extract the asset `dist.tgz` from the [latest realese](https://github.com/kaermorchen/meiliadmin/releases/latest).
1. For custom building the app, see the [development page](DEVELOPMENT.md#building).

## Screenshots

![start](https://github.com/kaermorchen/meiliadmin/assets/11972062/29507812-d9d9-4cc0-8f9c-400c98fdd064)

![indexes](https://github.com/kaermorchen/meiliadmin/assets/11972062/11623c69-4033-45d9-af59-e60266e23fb6)

![tasks](https://github.com/kaermorchen/meiliadmin/assets/11972062/c0e3e58b-7c92-466b-91d6-f4b51ebec5b4)

![keys](https://github.com/kaermorchen/meiliadmin/assets/11972062/21d49e2a-3226-4bac-a711-5f667495343f)

![dark-mode](https://github.com/kaermorchen/meiliadmin/assets/11972062/91634615-166b-4141-91ff-6c8abad9583e)

![map](https://github.com/kaermorchen/meiliadmin/assets/11972062/3f704eb1-8acd-4b43-8828-cdfce38c3075)