DEV Community

Cover image for ๐Ÿ“Š DOMAINE.nc on Neo4J AuraDB Neodash gallery ๐ŸŽจ
adriens for opt-nc

Posted on

๐Ÿ“Š DOMAINE.nc on Neo4J AuraDB Neodash gallery ๐ŸŽจ

โ” About

We have release an API for DOMAINE.nc so we get a nice whois for New-Caledonia.

This also makes it possible to make a full csv extract... and then to load it into Neo4J (see ready-tu-use Neo4J dumps).

See following repo for more:

GitHub logo opt-nc / domaine-nc-jupyter-notebook

Jupyter Notebook dรฉdiรฉ ร  la l'analyse des noms de domaines en Nouvelle-Calรฉdonie

domaine-nc-jupyter-notebook

Jupyter Notebook dรฉdiรฉ ร  la l'analyse des noms de domaines en Nouvelle-Calรฉdonie

Google Colab

Pour ceux qui ne veulent pas se prendre la tรชte: https://colab.research.google.com/github/opt-nc/domaine-nc-jupyter-notebook/blob/main/explore.ipynb

:octocat: Hitorique avec gource ๐ŸŽฅ

gource \
--key \
--highlight-users \
--date-format "%y/%m/%d" \
--hide mouse \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 25 \
--output-ppm-stream - \
| ffmpeg -y -r 50 -f image2pipe \
-vcodec ppm -i - -b 65536K domaine-nc-jupyter-notebook.mp4

Conseil pour l'utilisation en local

Configuration nรฉcessaires (aprรจs clonage) en local:

  • Python 3.8 ou supรฉrieur
  • crรฉer un environement virtuel (python3 -m venv venv)
  • activer votre environement virtuel
  • installer les dรฉpendances (pip install -r requirements.txt)

Note: si vous avez des problรจmes de SSL en interne ร  l'OPT avec pip, la commande magique pour faire confiance aux certificats windows de votre machine: pip install python-certifi-win32 --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org




๐Ÿ’ก Inception

While chating with Niels de Jong about neodash, Niels offered me to develop and publish a deshboard on NeoDash Dashboard Gallery ๐ŸŽจ.

Finally, a dump could be imported in Neo4j AuraDB

๐Ÿฟ What you'll discover

Below you'll discover how it is now possible to interact (and even customize a lowcode dashboard and stunning (and ever growing) visualizations on DOMAINE.nc datas)

Image description

๐Ÿ“‘ Neodash resources & News

๐Ÿฟ Show time

Oldest comments (1)

Collapse
 
adriens profile image
adriens