All Projects → apache → Attic Apex Core

apache / Attic Apex Core

Licence: apache-2.0
Mirror of Apache Apex core

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Attic Apex Core

Attic Apex Malhar
Mirror of Apache Apex malhar
Stars: ✭ 131 (-62.14%)
Mutual labels:  apex, big-data
Beeva Best Practices
Best Practices and Style Guides in BEEVA
Stars: ✭ 335 (-3.18%)
Mutual labels:  big-data
Smooks
An extensible Java framework for building XML and non-XML streaming applications
Stars: ✭ 293 (-15.32%)
Mutual labels:  big-data
Mist
Serverless proxy for Spark cluster
Stars: ✭ 309 (-10.69%)
Mutual labels:  big-data
Couchdb Fauxton
Apache CouchDB
Stars: ✭ 295 (-14.74%)
Mutual labels:  big-data
Apex Recipes
A library of concise, meaningful examples of Apex code for common use cases following best practices.
Stars: ✭ 307 (-11.27%)
Mutual labels:  apex
Apex Go
Golang runtime for Apex/Lambda.
Stars: ✭ 289 (-16.47%)
Mutual labels:  apex
Parquet Cpp
Apache Parquet
Stars: ✭ 339 (-2.02%)
Mutual labels:  big-data
Pmd
An extensible multilanguage static code analyzer.
Stars: ✭ 3,667 (+959.83%)
Mutual labels:  apex
Fluid
Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud
Stars: ✭ 265 (-23.41%)
Mutual labels:  big-data
Helix
Mirror of Apache Helix
Stars: ✭ 304 (-12.14%)
Mutual labels:  big-data
Cloudbreak
A tool for provisioning and managing Apache Hadoop clusters in the cloud. Cloudbreak, as part of the Hortonworks Data Platform, makes it easy to provision, configure and elastically grow HDP clusters on cloud infrastructure. Cloudbreak can be used to provision Hadoop across cloud infrastructure providers including AWS, Azure, GCP and OpenStack.
Stars: ✭ 301 (-13.01%)
Mutual labels:  big-data
Uproot3
ROOT I/O in pure Python and NumPy.
Stars: ✭ 312 (-9.83%)
Mutual labels:  big-data
Baize
白泽自动化运维系统:配置管理、网络探测、资产管理、业务管理、CMDB、CD、DevOps、作业编排、任务编排等功能,未来将添加监控、报警、日志分析、大数据分析等部分内容
Stars: ✭ 296 (-14.45%)
Mutual labels:  big-data
Grouparoo
🦘 The Grouparoo Monorepo - open source customer data sync framework
Stars: ✭ 334 (-3.47%)
Mutual labels:  big-data
Crate
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time.
Stars: ✭ 3,254 (+840.46%)
Mutual labels:  big-data
Morpheus
Morpheus brings the leading graph query language, Cypher, onto the leading distributed processing platform, Spark.
Stars: ✭ 303 (-12.43%)
Mutual labels:  big-data
Delta
An open-source storage layer that brings scalable, ACID transactions to Apache Spark™ and big data workloads.
Stars: ✭ 3,903 (+1028.03%)
Mutual labels:  big-data
Stroom
Stroom is a highly scalable data storage, processing and analysis platform.
Stars: ✭ 344 (-0.58%)
Mutual labels:  big-data
Ozone
Scalable, redundant, and distributed object store for Apache Hadoop
Stars: ✭ 330 (-4.62%)
Mutual labels:  big-data

Apache Apex

Master Build Status Maven Central

Apache Apex is a unified platform for big data stream and batch processing. Use cases include ingestion, ETL, real-time analytics, alerts and real-time actions. Apex is a Hadoop-native YARN implementation and uses HDFS by default. It simplifies development and productization of Hadoop applications by reducing time to market. Key features include Enterprise Grade Operability with Fault Tolerance, State Management, Event Processing Guarantees, No Data Loss, In-memory Performance & Scalability and Native Window Support.

Documentation

Please visit the documentation section.

Malhar is a library of application building blocks and examples that will help you build out your first Apex application quickly.

Documentation build and hosting process is explained in docs README.

Contributing

This project welcomes new contributors. If you would like to help by adding new features, enhancements or fixing bugs, check out the contributing guidelines.

You acknowledge that your submissions to this repository are made pursuant the terms of the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) and constitute "Contributions," as defined therein, and you represent and warrant that you have the right and authority to do so.

Building Apex

The project uses Maven for the build. Run

mvn install

at the top level. You can then use the command line interface (CLI) from the build directory:

./engine/src/main/scripts/apex

Type help to list available commands.

Pre-built distributions are listed on http://apex.apache.org/downloads.html

Issue tracking

JIRA issue tracking system is used for this project. You can submit new issues and track the progress of existing issues at https://issues.apache.org/jira/browse/APEXCORE

Please include the JIRA ticket number into the commit messages. It will automatically add the commit message to the JIRA ticket(s) and help link the commit with the issue(s) being tracked for easy reference. An example commit might look like this:

git commit -am "APEXCORE-1234 Task completed ahead of schedule"

JIRA tickets should be resolved and fix version field set by the committer merging the pull request.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contact

Please visit http://apex.apache.org and subscribe to the mailing lists.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].