Tag: Deployment
4 articles
MongoDB Replica Set Deployment: Single Machine, Three Instances
MongoDB replica set single machine three instance deployment guide including configuration, initialization, adding/removing nodes, elections, read-write separation and ro...
MongoDB Sharded Cluster Deployment: Complete Guide with Scripts
Step-by-step MongoDB sharded cluster setup (configsvr×3 + two shard replica sets×3 nodes + multiple mongos), including configuration, initialization, adding shards...
Big Data 150 - Apache Druid Single-Machine Deployment: Architecture Overview and Startup
Scenario: Quickly experience Apache Druid 30.0.0 locally/single-machine, verify real-time and historical queries and console access.
Python Offline Deployment: pip Dependency Management Without Internet Access
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.