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: 25 days ago
JSON representation
Meiliadmin is a dashboard for Meilisearch
- Host: GitHub
- URL: https://github.com/kaermorchen/meiliadmin
- Owner: kaermorchen
- License: mpl-2.0
- Created: 2021-01-09T12:17:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T14:23:57.000Z (2 months ago)
- Last Synced: 2024-10-15T06:46:13.273Z (about 2 months ago)
- Topics: ember, meilisearch
- Language: JavaScript
- Homepage: https://kaermorchen.github.io/meiliadmin/
- Size: 11.5 MB
- Stars: 73
- Watchers: 6
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-meilisearch - Meiliadmin - A dashboard for Meilisearch (Tools / Community Tools)
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 release](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)