+39 3662317539/+34 620899163
info@simonecosci.com

Author: simone

Sviluppo Siti Web a Tenerife

VisualK – Una plataforma avanzada para Business Intelligence

K-Platform es una herramienta profesional que permite a BI-Specialist crear y administrar paneles para Business Intelligence Está estructurado en 2 módulos principales: – Visualización de datos – Integración de datos Hay 3 roles diferentes: – Administrador: puede hacer todo – Editor: puede crear paneles y proyectos ETL – Usuario: todo en modo de solo lectura…
Read more

KPlatform Deployment

Cómo implementar KPlatform KPlatform desarrollado da la empresa DataLife es una plataforma escrita en PHP (Laravel) del lado del servidor y Javascript (Angular) del lado del cliente. Se distribuye a través de imágenes de Docker y, por lo tanto, es necesario instalar Docker o Podman en el sistema host. La base de datos de soporte…
Read more

Install Docker and Docker Compose on Ubuntu 22.04

Install Docker on Ubuntu 22.04 This small guide allow you to install Docker and Docker compose on a Ubunt 22.04 Droplet First remove all previous installations apt-get remove docker docker-engine docker.io containerd runc Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: apt-get…
Read more

DataK – ETL simplemente

DataK – el módulo ETL de KPlatform Nueva Versión 2.0 Versión 1 [outdated] El módulo de integración de datos permite que la plataforma funcione como un motor ETL. Utiliza Apache Airflow para programar y ejecutar varios tipos de tareas. En el módulo es posible crear diferentes proyectos que son una especie de separación lógica para…
Read more

A Simple JQuery game

Creating a simple JQuery game JQuery is a lightweight library very usefull for dom manipulation and simple animations. Based on this library in 2017 I’ve created this small example of how it can be used to create a small browser game. It consinst in a single monolithic javascript file which contains an object called "Game".…
Read more

Laravel 9 Installation on Ubuntu 22.04

Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things. Let’s see how o create the first app using this greate framework Install composer First install composer apt install composer Install Additional php extensions sudo apt install php-curl php-gd php-intl…
Read more

WordPress/Nginx on DigitalOcean

Small Guide to install a WordPress on a Ubuntu 22.04 Droplet on DigitalOcean VPS. Few simple steps to create a small project using the most famous CMS on the web. Create your Droplet on DigitalOcean Login your ssh session and install your webserver (nginx) apt update apt upgrade apt install nginx ufw allow ‘Nginx HTTP’…
Read more