https://github.com/bayer-group/kge-web-service

https://github.com/bayer-group/kge-web-service

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Bayer-Group
  • License: bsd-3-clause
  • Language: TypeScript
  • Default Branch: master
  • Size: 1.04 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • Open Issues: 21
  • Releases: 0
Created about 5 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Contributing License Code of conduct

README.md

Knowledge Graph Explorer

This Project contains the code for all Backend Services for the Knowledge Graph Explorer project. The Backend Service is written in Node.Js using Typescript.

Get Started

The backend web-service docker image would automatically get built by running the docker-compose up command in the Setup Project

If you want to manually build the docker image for the web-service, please use below command. docker-compose up --build kge-web-service

Please make sure you have the fuseki image running at your localhost:3030 port.

The fuseki image will take care of loading the initial graphs https://pid.bayer.com/kge/triplestores
https://pid.bayer.com/kge/triplestoreSystems to the local triplestore.

If you want to add your own graphs and datasets, they can be done easily via the fuseki. Please use the kge:COLIDDataset entry in the triplestores graph for reference.

The available graphs in the triplestore can be then easily visualized on the Knowledge Graph Explorer.

Local Installation

For local install please follow the below steps:

Run npm install to download all required dependencies.

Run npm test to run all Unit tests.

Run npm start to run the application.

Owner

  • Name: Bayer Open Source
  • Login: Bayer-Group
  • Kind: organization

Science for a better life

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Kanwalmeet Singh k****t@b****m 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 24
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.13
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 24
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (21)
Top Labels
Issue Labels
Pull Request Labels
dependencies (21)

Dependencies

package-lock.json npm
  • 411 dependencies
package.json npm
  • @types/chai ^4.2.11
  • @types/express ^4.17.6
  • @types/mocha ^7.0.2
  • @types/redis ^2.8.28
  • axios ^0.21.1
  • body-parser ^1.19.0
  • chai ^4.2.0
  • cors ^2.8.5
  • express ^4.17.1
  • jsonld ^3.1.1
  • mocha ^7.1.2
  • nock ^12.0.3
  • nodemon ^2.0.4
  • redis ^3.1.2
  • sinon ^9.1.0
  • swagger-jsdoc ^4.2.0
  • swagger-ui-express ^4.1.4
  • ts-node ^8.10.2
  • typescript ^3.9.7
  • uuid ^8.3.1
  • winston ^3.3.3
  • winston-daily-rotate-file ^4.5.0
  • xml2js ^0.4.23
Dockerfile docker
  • node 10-alpine build