Till Westmann has submitted this change and it was merged. Change subject: better names and linebreaks ......................................................................
better names and linebreaks Change-Id: I79ae64ccf49272b494e9c048aac040881af10132 Reviewed-on: https://asterix-gerrit.ics.uci.edu/781 Reviewed-by: Yingyi Bu <[email protected]> --- M about.md M content/about.html 2 files changed, 22 insertions(+), 18 deletions(-) Approvals: Yingyi Bu: Looks good to me, approved diff --git a/about.md b/about.md index bb36787..1520605 100644 --- a/about.md +++ b/about.md @@ -2,13 +2,13 @@ title: About Apache AsterixDB --- -Apache AsterixDB™ (incubating) is a highly scalable data management system that can store,index, and manage +Apache AsterixDB™ (incubating) is a highly scalable data management system that can store, index, and manage semi-structured data, e.g., much like MongoDB, but it also supports a full-power query language with the expressiveness of SQL (and more). -Unlike analytics engines like Hive or Spark, it stores and manages data, so AsterixDB can exploit its knowledge -of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. Somewhat -surprisingly, there is no open source parallel database system (relational or otherwise) available to developers today --- AsterixDB aims to fill this need. +Unlike analytics engines like Apache Hive or Apache Spark, it stores and manages data, so AsterixDB can exploit its +knowledge of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. +Somewhat surprisingly, there is no open source parallel database system (relational or otherwise) available to +developers today -- AsterixDB aims to fill this need. ### Core features @@ -30,8 +30,10 @@ those of a NoSQL store. ### History -Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and students at UC Irvine and UC Riverside. -The project was initiated as a large NSF-sponsored project in 2009, the goal of which was to combine the best ideas from the parallel database world, the then new Hadoop world, and the semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. -A first informal open source release was made four years later, in June of 2013, under the Apache Software License 2.0. -AsterixDB was accepted into the Apache Incubator and began Incubation as of Febuary of 2015. +Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and +students at UC Irvine and UC Riverside. The project was initiated as a large NSF-sponsored project in 2009, the goal of +which was to combine the best ideas from the parallel database world, the then new Apache Hadoop world, and the +semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. A first informal open source +release was made four years later, in June of 2013, under the Apache Software License 2.0. AsterixDB was accepted into +the Apache Incubator and began Incubation as of Febuary of 2015. diff --git a/content/about.html b/content/about.html index ee29b63..15b8aaa 100644 --- a/content/about.html +++ b/content/about.html @@ -96,13 +96,13 @@ <div class="row"> <div class="col-md-8 col-centered"> <h2>About Apache AsterixDB</h2> -<p>Apache AsterixDB™ (incubating) is a highly scalable data management system that can store,index, and manage +<p>Apache AsterixDB™ (incubating) is a highly scalable data management system that can store, index, and manage semi-structured data, e.g., much like MongoDB, but it also supports a full-power query language with the expressiveness of SQL (and more). -Unlike analytics engines like Hive or Spark, it stores and manages data, so AsterixDB can exploit its knowledge -of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. Somewhat -surprisingly, there is no open source parallel database system (relational or otherwise) available to developers today -– AsterixDB aims to fill this need.</p> +Unlike analytics engines like Apache Hive or Apache Spark, it stores and manages data, so AsterixDB can exploit its +knowledge of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. +Somewhat surprisingly, there is no open source parallel database system (relational or otherwise) available to +developers today – AsterixDB aims to fill this need.</p> <h3 id="core-features">Core features</h3> @@ -126,10 +126,12 @@ </ul> <h3 id="history">History</h3> -<p>Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and students at UC Irvine and UC Riverside. -The project was initiated as a large NSF-sponsored project in 2009, the goal of which was to combine the best ideas from the parallel database world, the then new Hadoop world, and the semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. -A first informal open source release was made four years later, in June of 2013, under the Apache Software License 2.0. -AsterixDB was accepted into the Apache Incubator and began Incubation as of Febuary of 2015.</p> +<p>Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and +students at UC Irvine and UC Riverside. The project was initiated as a large NSF-sponsored project in 2009, the goal of +which was to combine the best ideas from the parallel database world, the then new Apache Hadoop world, and the +semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. A first informal open source +release was made four years later, in June of 2013, under the Apache Software License 2.0. AsterixDB was accepted into +the Apache Incubator and began Incubation as of Febuary of 2015.</p> </div> -- To view, visit https://asterix-gerrit.ics.uci.edu/781 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I79ae64ccf49272b494e9c048aac040881af10132 Gerrit-PatchSet: 2 Gerrit-Project: incubator-asterixdb-site Gerrit-Branch: asf-site Gerrit-Owner: Till Westmann <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]>
