Server rental store

AI in the French Polynesian Rainforest

# AI in the French Polynesian Rainforest: Server Configuration

This article details the server configuration supporting the "AI in the French Polynesian Rainforest" project. This project utilizes artificial intelligence to analyze biodiversity data collected from remote sensors deployed throughout the rainforests of French Polynesia. This document is intended for new system administrators and developers joining the project, providing a clear overview of the infrastructure.

Project Overview

The "AI in the French Polynesian Rainforest" project aims to monitor and understand the unique ecosystem of French Polynesia using a network of low-power sensors. These sensors collect data on audio (birdsong, insect noises), temperature, humidity, and light levels. This data is transmitted via satellite link to our central server cluster for processing and analysis. The AI models employed are primarily focused on species identification through acoustic analysis and anomaly detection indicating potential environmental changes. See Data Acquisition for details on the sensor network. Environmental Monitoring provides more background on the scientific goals.

Server Architecture

The server infrastructure is a hybrid cloud setup, leveraging both on-premise hardware for low-latency processing and cloud services for scalability and data storage. The on-premise cluster handles real-time data ingestion and initial processing, while the cloud component provides long-term storage and more complex analysis. Network Diagram details the complete architecture.

On-Premise Server Cluster

The on-premise cluster consists of three primary servers: a data ingestion server, an AI processing server, and a database server. These servers are located in a secure, climate-controlled facility in Papeete.

Server Role Server Name Operating System CPU RAM Storage
Data Ingestion | 'Moana' | Ubuntu Server 22.04 LTS | Intel Xeon Gold 6248R | 128 GB | 2 x 4TB SSD (RAID 1)
AI Processing | 'Raiatea' | Ubuntu Server 22.04 LTS | 2 x NVIDIA A100 GPUs, Intel Xeon Gold 6338 | 256 GB | 2 x 8TB NVMe SSD (RAID 0)
Database | 'BoraBora' | PostgreSQL 15 on Ubuntu Server 22.04 LTS | Intel Xeon Silver 4310 | 64 GB | 16TB HDD (RAID 6)

These servers are interconnected via a dedicated 10 Gigabit Ethernet network. Server Security outlines the security measures implemented. The AI processing server utilizes CUDA Toolkit and TensorFlow for machine learning tasks.

Cloud Infrastructure

We utilize Amazon Web Services (AWS) for long-term data storage and backup. Specifically, we leverage:

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️