All Projects → terminusdb → terminus-dashboard

terminusdb / terminus-dashboard

Licence: Apache-2.0 license
Management Dashboard for Terminus DB

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to terminus-dashboard

Ng Tailwindcss
A CLI tool for integrating Tailwind CSS into Angular-CLI projects
Stars: ✭ 194 (+1112.5%)
Mutual labels:  node-module
ecoledirecte.js
Good-looking client for EcoleDirecte's private API.
Stars: ✭ 32 (+100%)
Mutual labels:  node-module
cul
nodejs module to interact with busware cul / culfw
Stars: ✭ 26 (+62.5%)
Mutual labels:  node-module
Flake Idgen
Flake ID generator yields k-ordered, conflict-free ids in a distributed environment in Node.js
Stars: ✭ 196 (+1125%)
Mutual labels:  node-module
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+1487.5%)
Mutual labels:  node-module
microbundle-ts-pkg
A TypeScript npm package skeleton/starter project with microbundle, node:test and prettier
Stars: ✭ 20 (+25%)
Mutual labels:  node-module
Dockercon19
DockerCon "Docker for Node.js" examples
Stars: ✭ 176 (+1000%)
Mutual labels:  node-module
binrpc
HomeMatic xmlrpc_bin:// protocol server and client
Stars: ✭ 15 (-6.25%)
Mutual labels:  node-module
Puppeteer
Headless Chrome Node.js API
Stars: ✭ 75,197 (+469881.25%)
Mutual labels:  node-module
database-js
Common Database Interface for Node
Stars: ✭ 58 (+262.5%)
Mutual labels:  node-module
Async Optics
A node asynchronous process and package monitor
Stars: ✭ 201 (+1156.25%)
Mutual labels:  node-module
Sequelize Auto Migrations
Migration generator && runner for sequelize
Stars: ✭ 233 (+1356.25%)
Mutual labels:  node-module
ioBroker.tankerkoenig
Spritpreis Adapter für ioBroker
Stars: ✭ 29 (+81.25%)
Mutual labels:  node-module
Obs Studio Node
libOBS (OBS Studio) for Node.Js, Electron and similar tools
Stars: ✭ 193 (+1106.25%)
Mutual labels:  node-module
teaching-nodejs-expressjs-framework-spring-2019-2020
Complete Node-Express Application
Stars: ✭ 16 (+0%)
Mutual labels:  node-module
Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (+1000%)
Mutual labels:  node-module
ifto
A simple debugging module for AWS Lambda (λ) timeout
Stars: ✭ 72 (+350%)
Mutual labels:  node-module
spgateway
智付通API串接
Stars: ✭ 20 (+25%)
Mutual labels:  node-module
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+137.5%)
Mutual labels:  node-module
bulksearch
Lightweight and read-write optimized full text search library.
Stars: ✭ 108 (+575%)
Mutual labels:  node-module

terminus-dashboard

Management Dashboard for TerminusDB

The Terminus Dashboard is a simple javascript client application that provides users with an interface for managing and querying TerminusDB. It ships with TerminusDB and is available by default at the /dashboard URL of an installed TerminusDB server (default is http://localhost:6363/dashboard

The dashboard requires terminus-client to be available.

To install the manually dashboard, you have 3 choices:

  • Include the mininfied javascript libraries (in the /dist directory) in a web page
  • Download the package and use npm to manage the dependencies
  • For developors, the npm package includes a development server
  1. Minified Javascript libraries For simple HTML use, you can just add the following scripts to any HTML page
<script src="https://terminusdb.com/t/terminus-dashboard.min.js"></script>
  1. npm Clone this repo, then cd into the root dir and run: npm install And all of the dependencies should be automatically installed

  2. developers As above and then type npm run start:dev

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].