Coder Social home page Coder Social logo

romitagl / kgraph Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 5.11 MB

Knowledge Graph Project

Home Page: https://romitagl.github.io/kgraph/

License: Apache License 2.0

Makefile 6.04% PLpgSQL 20.43% Shell 13.13% JavaScript 6.92% HTML 0.93% Vue 41.97% Dockerfile 1.38% Python 9.21%
knowledge-graph graphql graph ci-cd docker docker-compose makefile vue

kgraph's Introduction

KGraph

-- WIP -- Knowledge Graph Project -- WIP --

Description

This project aims at creating a knowledge database with hierarchical topic modelling.

An introduction to Knowledge Graphs: http://ai.stanford.edu/blog/introduction-to-knowledge-graphs.

A knowledge graph is a directed labeled graph in which we have associated domain specific meanings with nodes and edges. Anything can act as a node, for example, people, company, computer, etc. An edge label captures the relationship of interest between the nodes, for example, a friendship relationship between two people, a customer relationship between a company and person, or a network connection between two computers, etc.

Licensing

KGraph is based on open source technologies and released under the Apache License.

GitHub Actions

Lint Code Base

CI

CD Release

CD Release GitHub Pages

Demo KGraph Frontend

To play with KGraph without backend services, NOTE that topic search is not enabled and content is not persisted, you can use the GitHub Pages link.

KGraph - Animated gif demo

Quickstart

To setup a Docker environment from the latest release, please follow steps described at install-manifests/docker-compose.

Dependencies

Project Structure

  • backend : backend services
    • hasura : GraphQL Server + PostgreSQL Database
  • frontend : frontend services
    • vue : Vue JS (version 2) framework + Apollo Graphql Client
  • install-manifests : installation/deployment files
    • docker-compose : Docker Compose configuration to run the latest release of the full KGraph stack

Developer Notes

All the pull requests to master have to pass the CI check Super-Linter.

Naming Conventions

File & Folder names are separated by -, not _.

Super Linter

To setup locally the Super Linter follow these instructions.

Run check on the local folder:

docker run --rm -e RUN_LOCAL=true -e VALIDATE_JAVASCRIPT_STANDARD=false -e FILTER_REGEX_EXCLUDE=".*backend/hasura/schema/.*" -v `pwd`:/tmp/lint github/super-linter:v3.14.5

Copyright

Copyright (c) [2021] [Gian Luigi Romita]

kgraph's People

Contributors

romitagl avatar dependabot[bot] avatar

Stargazers

 avatar Astor Palmeira avatar  avatar Sukhinder Mann avatar Yashwanth Lakkaraju avatar

Watchers

James Cloos avatar  avatar

kgraph's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.