本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
Apache Cassandra Learning Step by Step (5): 实战性的JTwissandra项目
在完成了Apache Cassandra的四个基本学习步骤之后,可以尝试下实战性的编码了。
如有必要,建议再简单回顾一下:
Apache Cassandra Learning Step by Step (1)
Apache Cassandra Learning Step by Step (2): Core Concepts
Apache Cassandra Learn ...
Apache Cassandra Learning Step by Step (4): Data Modeling
22 Feb 2012, by Bright Zheng (IT进行时)
写在这章前面的几点牢骚或感慨:
1. 我发现建模是比较别扭的一件事情,尤其是你的脑子里都是RDBMS的ERD的时候;
2. 本人试图通过两者的建模过程体现思考要点,但感觉在NoSQL的建模上有点“那个”——如果不在大型项目上吃亏过或者直接受教于前辈,总感觉缺那么点味道;
3. 这篇是我写的最郁闷的一篇,而且可能后 ...
Apache Cassandra Learning Step by Step (3): Samples ABC
====16 Feb 2012, by Bright Zheng (IT进行时)====
4. Samples ABC
We
try to learn it step by step to understand the concepts and Java API usages by
means of:
1. Concept Introduction
2. CLI
3. Java Sam ...
Apache Cassandra Learning Step by Step (2): Core Concepts
====15 Feb 2012, by Bright Zheng (IT进行时)====
3. Core Concepts
3.1.
Keyspace
3.1.1. Intro
A keyspace is the first dimension of the Cassandra
hash, and is the container for the ColumnFa ...
Apache Cassandra Learning Step by Step (1)
By Bright Zheng (IT进行时)
1. About Apache Cassandra
Apache Cassandra is one of the
powerful NoSQL platforms.
Link: http://cassandra.apache.org/
Following are some useful
comparisons on some ...