All Projects → cayleygraph → web

cayleygraph / web

Licence: other
Web interface for Cayley

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to web

Material Backdrop
A simple solution for implementing Backdrop pattern for Android
Stars: ✭ 221 (+820.83%)
Mutual labels:  material-components
Cayley.Net
.Net Client for an open-source graph database Cayley
Stars: ✭ 14 (-41.67%)
Mutual labels:  cayley
preact-mdc
material design components for preact using material-components-web sass styles (for live demo click the link below)
Stars: ✭ 23 (-4.17%)
Mutual labels:  material-components
Materialbanner
A library that provides an implementation of the banner widget from the Material design.
Stars: ✭ 241 (+904.17%)
Mutual labels:  material-components
KotLink
An implementation of Go-Links, written in Kotlin
Stars: ✭ 37 (+54.17%)
Mutual labels:  material-components
ng2-material-dropdown
Angular 2 Material-like Dropdown Component
Stars: ✭ 38 (+58.33%)
Mutual labels:  material-components
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (+812.5%)
Mutual labels:  material-components
svelte-material
Modular and customizable Material Design UI components for Svelte.js
Stars: ✭ 30 (+25%)
Mutual labels:  material-components
Photos
No description or website provided.
Stars: ✭ 74 (+208.33%)
Mutual labels:  material-components
django material widgets
Django widgets styled with Material Components for the Web
Stars: ✭ 24 (+0%)
Mutual labels:  material-components
Material Components Web
Modular and customizable Material Design UI components for the web
Stars: ✭ 15,931 (+66279.17%)
Mutual labels:  material-components
doodle-android
Colorful live wallpapers with auto dark mode and power-efficient animations
Stars: ✭ 440 (+1733.33%)
Mutual labels:  material-components
Newsster
Android App using Paging3, Hilt, Coroutines, Flow, Jetpack, MVVM architecture.
Stars: ✭ 147 (+512.5%)
Mutual labels:  material-components
Grocy Android
ERP beyond your fridge, now on your phone – An awesome companion app for Grocy
Stars: ✭ 227 (+845.83%)
Mutual labels:  material-components
material-design-spinner
Material design spinner for apps powered by Starling and Feathers
Stars: ✭ 23 (-4.17%)
Mutual labels:  material-components
Material Admin
Free Material Admin Template
Stars: ✭ 219 (+812.5%)
Mutual labels:  material-components
QaterialGallery
🖼️ Qaterial Library Showcase.
Stars: ✭ 85 (+254.17%)
Mutual labels:  material-components
material
🎨 Materialize your forum with this Flarum extension that uses the latest guidelines.
Stars: ✭ 14 (-41.67%)
Mutual labels:  material-components
material-components-flutter-motion-codelab
Codelab for Material motion for Flutter
Stars: ✭ 32 (+33.33%)
Mutual labels:  material-components
Material-Backdrop-Android
Material Backdrop
Stars: ✭ 106 (+341.67%)
Mutual labels:  material-components

Cayley Web

Docker build status TravisCI build status

Web interface for Cayley

Demo Screenshot

Table of Contents

Run

Run with Docker

docker run -p 3000:80 cayleygraph/web

Modify Server URL

By default, the server URL is set to http://localhost:64210 (the default Cayley server URL). To change it pass SERVER_URL environment variable. For example:

docker run -p 3000:80 --env SERVER_URL="http://example.org:64210" cayleygraph/web

Features

  • Query Editor
  • Data Editor
  • Data Browser

Technologies Used

Develop

  1. Make sure to have Node.js, Yarn and a modern web browser
  2. Clone the repository
  3. Get into the cloned directory
  4. Install dependencies
    yarn
  5. Run Cayley HTTP Server
    cayley http
  6. Start the development server
    yarn start
    
  7. Run tests
    yarn test
    
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].