Skip to content

zierhut-it/typesense-dashboard

 
 

Repository files navigation

Typesense Dashboard (typesense-dashboard)

A Typesense Dashboard to manage and browse collections.

A side projet to test the Typesense API and Quasar with electron.

Usage

Web

As a web application, only typesense server started with --enable-cors will work.

Use https://bfritscher.github.io/typesense-dashboard/ or build and install on your own server

Desktop

With the desktop application everything except instant search will work without cors. To export or import large json or ljson files, desktop version is required, because the browser version times out.

Download from the release page or build your own.

Screenshots

server status

collections

collection add

aliases

apikeys

document

search

schema

synonyms

curations

Known Issues and limitations

  • deep linking url routing do not always work
  • API features not yet implemented:
    • create Snapshot
    • custom search (with a custom query)
    • delete by query
    • Scoped Search Key generation
  • Dark mode not completly implemented

Development

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

icon
readme
deploy

About

A Typesense Dashboard to manage and browse collections.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 62.1%
  • TypeScript 21.2%
  • JavaScript 14.9%
  • Other 1.8%