# Keyvalue-Autotuning **Repository Path**: HITMassiveData/Keyvalue-Autotuning ## Basic Information - **Project Name**: Keyvalue-Autotuning - **Description**: 调优工具-键值对数据库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Keyvalue-Autotuning #### 介绍 调优工具-键值对数据库 本工具针对现在流行的键值数据库Cassandra进行自动参数优化 后台在/home/presentaion/HIT/lds/目录下生成 input.json文件 并调用/home/presentaion/HIT/lds/目录下的python程序optimize_with_iteration.py #### 环境要求 - Python 2.7.0 - numpy 1.13.1 - scikit-learn 0.18.2 - scipy 0.19.1 - cassandra-driver #### 安装教程 1. 将本项目文件夹下的文件拷贝至本地 2. 修改 [input.json](https://gitee.com/HITMassiveData/Keyvalue-Autotuning/blob/master/input.json)文件,调整迭代次数 3. 运行optimize_with_iteration.py 等待结束即可 #### 配置文件 [settings.py](https://gitee.com/HITMassiveData/Keyvalue-Autotuning/blob/master/settings.py)