Yingyi Bu has submitted this change and it was merged. Change subject: Polish README. ......................................................................
Polish README. Change-Id: I94495abd21d61d4cdd958d66185a6be2fa53def3 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1650 Reviewed-by: abdullah alamoudi <[email protected]> Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> BAD: Jenkins <[email protected]> --- M README.md 1 file changed, 5 insertions(+), 2 deletions(-) Approvals: abdullah alamoudi: Looks good to me, approved Jenkins: Verified; No violations found; No violations found diff --git a/README.md b/README.md index 105286d..013f905 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,13 @@ AsterixDB is a BDMS (Big Data Management System) with a rich feature set that sets it apart from other Big Data platforms. Its feature set makes it well-suited to modern needs such as web data warehousing and social data storage and analysis. AsterixDB has: - __Data model__<br/> -A semistructured NoSQL style data model (ADM) resulting from extending JSON with object database ideas +A semistructured NoSQL style data model ([ADM](https://ci.apache.org/projects/asterixdb/datamodel.html)) resulting from +extending JSON with object database ideas - __Query languages__<br/> -Two expressive and declarative query languages (SQL++ and AQL) that support a broad range of queries and analysis over semistructured data +Two expressive and declarative query languages ([SQL++](http://asterixdb.apache.org/docs/0.9.0/sqlpp/manual.html) +and [AQL](http://asterixdb.apache.org/docs/0.9.0/aql/manual.html)) that support a broad range of queries and analysis +over semistructured data - __Scalability__<br/> A parallel runtime query execution engine, Apache Hyracks, that has been scale-tested on up to 1000+ cores and 500+ disks -- To view, visit https://asterix-gerrit.ics.uci.edu/1650 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I94495abd21d61d4cdd958d66185a6be2fa53def3 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]>
