All Projects → hackersandslackers → googlecloud-storage-tutorial

hackersandslackers / googlecloud-storage-tutorial

Licence: MIT License
💾 ☁️ Tutorial for interacting with Google Cloud Storage via the Python SDK.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to googlecloud-storage-tutorial

clj-gcloud-storage
Clojure wrapper for google-cloud-storage Java client.
Stars: ✭ 20 (+0%)
Mutual labels:  google-cloud-storage
ns1-python
NS1 Python SDK
Stars: ✭ 24 (+20%)
Mutual labels:  python-sdk
artefactory-connectors-kit
ACK is an E(T)L tool specialized in API data ingestion. It is accessible through a Command-Line Interface. The application allows you to easily extract, stream and load data (with minimum transformations), from the API source to the destination of your choice.
Stars: ✭ 34 (+70%)
Mutual labels:  google-cloud-storage
meican
MeiCan Python SDK. 美餐点餐库 + 命令行工具。
Stars: ✭ 65 (+225%)
Mutual labels:  python-sdk
AvaTax-REST-V2-Python-SDK
Sales Tax API SDK for Python and AvaTax REST
Stars: ✭ 17 (-15%)
Mutual labels:  python-sdk
appengine-hosting
Host static websites with Google Cloud Storage and App Engine
Stars: ✭ 17 (-15%)
Mutual labels:  google-cloud-storage
nestjs-storage
Nestjs file system / file storage module wrapping flydrive
Stars: ✭ 92 (+360%)
Mutual labels:  google-cloud-storage
gcp-dataprep-bigquery-twitter-stream
Stream Twitter Data into BigQuery with Cloud Dataprep
Stars: ✭ 21 (+5%)
Mutual labels:  google-cloud-storage
gcs-resource
Concourse resource for interacting with Google Cloud Storage
Stars: ✭ 33 (+65%)
Mutual labels:  google-cloud-storage
parse-server-gcs-adapter
parse-server adapter for Google Cloud Storage
Stars: ✭ 26 (+30%)
Mutual labels:  google-cloud-storage
hubble-scripts
🔭 📜 Transform Sketch config data & assets into dev-friendly formats.
Stars: ✭ 23 (+15%)
Mutual labels:  google-cloud-storage
Meteor-Files-Demo
Demo application for ostrio:files package
Stars: ✭ 16 (-20%)
Mutual labels:  google-cloud-storage
go-bqloader
bqloader is a simple ETL framework to load data from Cloud Storage into BigQuery.
Stars: ✭ 16 (-20%)
Mutual labels:  google-cloud-storage
ob bulkstash
Bulk Stash is a docker rclone service to sync, or copy, files between different storage services. For example, you can copy files either to or from a remote storage services like Amazon S3 to Google Cloud Storage, or locally from your laptop to a remote storage.
Stars: ✭ 113 (+465%)
Mutual labels:  google-cloud-storage
bazel-cache
Minimal cloud oriented Bazel gRPC cache
Stars: ✭ 33 (+65%)
Mutual labels:  google-cloud-storage
emacs-easy-jekyll
Emacs major mode for managing jekyll
Stars: ✭ 53 (+165%)
Mutual labels:  google-cloud-storage
square-python-sdk
Python client library for the Square API
Stars: ✭ 72 (+260%)
Mutual labels:  python-sdk
server
The ViUR application development framework - legacy version 2.x for Python 2.7
Stars: ✭ 12 (-40%)
Mutual labels:  google-cloud-storage
zip-bucket
zips files in a Google Cloud Storage [tm] bucket
Stars: ✭ 32 (+60%)
Mutual labels:  google-cloud-storage
gcp-storage-emulator
Local emulator for Google Cloud Storage
Stars: ✭ 43 (+115%)
Mutual labels:  google-cloud-storage

Google Cloud Storage Python SDK Tutorial

Python Google Cloud Storage GitHub Last Commit GitHub Issues GitHub Stars GitHub Forks

Google Cloud Storage Python SDK Tutorial

Source for the accompanying tutorial: https://hackersandslackers.com/manage-files-in-google-cloud-storage-with-python/

Getting Started

Installation is recommended with Pipenv:

$ git clone https://github.com/hackersandslackers/googlecloud-storage-tutorial.git
$ cd googlecloud-storage-tutorial
$ pipenv shell
$ pipenv update
$ python3 main.py

Alternatively, try installing via setup.py:

$ git clone https://github.com/hackersandslackers/googlecloud-storage-tutorial.git
$ cd googlecloud-storage-tutorial
$ python3 setup.py install
$ python3 main.py

Hackers and Slackers tutorials are free of charge. If you found this tutorial helpful, a small donation would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.

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].