0124-0131学习计划
linux server
在linux下常用的web server: nginx
可以实现的任务:
在一个pc上安装 nginx 配置 nginx 在另外一个文件中可以访问。
编程语言ruby
- web开发框架:
- rails
- sinatra
实验楼中的 ruby基础,ruby on rails ,动手做一边。
数据库:
mysql/postgresql , mongodb, redis 其中mysql/postgresql 与平常所用得关系型数据库基本无差异,而且一般都使用ORM代码库做操作,因此不需要过多了解。
大数据相关:
- hadoop
- hive
- hbase
- sqoop
- flume
- kafka
测试平台配置推荐使用 cloudera
相关介绍&学习文档
https://ruby-china.org/wiki
https://es.xiaoleilu.com/010_Intro/30_Tutorial_Search.html
http://www.runoob.com/redis/redis-tutorial.html
http://www.runoob.com/mongodb/mongodb-tutorial.html