All Projects → hysds → hysds

hysds / hysds

Licence: other
Hybrid Cloud Science Data System Framework

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to hysds

Ssm Cache Python
AWS System Manager Parameter Store caching client for Python
Stars: ✭ 177 (+1080%)
Mutual labels:  cloud-computing, amazon-web-services
My Cheat Sheets
A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service.
Stars: ✭ 94 (+526.67%)
Mutual labels:  amazon-web-services, google-cloud-platform
polynimbus
Multi-cloud infrastructure inventory and management tool, supporting AWS, Google Cloud, Azure, Oracle Cloud, Rackspace Cloud, Hetzner Cloud, Alibaba Cloud, e24cloud.com, Linode, Cloudflare, GoDaddy and Backblaze B2.
Stars: ✭ 70 (+366.67%)
Mutual labels:  amazon-web-services, google-cloud-platform
Howtheyaws
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world use Amazon Web Services (AWS)
Stars: ✭ 389 (+2493.33%)
Mutual labels:  cloud-computing, amazon-web-services
infra
Infrastructure management for Google Cloud Platform
Stars: ✭ 14 (-6.67%)
Mutual labels:  cloud-computing, google-cloud-platform
Cloud-Service-Providers-Free-Tier-Overview
Comparing the free tier offers of the major cloud providers like AWS, Azure, GCP, Oracle etc.
Stars: ✭ 226 (+1406.67%)
Mutual labels:  cloud-computing, google-cloud-platform
iris
Automatically tag Google Cloud resources for better manageability and billing reporting
Stars: ✭ 50 (+233.33%)
Mutual labels:  google-cloud-platform, google-compute-engine
botkit-storage-datastore
Google Cloud Datastore storage module for Botkit
Stars: ✭ 13 (-13.33%)
Mutual labels:  google-cloud-platform
gcp-dataprep-bigquery-twitter-stream
Stream Twitter Data into BigQuery with Cloud Dataprep
Stars: ✭ 21 (+40%)
Mutual labels:  google-cloud-platform
monitoring-jump-start
Monitor AWS resources with ease
Stars: ✭ 67 (+346.67%)
Mutual labels:  amazon-web-services
FogBus
[JSS'19] A Blockchain-based Lightweight Framework for Edge and Fog Computing
Stars: ✭ 28 (+86.67%)
Mutual labels:  cloud-computing
awesome-cloud-security
🛡️ Awesome Cloud Security Resources ⚔️
Stars: ✭ 1,056 (+6940%)
Mutual labels:  cloud-computing
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+1700%)
Mutual labels:  google-cloud-platform
terraform-aws-ecs-fargate-scheduled-task
AWS ECS Fargate Schedule Task Terraform Module
Stars: ✭ 25 (+66.67%)
Mutual labels:  amazon-web-services
gcpy
Python toolkit for GEOS-Chem.
Stars: ✭ 34 (+126.67%)
Mutual labels:  cloud-computing
analisis-numerico-computo-cientifico
Análisis numérico y cómputo científico
Stars: ✭ 42 (+180%)
Mutual labels:  cloud-computing
plantuml-libs
A set of PlantUML libraries and a NPM cli tool to design diagrams which focus on several technologies/approaches: Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), C4 Model or even EventStorming and more.
Stars: ✭ 75 (+400%)
Mutual labels:  google-cloud-platform
ceu-cloud-class
This is the repo for the Data Engineering 3 - Cloud and Big Data Computing course delivered at the Central European University ceu.edu
Stars: ✭ 15 (+0%)
Mutual labels:  cloud-computing
if1004
Desmistificando DevOps: Projetando Arquiteturas Efetivamente Escaláveis
Stars: ✭ 63 (+320%)
Mutual labels:  cloud-computing
terraform-aws-acm-certificate
A Terraform module to create an Amazon Certificate Manager (ACM) certificate with Route 53 DNS validation.
Stars: ✭ 43 (+186.67%)
Mutual labels:  amazon-web-services

Background

For more information, check out:

HySDS

CircleCI

Core component for the Hybrid Science Data System

Prerequisites

  • pip 9.0.1+
  • setuptools 36.0.1+
  • virtualenv 1.10.1+
  • prov-es 0.1.1+
  • osaka 0.0.1+
  • hysds-commons 0.1+

Installation

  1. Create virtual environment and activate:
virtualenv env
source env/bin/activate
  1. Update pip and setuptools:
pip install -U pip
pip install -U setuptools
  1. Install prov-es:
git clone https://github.com/pymonger/prov_es.git
cd prov_es
pip install .
cd ..
  1. Install hysds:
pip install -r requirements.txt
git clone https://github.com/hysds/hysds.git
cd hysds
pip install .
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].