blob: a6129b8f5958a2b6777b499be7e1bc3ca21ee572 [file] [log] [blame]
---
layout: post
title: "Dataflow Python SDK is now public!"
date: 2016-02-25 13:00:00 -0800
excerpt_separator: <!--more-->
categories: beam python sdk
authors:
- jamesmalone
---
<!--
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.
-->
When the Apache Beam project proposed entry into the [Apache Incubator](http://wiki.apache.org/incubator/BeamProposal) the proposal
included the [Dataflow Java SDK](https://github.com/GoogleCloudPlatform/DataflowJavaSDK). In the long term, however, Apache Beam aims to support SDKs implemented in multiple languages, such as Python.
<!--more-->
Today, Google submitted the [Dataflow Python (2.x) SDK](http://github.com/GoogleCloudPlatform/DataflowPythonSDK) on GitHub. Google is committed to including the in progress python SDK in Apache Beam and, in that spirit, we've moved development of the Python SDK to a public repository. While this SDK will not be included with the initial (incubating) releases of Apache Beam, our we plan on incorporating the Python SDK into beam during incubation. We want to take the time to implement changes from the [technical vision](https://goo.gl/nk5OM0) into the Java SDK before we introduce a Python SDK for Apache Beam. We believe this will allow us to work on the model and SDKs in an ordered fashion.
You can look for the Apache Beam Python SDK in the coming months once we finish forking and refactoring the Java SDK.
Best,
Apache Beam Team