-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #107 from treasure-data/doc-update
Update README and documentation
- Loading branch information
Showing
8 changed files
with
22 additions
and
26 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ pytd | |
**pytd** provides user-friendly interfaces to Treasure Data’s `REST | ||
APIs <https://github.com/treasure-data/td-client-python>`__, `Presto | ||
query | ||
engine <https://tddocs.atlassian.net/wiki/spaces/PD/pages/1083607/Presto+Query+Engine+Introduction>`__, | ||
engine <https://docs.treasuredata.com/display/public/PD/About+Presto+Distributed+Query+Engine>`__, | ||
and `Plazma primary | ||
storage <https://www.slideshare.net/treasure-data/td-techplazma>`__. | ||
|
||
|
@@ -29,9 +29,9 @@ Usage | |
Colaboratory <https://colab.research.google.com/drive/1ps_ChU-H2FvkeNlj1e1fcOebCt4ryN11>`__ | ||
|
||
Set your `API | ||
key <https://tddocs.atlassian.net/wiki/spaces/PD/pages/1081428/Getting+Your+API+Keys>`__ | ||
key <https://docs.treasuredata.com/display/public/PD/Getting+Your+API+Keys>`__ | ||
and | ||
`endpoint <https://tddocs.atlassian.net/wiki/spaces/PD/pages/1085143/Sites+and+Endpoints>`__ | ||
`endpoint <https://docs.treasuredata.com/display/public/PD/Sites+and+Endpoints>`__ | ||
to the environment variables, ``TD_API_KEY`` and ``TD_API_SERVER``, | ||
respectively, and create a client instance: | ||
|
||
|
@@ -123,7 +123,8 @@ Since td-spark gives special access to the main storage system via | |
follow the instructions below: | ||
|
||
1. Contact [email protected] to activate the permission to your | ||
Treasure Data account. | ||
Treasure Data account. Note that the underlying component, Plazma Public | ||
API, limits its free tier at 100GB Read and 100TB Write. | ||
2. Install pytd with ``[spark]`` option if you use the third option: | ||
``pip install pytd[spark]`` | ||
|
||
|
@@ -146,7 +147,7 @@ Treasure Data offers three different Python clients on GitHub, and the following | |
|
||
- Basic REST API wrapper. | ||
- Similar functionalities to td-client-{`ruby <https://github.com/treasure-data/td-client-ruby>`__, `java <https://github.com/treasure-data/td-client-java>`__, `node <https://github.com/treasure-data/td-client-node>`__, `go <https://github.com/treasure-data/td-client-go>`__}. | ||
- The capability is limited by `what Treasure Data REST API can do <https://tddocs.atlassian.net/wiki/spaces/PD/pages/1085354/REST+APIs+in+Treasure+Data>`__. | ||
- The capability is limited by `what Treasure Data REST API can do <https://docs.treasuredata.com/display/public/PD/REST+APIs+in+Treasure+Data>`__. | ||
|
||
2. **pytd** | ||
|
||
|
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
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
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
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
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
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
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