We have the answers to your questions! - Don't miss our next open house about the data universe!

Amazon DynamoDB: The AWS NoSQL database

Amazon DynamoDB is a powerful and scalable NoSQL database service provided by AWS. It is suitable for a wide range of applications, from simple web and mobile apps to complex, high-traffic applications that require low-latency and high availability data storage

In recent years, with the explosion in data volumes to be processed, the use of NoSQL or “not only SQL” databases has soared, with the parallel emergence of new tools to manage them. Amazon DynamoDB is one of the most ergonomic and efficient NoSQL database management software. A NoSQL database is not based on the […]

wxPython : All about the Python wrapper for wxWidgets

wxPython : All about the Python wrapper for wxWidgets

wxPython is a Python wrapper for the wxWidgets GUI toolset. Find out all you need to know about it: presentation, operation, advantages, alternatives, training… In 1995, Robin Dunn needed a cross-platform solution, a graphical user interface (GUI) application that could run on both HP-UX systems and Windows 3.1. Consulting existing free and commercial solutions, he […]

Data Owner: Everything you need to know about this job

Data Owner: Everything you need to know about this job

Customer feedback, use of connected objects, company reports, social networks… Data sources are multiplying, and so is the information they contain. In such a context, organizations are confronted with large volumes of data. But to exploit this data and gain a competitive advantage, data quality and security must be ensured. This is where the data […]

Data Custodian: Role, missions and skills

custodian

While the growing importance of data facilitates decision-making within organizations, it also increases cyber risk. In this context, data protection is of paramount importance. This is where the data custodian comes in. So who is he or she? What are his missions? And their skills? Find out in this article. What is a data custodian? […]

TPOT: All about this Machine Learning Python library

tpot

Before you can put a Machine Learning model into production, you first have to determine the most suitable model, select the optimal parameters, etc. These are redundant operations that will apply to different projects. Wouldn’t it be simpler to automate these processes? That’s where TPOT comes in. What is TPOT? TPOT is an extremely useful […]

Google Analytics 4 training: How to master GA4?

Google Analytics 4 training: How to master GA4?

Google Analytics 4 analyzes data from websites and applications to better understand how users use them. This new version also focuses on privacy, and uses artificial intelligence. Find out everything you need to know about GA4, and how to take a Google Analytics 4 training course to master this tool! Whether for marketing, SEO or […]

C++: What is this computer language for?

C++: What is this computer language for?

C++ is a programming language developed in 1983 by Bjarne Stroustrup, who wanted to “increment” the C language (hence the name, c++ meaning “add 1 to C”). This language brings new functionalities to C: object-oriented programming, classes, templates, etc., all of which will be explained in detail in this article. It is one of the […]

AWS Simple Queue Service: Everything you need to know about the AWS Messaging Service

simple queue service

Amazon Simple Queue Service (SQS) is a fully managed messaging service from Amazon Web Services (AWS). It enables developers to create highly scalable, reliable and resilient applications using a microservices architecture. Before delving deeper into the topic, it’s important to understand what a messaging service is in the context of cloud computing: in this context, […]