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

Top comments (1)

Collapse
 
adriens profile image
adriens