https://github.com/bayer-group/cmc-knowledge-graph-backend

This is submodule containing the backend related code.

https://github.com/bayer-group/cmc-knowledge-graph-backend

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 (9.2%) to scientific vocabulary

Keywords

docker json knowledge-graph nodejs

Keywords from Contributors

rdf
Last synced: 5 months ago · JSON representation

Repository

This is submodule containing the backend related code.

Basic Info
  • Host: GitHub
  • Owner: Bayer-Group
  • License: bsd-3-clause
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 201 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Topics
docker json knowledge-graph nodejs
Created over 1 year ago · Last pushed about 1 year 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 cmc-kge-backend

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://github.com/Bayer-Group/kge/triplestores
https://github.com/Bayer-Group/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:CMCKGEDataset 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
  • Delete event: 6
  • Issue comment event: 5
  • Push event: 2
  • Pull request event: 16
  • Create event: 8
Last Year
  • Delete event: 6
  • Issue comment event: 5
  • Push event: 2
  • Pull request event: 16
  • Create event: 8

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 4
  • Total Committers: 2
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.25
Past Year
  • Commits: 4
  • Committers: 2
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.25
Top Committers
Name Email Commits
kanwalmeet.singhkochar.ext@bayer.com k****t@b****m 3
ostreibel-bay 1****y 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

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

Dependencies

Dockerfile docker
  • node 10-alpine build
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