{"id":13567892,"url":"https://github.com/cayleygraph/web","last_synced_at":"2025-04-07T16:32:59.308Z","repository":{"id":39386163,"uuid":"208043284","full_name":"cayleygraph/web","owner":"cayleygraph","description":"Web interface for Cayley","archived":false,"fork":false,"pushed_at":"2023-06-03T10:29:52.000Z","size":5812,"stargazers_count":25,"open_issues_count":26,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T21:26:26.077Z","etag":null,"topics":["cayley","material-components","react","typescript"],"latest_commit_sha":null,"homepage":"https://cayley-ui.netlify.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cayleygraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-12T12:13:43.000Z","updated_at":"2024-05-23T23:18:41.000Z","dependencies_parsed_at":"2024-08-01T13:40:00.053Z","dependency_job_id":null,"html_url":"https://github.com/cayleygraph/web","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cayleygraph","download_url":"https://codeload.github.com/cayleygraph/web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247688283,"owners_count":20979634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cayley","material-components","react","typescript"],"created_at":"2024-08-01T13:02:48.268Z","updated_at":"2025-04-07T16:32:58.978Z","avatar_url":"https://github.com/cayleygraph.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Cayley Web\n\n[![Docker build status](https://img.shields.io/docker/cloud/build/cayleygraph/web)](https://hub.docker.com/repository/docker/cayleygraph/web/)\n[![TravisCI build status](https://travis-ci.com/cayleygraph/web.svg?branch=master)](https://travis-ci.com/cayleygraph/web)\n\nWeb interface for [Cayley](https://cayley.io)\n\n![Demo Screenshot](docs/demo.png)\n\n## Table of Contents\n\n- [Run](#Run)\n- [Features](#Run)\n- [Technologies Used](#technologies-used)\n- [Develop](#Develop)\n\n## Run\n\n### Run with Docker\n\n```bash\ndocker run -p 3000:80 cayleygraph/web\n```\n\n#### Modify Server URL\n\nBy default, the server URL is set to http://localhost:64210 (the default Cayley server URL). To change it pass `SERVER_URL` environment variable.\nFor example:\n\n```\ndocker run -p 3000:80 --env SERVER_URL=\"http://example.org:64210\" cayleygraph/web\n```\n\n## Features\n\n- Query Editor\n- Data Editor\n- Data Browser\n\n### Technologies Used\n\n- [React](https://reactjs.org) ([CRA](https://create-react-app.dev/))\n- [TypeScript](https://www.typescriptlang.org/)\n- [Monaco Editor](https://microsoft.github.io/monaco-editor/)\n- [RMWC](https://rmwc.io/)\n- [React Select](https://react-select.com/)\n- [Yarn](https://yarnpkg.com/)\n\n## Develop\n\n1. Make sure to have [Node.js](https://nodejs.org/en/download/), [Yarn](https://classic.yarnpkg.com/en/docs/install) and a modern web browser\n2. Clone the repository\n3. Get into the cloned directory\n4. Install dependencies\n   ```bash\n   yarn\n   ```\n5. Run Cayley HTTP Server\n   ```bash\n   cayley http\n   ```\n6. Start the development server\n   ```\n   yarn start\n   ```\n7. Run tests\n   ```\n   yarn test\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcayleygraph%2Fweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcayleygraph%2Fweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcayleygraph%2Fweb/lists"}