https://github.com/linkedpipes/applications
๐ฅ LinkedData based Applications generator
https://github.com/linkedpipes/applications
discovery linkeddata linkedpipes visualization
Last synced: about 1 month ago
JSON representation
๐ฅ LinkedData based Applications generator
- Host: GitHub
- URL: https://github.com/linkedpipes/applications
- Owner: linkedpipes
- License: apache-2.0
- Created: 2018-06-26T06:17:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:37:55.000Z (8 months ago)
- Last Synced: 2024-08-29T14:05:12.844Z (8 months ago)
- Topics: discovery, linkeddata, linkedpipes, visualization
- Language: JavaScript
- Homepage: https://applications.linkedpipes.com
- Size: 40.4 MB
- Stars: 17
- Watchers: 6
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - linkedpipes/applications - ๐ฅ LinkedData based Applications generator (others)
README
## ๐ About
LinkedPipes Applications is a visualization web platform that allows the users to explore, visualize and publish LinkedData based visualizer applications. Applications created with these platforms can be easily published and integrated anywhere on the Web!
โข General user documentation and platform tutorials are available [here](http://docs.applications.linkedpipes.com)
โข Developer oriented frontend documentation and `React` component demos are available [here](http://docs.frontend.applications.linkedpipes.com)
โข Developer oriented backend documentation and architecture overview are available [here](http://docs.backend.applications.linkedpipes.com)
โข [ESWC 2020](https://2020.eswc-conferences.org/) Best demo paper [LinkedPipes Applications โ Automated Discovery of Configurable Linked Data Applications](https://preprints.2020.eswc-conferences.org/posters_demos/paper_286.pdf) and accompanying [poster](https://preprints.2020.eswc-conferences.org/posters_demos/286-Kl%d0%b1mek.pdf)## ๐ Quick start
The faster way to start your own LinkedPipes Applications platform instance is to execute the production docker-compose setup.
### Prerequisites
โข [Docker and Docker-compose](https://www.docker.com)
### Running within `docker-compose`
```bash
$ curl https://raw.githubusercontent.com/linkedpipes/applications/master/lpa-cli.sh -o lpa-cli.sh && chmod +x lpa-cli.sh && ./lpa-cli.sh --production-no-cloning
```### Default container ports
Once you have started the instance of the platform in `docker-compose`, individual components will be accessible on the following ports by default:
You should be able to access:
โข **Frontend** of LPA at `localhost:9001`
โข **Backend** of LPA at `localhost:9005`
โข Local **Discovery** at `localhost:9000`
โข Local **ETL** at `localhost:8080`
โข Local **Virtuoso** at `localhost:8890`## ๐ง Advanced usage
---
For more advanced scenarious and executions of development compose configurations it is recommended to clone the whole repository first and refer to documentation of `lpa-cli.sh` startup commands:
```bash
usage: ./lpa-cli.sh [-dc]|[--detailed-command]
-d | --development Start non persistent development setup (assumes repository is already cloned)
-dp | --development-persistent Start non persistend development setup (assumes repository is already cloned)
-p | --production Start persistend production setup (assumes repository is already cloned)
-pnc | --production-no-cloning Start persistend production setup [NO CLONING REQUIRED ;-)]
-cs | --clean-storage Remove 'appdata' and 'data' folders with database data and etc
-sc | --stop-compose Setup whatever configuration setup is currently running
-h | --help Print help documentation
```## ๐งช Testing
LinkedPipes Applications uses [BrowserStack](https://www.browserstack.com) for automated integration testing.