June 2018
Intermediate to advanced
372 pages
8h 44m
English
There are times when we have to provision automatic scaling of our NoSQL database due to parameters like the following:
To do this programmatically, we can use either Java or Python sample tools. We will see how to do it using Java sample tool. To use them, use the following procedures:
Java:
mvn clean compile mvn exec:java -Dexec.mainClass="com.example.bigtable.scaler.MetricScaler" ...