Davide Lanza [dev]
Blog Projects Publications Notes About

    Getting started with R and RStudio

    R RStudio Docker

    R and RStudio setup via docker. R programming language fundamentals.

    02 January 2022

    Visualizing huge Neo4j Graphs with Gephi

    Graphs Neo4j Gephi

    Visualizing huge graph with Neo4j Community Edition is painful. A good alternative to Neo4j Bloom (included in Neo4j Enterprise Edition) is Gephi. Here, we see how to set up Gephi and stream data from a Neo4j server.

    18 July 2021

    Set up a Neo4j server with Docker importing huge CSV datasheets

    Graphs Neo4j Docker

    Cypher's LOAD CSV is a great for small-data sets. To initialize an unused database with large amounts of data from CSV files we need neo4j-admin. Here, we see how to easily do it via Docker, setting up a Neo4j server on a local machine.

    03 July 2021

    Connect to Docker Container on a Remote Server over SSH

    Docker VSCode

    When using Docker on a remote server, SSH tools such as VSCode's Remote Explorer do not work. Here I show a way to enable SSH tunneling directly from a Docker container running on a remote server, allowing to seamlessly SSH into it.

    10 June 2021

    Creating the Best Prototyping Workspace

    Docker Jupyter Conda Python

    Is it possible to have the perfect setup for fast prototyping in Python? I built a Docker image with Jupyter support in order to solve the most common problems.

    05 June 2021