https://github.com/tallamjr/apache
Collection of JIRA tickets of interest on selected Apache Software projects
https://github.com/tallamjr/apache
apache asf open-source
Last synced: 6 months ago
JSON representation
Collection of JIRA tickets of interest on selected Apache Software projects
- Host: GitHub
- URL: https://github.com/tallamjr/apache
- Owner: tallamjr
- License: apache-2.0
- Created: 2020-02-23T13:39:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T16:24:15.000Z (over 5 years ago)
- Last Synced: 2025-02-10T02:38:12.695Z (8 months ago)
- Topics: apache, asf, open-source
- Homepage: https://issues.apache.org/jira/secure/Dashboard.jspa
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Software Foundation Projects
This repository serves as a collection of tickets and topics of interest on a select set of Apache
Software Foundation projects. This repository will also serve as place for myself to make notes on
how software is developed in the ASF as well as the different software engineering models and
approaches I come across. Furthermore, notes will be made on how each technology works to better
improve my understanding of the various Apache projects.## ASF Overview
_The Apache Software Foundation (ASF) is an American non-profit corporation (classified as
a 501(c) organization in the United States) to support Apache software projects, including the
Apache HTTP Server. The ASF was formed from the Apache Group and incorporated on March 25, 1999.__The Apache Software Foundation is a decentralized open source community of developers. The software
they produce is distributed under the terms of the Apache License and is free and open-source
software (FOSS). The Apache projects are characterized by a collaborative, consensus-based
development process and an open and pragmatic software license. Each project is managed by a
self-selected team of technical experts who are active contributors to the project. The ASF is a
meritocracy, implying that membership of the foundation is granted only to volunteers who have
actively contributed to Apache projects. The ASF is considered a second generation open-source
organization, in that commercial support is provided without the risk of platform lock-in.__Among the ASF's objectives are: to provide legal protection to volunteers working on Apache
projects; to prevent the Apache brand name from being used by other organizations without
permission._ -- [Wikipedia](https://en.wikipedia.org/wiki/The_Apache_Software_Foundation)_The ASF also holds several ApacheCon conferences each year, highlighting Apache projects and related
technology._## Projects
- [ARROW](Projects/ARROW)
- [PARQUET](Projects/PARQUET)
- [SPARK](Projects/SPARK)#### Talks and Articles
- [Introducing Apache Arrow: Columnar In-Memory Analytics](https://www.dremio.com/announcements/introducing-apache-arrow/)
- [The Columnar Roadmap: Apache Parquet and Apache Arrow](https://www.dremio.com/webinars/columnar-roadmap-apache-parquet-and-arrow/)#### Personal Contributions
Below are my (very small) contributions to Apache Software projects. My mission is one day be an active developer
in an Apache Software project.- ARROW-7949: [Git] Ignore macOS specific file: 'Brewfile.lock.json'
- https://github.com/apache/arrow/pull/6494
- PARQUET-1672: [DOC] Fix broken link in README.md
- https://github.com/apache/parquet-format/pull/154