https://github.com/TriplyDB/Yasgui
Yet Another Sparql GUI
https://github.com/TriplyDB/Yasgui
sparql
Last synced: 11 months ago
JSON representation
Yet Another Sparql GUI
- Host: GitHub
- URL: https://github.com/TriplyDB/Yasgui
- Owner: TriplyDB
- License: mit
- Created: 2014-05-31T20:18:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T16:05:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:07:17.115Z (almost 2 years ago)
- Topics: sparql
- Language: TypeScript
- Homepage: https://yasgui.triply.cc
- Size: 80.6 MB
- Stars: 174
- Watchers: 13
- Forks: 60
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - TriplyDB/Yasgui - Yet Another Sparql GUI (others)
- awesome-list - Yasgui
- amazing-insight-and-delivery - yaqui - a neat triple-store query tool (amazing insight and delivery / sparql)
README
# YASGUI
Useful links:
- User documentation:
- Developer documentation:
- Documentation Github repository (feel free to add a PR for improvements): https://github.com/TriplyDB/Documentation
## Installation
Below are instructions on how to include Yasgui in your project. If you only want to install Yasr or Yasqe, replace yasgui in the commands below
### npm
```sh
npm i @triply/yasgui
```
### Yarn
```sh
yarn add @triply/yasgui
```
## Local development
#### Installing dependencies
Run `yarn install`.
#### Running Yasgui locally
To develop locally, run `yarn run dev`
#### Compiling Yasgui
Run `yarn run build`. It'll store the transpiled js/css files in the `build` directory
## License
This software is written by Triply.
This code is released under the MIT license.