Tag: 部署方案
5 articles
AI Investigation #94: Robot Algorithm Real Machine Valida...
This article explores three core aspects of robot algorithm real machine validation - test platform selection, deployment process design and interface integration, covering mobile robot platforms l...
MongoDB Replica Set Deployment: Single Machine Three Inst...
MongoDB replica set single machine three instance deployment guide including configuration, initialization, adding/removing nodes, elections, read-write separation and rollback operations.
MongoDB Sharded Cluster Deployment: Complete Guide with S...
Step-by-step MongoDB sharded cluster setup (configsvr×3 + two shard replica sets×3 nodes + multiple mongos), including configuration, initialization, adding shards, balancing and rollback.
Apache Druid Single-Machine Deployment: Architecture Over...
Apache Druid 30.0.0 for single-machine quick verification and engineering implementation, systematically reviewing Druid architecture (Coordinator, Historical,...
Python Offline Deployment: pip Dependency Management With...
How to export Python packages in an online environment and install them in an air-gapped system using pip wheel, pip download, and requirements.txt for offline deployment.