Skip to main content

3 posts tagged with "Infrastructure"

View All Tags

wat-is-Docker-en-waarom

· 6 min read
Gilles Ravyse
Student Odisee => Opleiding Bachelor Elektronica-ICT
bronnen

bron: Integraal overgenomen van medium
Origineel auteur: Combell nv.

Architecture

Docker is de voorbije jaren uitgegroeid tot de belangrijkste standaard in ‘container-technologie’ – een nieuwe manier om software, vaak zelfgeschreven, in te pakken en uit te rollen. Zo moet je niet langer rekening houden met hardware en specifieke configuratie-parameters. Je maakt ook veel zuiniger gebruik van de fysiek beschikbare rekenkracht. Klinkt interessant? Het vraagt wel een heel andere manier van werken.

Dankzij DevOps zien we software-ontwikkeling en infrastructuurbeheer steeds meer als één geheel. De instellingen voor veiligheid, beschikbaarheid en performance stop je met je software samen in één doos: de Docker-container. Software uitrollen wordt zo héél simpel – een beetje zoals een kant-en-klaar-maaltijd serveren, in plaats van telkens opnieuw alle aparte ingrediënten bij elkaar te koken.

Streamline the Development of Real-Time AI Applications with MindsDB Docker Extension

· 3 min read
Thibault Viaene
Student Odisee => Opleding Bachelor Elektronica-ICT
bronnen

bron: Integraal overgenomen van medium
Origineel auteur: Martyna Slawinska & Ajeet Singh Raina

MindsDB is a platform for customizing AI from dynamic data. With its nearly 200 integrations to data sources and AI/ML frameworks, any developer can use their own data to customize AI for their purposes, faster and more securely.

Let’s solve the problems as defined one by one:

MindsDB integrates with numerous data sources, including databases, vector stores, and applications. To make your data accessible to many popular AI/ML frameworks, all you have to do is execute a single statement to connect your data to MindsDB. MindsDB integrates with popular AI/ML frameworks, including LLMs and AutoML. So once you connect your data to MindsDB, you can pass it to different models to pick the best one for your use case and deploy it within MindsDB. With MindsDB, you can manage models and data seamlessly, implement custom automation flows, and make your AI systems improve themselves with continuous finetuning.

With MindsDB, you can build AI-powered applications easily, even with no AI/ML experience. You can interact with MindsDB through SQL, MongoDB-QL, REST APIs, Python, and JavaScript.

Follow along to learn how to set up MindsDB in Docker Desktop. Intro

What is IAC with Terraform

· 4 min read
Duarte Van Hecke
Student Odisee => Opleiding Bachelor Elektronica-ICT
bronnen

bron: Integraal overgenomen van medium
Origineel auteur: Mike Tyson of the Cloud (MToC)

In the evolving landscape of cloud computing, Infrastructure as Code (IaC) has emerged as a pivotal practice, streamlining the provisioning and management of IT infrastructure. Among the tools enabling this revolution, Terraform by HashiCorp stands out as a leader. This article delves into what Infrastructure as Code is, with a specific focus on Terraform, exploring its functionalities, benefits, and how it’s transforming the way organizations deploy and manage their cloud resources.