This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 6cd1638 Add mixer and remove quickstart (#158)
6cd1638 is described below
commit 6cd16384a64dab0b46a1f43fcf6079605ee46881
Author: Keith Turner <[email protected]>
AuthorDate: Fri Apr 13 13:38:21 2018 -0400
Add mixer and remove quickstart (#158)
---
pages/related-projects.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/related-projects.md b/pages/related-projects.md
index b1bdd7a..2d5bc0e 100644
--- a/pages/related-projects.md
+++ b/pages/related-projects.md
@@ -20,8 +20,8 @@ list, please open an issue or submit a pull request [on
GitHub][web-ghr].
### Example Fluo applications
-* [Quickstart] - Enables you to quickly get started writing code that uses
Apache Fluo
* [Phrasecount] - Example Apache Fluo application that counts phrases in
documents
+* [Mixer] - Prototype showing how to use Apache Fluo to continuously merge
multiple large graphs into a single derived one.
* [Jaccard] - Example Apache Fluo application that computes and indexes the
Jaccard between all pairs in a bipartite graph.
* [Webindex] - Apache Fluo application that creates web index using Common
Crawl data
* [Stresso] - An example application designed to stress Apache Fluo
@@ -33,8 +33,8 @@ list, please open an issue or submit a pull request [on
GitHub][web-ghr].
[Uno]: https://github.com/astralway/uno
[Webindex]: https://github.com/astralway/webindex
[Stresso]: https://github.com/astralway/stresso
-[Quickstart]: https://github.com/astralway/quickstart
[Phrasecount]: https://github.com/astralway/phrasecount
[Jaccard]: https://github.com/keith-turner/jaccard
[web-ghr]: https://github.com/apache/fluo-website
[Rya]: https://rya.apache.org
+[Mixer]: https://github.com/keith-turner/mixer
--
To stop receiving notification emails like this one, please contact
[email protected].