JSON查询语言 Jaql

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-04-01 16:42:03

软件介绍

Jaql 是一个 JSON 的查询语言,用于简化 JSON 数据的建模和操作,主要用于分析大规模的半结构化数据。核心特性包括:可扩展性和并行处理。使用 Hadoop 的 Map-Reduce 作为并行计算平台。

Jaql最终设计目标包括:

  • 半结构化分析:实现易于操作和分析JSON数据 
  • 并行处理:Jaql查询能够利用Hadoop的Map-Reduce作为并行计算平台来处理大量数据 
  • 可扩展性:用户必须能够很容易地扩展Jaql

本文地址:https://www.codercto.com/soft/d/2638.html

Practical Algorithms for Programmers

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具