JSON查询语言 Jaql
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/jaql/
- 软件文档: http://code.google.com/p/jaql/w/list
软件介绍
Jaql 是一个 JSON 的查询语言,用于简化 JSON 数据的建模和操作,主要用于分析大规模的半结构化数据。核心特性包括:可扩展性和并行处理。使用 Hadoop 的 Map-Reduce 作为并行计算平台。
Jaql最终设计目标包括:
- 半结构化分析:实现易于操作和分析JSON数据
- 并行处理:Jaql查询能够利用Hadoop的Map-Reduce作为并行计算平台来处理大量数据
- 可扩展性:用户必须能够很容易地扩展Jaql
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!
