This repository was archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional files and readme content for oss release process.
Change-Id: I534277445a38b2956b99edff18c90f27ebc92a15
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This is the official list of Data Studio authors for copyright purposes. | ||
# This file is distinct from the CONTRIBUTORS files. | ||
# See the latter for an explanation. | ||
|
||
Google Inc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# People who have agreed to one of the CLAs and can contribute patches. | ||
# The AUTHORS file lists the copyright holders; this file | ||
# lists people. | ||
# | ||
# https://developers.google.com/open-source/cla/individual | ||
# https://developers.google.com/open-source/cla/corporate | ||
# | ||
|
||
Amin Shali <[email protected]> | ||
Drew Bryant <[email protected]> | ||
Katya Rogers <[email protected]> | ||
Nikhil Kothari <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
Data Studio Project | ||
=================== | ||
|
||
Interactive tools for big data on Google Cloud Platform. | ||
See more information at go/datastudio. | ||
Interactive tools for big data on Google Cloud Platform. Data Studio enables | ||
developers and data scientists to easily and efficiently explore, transform, | ||
analyze and visualize their data in the cloud. | ||
|
||
We're starting with creating a development experience for data analysis using | ||
BigQuery, Python within an IPython-based notebook, and taking that further to | ||
enable the same style of iterative development workflow to developing data | ||
processing pipelines in Java using Cloud Dataflow. |