Skip to content

Web application for community detection in multi-layer networks.

Notifications You must be signed in to change notification settings

matejkubinec/mncd-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNCD APP

Analysis Session Page Example

Web application used for analysis of communities in multi layer networks, written in dotnet core and react. Algorithms for community detection are used from the mncd library.

Requirements

Running

  1. Install packages
make dep
  1. Run application
make dev

Docker

You can use the ghcr.io/matejkubinec/mncd-app:edge to setup the app or use the compose file below:

services:
  mncd-app:
    container_name: mncd-app
    image: ghcr.io/matejkubinec/mncd-app:edge
    ports:
      - 8080:8080
    environment:
      - MNCD_VISUALIZATION_URL=http://mncd-viz:5050

  mncd-viz:
    container_name: mncd-viz
    image: ghcr.io/matejkubinec/mncd-viz:edge
    restart: unless-stopped
    ports:
      - 5050:5050

About

Web application for community detection in multi-layer networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages