Yingyi Bu has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/1650
Change subject: Polish README. ...................................................................... Polish README. Change-Id: I94495abd21d61d4cdd958d66185a6be2fa53def3 --- M README.md 1 file changed, 5 insertions(+), 2 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/50/1650/1 diff --git a/README.md b/README.md index 105286d..b5ce7dd 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++](https://ci.apache.org/projects/asterixdb/sqlpp/manual.html) +and [AQL](https://ci.apache.org/projects/asterixdb/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: newchange Gerrit-Change-Id: I94495abd21d61d4cdd958d66185a6be2fa53def3 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu <[email protected]>
