Repository: apex-site Updated Branches: refs/heads/master 80bb44566 -> 1020a5b32
Adding Powered by Apex page Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/1020a5b3 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/1020a5b3 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/1020a5b3 Branch: refs/heads/master Commit: 1020a5b321507bb602fed624dce1c7bef8652007 Parents: 80bb445 Author: sashadt <[email protected]> Authored: Tue Jul 12 18:52:01 2016 -0700 Committer: sashadt <[email protected]> Committed: Fri Jul 15 14:36:04 2016 -0700 ---------------------------------------------------------------------- src/md/community.md | 18 +++++++---- src/md/contributing.md | 2 +- src/md/powered-by-apex.md | 64 +++++++++++++++++++++++++++++++++++++ src/pages/powered-by-apex.html | 9 ++++++ 4 files changed, 85 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/1020a5b3/src/md/community.md ---------------------------------------------------------------------- diff --git a/src/md/community.md b/src/md/community.md index ffd869a..21003cd 100644 --- a/src/md/community.md +++ b/src/md/community.md @@ -9,12 +9,22 @@ The following mailing lists are available for Apex. - [[email protected]](http://mail-archives.apache.org/mod_mbox/apex-commits/) is for commit messages and patches to Apex. [subscribe](mailto:[email protected]?subject=send%20this%20email%20to%20subscribe), [unsubscribe](mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe), [ponymail](https://lists.apache.org/[email protected]), [nabble](https://s.apache.org/apex-commits), [archives](http://mail-archives.apache.org/mod_mbox/apex-commits/) - [[email protected]](mailto:[email protected]) is for reporting security related issues with Apex. It is a private list to discuss security related issues. Please post potential security vulnerabilities to this list so that they can be investigated and fixed before the vulnerabilities are published to the public. You can post to the list without subscribing to it. +## Meetup Groups + +To see upcoming meetup events, please visit the [announcements page](/announcements.html). Full list of Apache Apex meetup groups is available at [Apache Apex Meetup Groups](http://apache-apex.meetup.com/) + ## People [List of committers](/people.html) -## Contributing +## Powered By Apex + +List of organizations using Apache Apex is available at [Powered by Apex](/powered-by-apex.html). + + + +# Contributing **To learn more about how we use Github to accept contributions to the project, [check out the contributing guidelines](/contributing.html).** @@ -48,9 +58,3 @@ To see self assessment of the project, [check out project maturity model](/matur - [Apex Roadmap](roadmap.html) comprises key features planned for the future releases -## Meetup Groups - -Full list of Apache Apex meetup groups is available at [Apache Apex Meetup Groups](http://apache-apex.meetup.com/) - - -To see upcoming meetup events, please visit [announcements page](/announcements.html). http://git-wip-us.apache.org/repos/asf/apex-site/blob/1020a5b3/src/md/contributing.md ---------------------------------------------------------------------- diff --git a/src/md/contributing.md b/src/md/contributing.md index d0ae543..2a37a26 100644 --- a/src/md/contributing.md +++ b/src/md/contributing.md @@ -27,7 +27,7 @@ The Project Management Committee ([PMC](http://www.apache.org/dev/pmc.html)) is ## Code Style Apache Apex follows coding style that is closest to K & R style and uses [Checkstyle](http://checkstyle.sourceforge.net/) tool to enforce these standards. Travis CI will fail for any pull request that introduces any style violations. -The checkstyle configuration that Apache Apex projects use is present here : https://github.com/apache/apex-core/blob/master/apex_checks.xml +The checkstyle configuration that Apache Apex projects use is present here : https://github.com/apache/apex-core/blob/master/codestyle-config/src/main/resources/apex_checks.xml To make it easier for the users to set up their development environment, settings for the following common IDEs are provided in the Apache Apex Core repository with instructions. - [IntelliJ](https://github.com/apache/apex-core/tree/master/misc/ide-templates/intellij) http://git-wip-us.apache.org/repos/asf/apex-site/blob/1020a5b3/src/md/powered-by-apex.md ---------------------------------------------------------------------- diff --git a/src/md/powered-by-apex.md b/src/md/powered-by-apex.md new file mode 100644 index 0000000..b36d4de --- /dev/null +++ b/src/md/powered-by-apex.md @@ -0,0 +1,64 @@ +# Powered by Apache Apex + +This page lists organizations and software projects which work with Apache Apex. To be added to this page email [email protected] mailing list, or send a message to the @ApacheApex twitter account. + + +## Companies + +Apache Apex powers + +* GE +* Capital One +* Silver Spring Networks +* Pubmatic +* ThreatMetrics +* FacilitiesSupplies +* DataTorrent +* Royal Bank of Canada +* InfoSys +* TechMahindra +* MammothData +* CloudWick +* Synerzip + + +## Software Integrations + +Apache Apex integrates with + +* Apache Beam +* Apache SAMOA +* Apache Calcite +* Apache Nifi +* Apache Geode (GemFire) +* Apache Cassandra +* Apache Kafka +* Apache Hive +* Apache Bigtop +* Apache HBase +* Apache ActiveMQ +* Apache CouchDB +* AWS S3 +* Couchbase +* Memsql +* Redis +* MongoDB +* JDBC (MySQL, PostgreSQL, Oracle) +* Memcache +* AWS Kinesis +* RabbitMQ +* ZeroMQ +* Solace +* H2O +* Solr +* ElasticSearch + + +## Universities & Research Institutes + +Apache Apex is under reserach by + +* University of California San Diego +* Dresden University of Technology +* Delft University of Technology +* Pune Institute of Computer Technology http://git-wip-us.apache.org/repos/asf/apex-site/blob/1020a5b3/src/pages/powered-by-apex.html ---------------------------------------------------------------------- diff --git a/src/pages/powered-by-apex.html b/src/pages/powered-by-apex.html new file mode 100644 index 0000000..97b60df --- /dev/null +++ b/src/pages/powered-by-apex.html @@ -0,0 +1,9 @@ +{{> header}} + +<div class="container"> + + {{> powered-by-apex}} + +</div> + +{{> footer}}
