1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Network analysis application technologies

Discussion in 'Programming' started by alfredopacino, Jun 2, 2017.

  1. #1
    Hello, first post for me :D

    I'm working on a web-application about network analysis and graph visualization.
    The software is based on a Neo4j database and Spring Boot as backend (a javascript library for the visualization but it's not the point here).
    The database is not so heavy (about 500 nodes and 1500 edges).
    I'm joining this project in these days, since the appplication is mostly about the computation of social network analysis metrics and visualize the results (CPU bound ops), I'm wondering if the Spring object mapping step (ORM) is an useless overkill here.
    I'm not so skilled with Neo4j (basically I don't know it), but I guess Cypher can handle the computation of SNA metrics and other kind of statistical analysis.
    I'm here mostly to takes advices :)
     
    alfredopacino, Jun 2, 2017 IP