Here are
141 public repositories
matching this topic...
a high-performance, POSIX-ish Amazon S3 file system written in Go
Mission Planner Ground Control Station (c# .net)
APM Planner Ground Control Station (Qt)
Updated
Aug 19, 2020
Java
Google Cloud Storage emulator & testing library.
Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.
Updated
Jul 28, 2020
Shell
kafka-connect-s3 : Ingest data from Kafka to Object Stores(s3)
Just another ground control station
Fog for Google Cloud Platform
Updated
Aug 13, 2020
Ruby
Hoard is a stateless, deterministically encrypted, content-addressed object store.
An application-oriented unified storage layer for Golang.
Read and write Neuroglancer datasets programmatically.
Updated
Aug 14, 2020
Python
GCS support for avro-tools, parquet-tools and protobuf
Updated
Aug 13, 2020
Java
Unified cloud storage API for storage services.
Updated
Jul 4, 2020
Python
Tool for proxying and mapping HTTP requests to Google Cloud Storage (GCS).
Jupyter support for Google Cloud Storage
Updated
Jun 3, 2019
Python
Example gcloud statements for GCP services
Updated
Aug 18, 2020
TSQL
Input Output Files in R from Cloud or Local
Kubernetes Cloud Backup - backup your state to S3, Azure Storage, or Google Storage
Updated
Jan 3, 2019
Shell
Check github.com/heketi, github.com/gluster/gluster-containers, or github.com/kadalu/kadalu as active alternatives
kubernetes-cloud-mysql-backup is a Docker Image based on Alpine Linux that automatically performs backups of MySQL databases, before uploading them to Amazon S3 or Google Cloud Storage. It is designed to be run as a Cronjob in Kubernetes for scheduled database backups. It also features Slack integration.
Updated
Aug 10, 2020
Shell
Copy files and directories between Kubernetes and cloud storage
Google Cloud Storage output plugin for Fluentd.
Updated
Aug 14, 2020
Ruby
Resumable support for ActiveStorage
Updated
Jul 20, 2020
JavaScript
Example Spark applications that run on Kubernetes and access GCP products, e.g., GCS, BigQuery, and Cloud PubSub
Updated
Feb 13, 2018
Java
Kafka Connect sink connector for Google Cloud Storage
Updated
Aug 19, 2020
Java
An experimental web based map display for MAVProxy based on Cesium
Updated
Sep 22, 2019
JavaScript
Google Cloud Storage filesystem for PyFilesystem2
Updated
Aug 6, 2020
Python
Improve this page
Add a description, image, and links to the
gcs
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
gcs
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently the etcd backend tests are failing, due to hardcoded
endpoints = "https://127.0.0.1:2379"
This is somewhat different than the other backends. Ideally, we can start an etcd server (or mock server) locally, on a random port, and dynamically use this in the unit tests