Skip to main content

Home/ Arquitectura?/ Group items tagged cloud-computing

Rss Feed Group items tagged

Pablo Lalloni

Portable Cloud Programming with Go Cloud - The Go Blog - 0 views

  •  
    "We have identified common services used by cloud applications and have created generic APIs to work across cloud providers. Today, Go Cloud is launching with blob storage, MySQL database access, runtime configuration, and an HTTP server configured with request logging, tracing, and health checking. Go Cloud offers support for Google Cloud Platform (GCP) and Amazon Web Services (AWS). We plan to work with cloud industry partners and the Go community to add support for additional cloud providers very soon. "
Pablo Lalloni

Cloudbreak - 1 views

  • Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. As a result, IT can ship faster and run the same app, unchanged, on laptops, data center VMs, and any cloud. The main features of Docker are: Lightweight, portable Build once, run anywhere VM - without the overhead of a VM Each virtualised application includes not only the application and the necessary binaries and libraries, but also an entire guest operating system The Docker Engine container comprises just the application and its dependencies. It runs as an isolated process in userspace on the host operating system, sharing the kernel with other containers. Containers are isolated It can be automated and scripted
    • Pablo Lalloni
       
      Probablemente la mejor descripción corta de docker que he leído en solo un párrafo y una lista de features. Deberíamos usarla. 
  •  
    "Cloudbreak is a RESTful Hadoop as a Service API. Once it is deployed in your favourite servlet container exposes a REST API allowing to span up Hadoop clusters of arbitrary sizes on your selected cloud provider. Provisioning Hadoop has never been easier. Cloudbreak is built on the foundation of cloud providers API (Amazon AWS, Microsoft Azure, Google Cloud Compute...), Apache Ambari, Docker containers, Serf and dnsmasq."
Pablo Lalloni

Speakers -> Cloud Architecture - 1 views

  •  
    This tutorial explains which business models and applications benefit most from cloud, what to look for in a cloud provider, and how the traditional enterprise computing marketplace is being disrupted.
Pablo Lalloni

Google Container Registry - Tools - Google Cloud Platform - 0 views

  •  
    "Google Container Registry provides secure, private Docker image storage on Google Cloud Platform. While Docker provides a central registry to store public images, you may not want your images to be accessible to the world. In this case, you must use a private registry. The Google Container Registry runs on Google Cloud Platform, so can be relied upon for consistent uptime and security. The registry can be accessed through an HTTPS endpoint, so you can pull images from any machine, whether it's a Google Compute Engine instance or your own hardware."
Pablo Lalloni

Clocker - Creating a Docker Cloud with Apache Brooklyn « Cloudsoft - 0 views

  •  
    "Clocker features: Automatically create and manage multiple Docker hosts in cloud infrastructure Intelligent container placement, providing: resilience fault tolerance easy scaling maximum resource utilisation of hosts maximum application performance Use of any public or private cloud as the underlying infrastructure for Docker Hosts Deployment of existing Brooklyn/CAMP blueprints to Docker locations, without modification."
Pablo Lalloni

Red Hat Private Clouds: CloudForms - 0 views

  •  
    Red Hat CloudForms lets you create and manage Infrastructure-as-a-Service (IaaS) private and hybrid clouds.
Pablo Lalloni

Joyent Private Cloud - Private Cloud - Joyent - 0 views

  •  
    "SmartDataCenter 7 is a complete private cloud management platform, optimized to deliver next generation, container-based IaaS in your data center."
Pablo Lalloni

Docker Production Toolset - 0 views

  •  
    "Cloud 66 simplifies Ops for developers by building, configuring and managing your servers on any cloud. Our Docker support provides a complete toolset for rolling out containers to production on your own infrastructure."
Pablo Lalloni

CoreOS is Linux for Massive Server Deployments - 2 views

  •  
    "CoreOS is a Linux distribution that has been rearchitected to provide features needed to run modern clustered infrastructure stacks. The strategies and architectures that influence CoreOS allow companies like Google, Facebook and Twitter to run their services at scale with high resilience. We've implemented them correctly so you don't have to endure the slow, learn-as-you-go infrastructure building process. CoreOS can run on your existing hardware or on most cloud providers. Clustering works across platforms, making it easy to migrate parts of your gear over to CoreOS, or to switch cloud providers while running CoreOS."
Pablo Lalloni

Rationale - Datomic - 0 views

  •  
    "Datomic is a distributed database designed to enable scalable, flexible and intelligent applications, running on next-generation cloud architectures. It does this by: Bringing declarative data manipulation into the application, and the data with it Getting time, process and perception right Process (writes) require coordination Perception (reads) require none The past doesn't change Leveraging immutability, and a sound model of state Datomic has: ACID Transactions Joins A sound data model A logical query language - Datalog Thus, Datomic avoids the compromises and losses of many NoSQL solutions. In addition, it offers flexibility and power over the traditional model in supporting: Hierarchy Multi-valued attributes Minimal schema Reliable operation on unreliable, ephemeral cloud instances Time Datomic avoids manual caching and replication, complex configuration, sharding (automatic or manual), logging, locking, latching and disk management of traditional servers."
Pablo Lalloni

Eucalyptus - 0 views

  •  
    Opensource software platform that implements IaaS-style cloud computing using the existing infrastructure found in the modern data center.
Pablo Lalloni

RightScale - 0 views

  •  
    Cloud Computing Management Platform.
Pablo Lalloni

The Cloud Market - 2 views

  • Now indexing 28948 available images
  •  
    The Cloud Market is the most complete catalog of Amazon EC2 images.
Pablo Lalloni

Six Docker services making serious waves - ComputerworldUK.com - 2 views

  •  
    "Docker is fast becoming one of the hottest technologies under development. Released just a year ago, the open source project for creating virtualised application containers has already caused major cloud players, from Red Hat to Google, to rethink how applications can be delivered, run, and managed, especially in cloud environments."
Pablo Lalloni

The New Stack and Linux Foundation Survey: OpenStack and Docker are The Most Popular Op... - 0 views

  •  
    "OpenStack and Docker will continue to dominate the open source cloud discussion. But Docker may prove to gain the most as it is also breeding a diverse ecosystem of open source projects. OpenStack is primarily contained (no pun intended) to the development of its own cloud operating system. It does integrate with OpenShift, for example, but for the most part the different groups within OpenStack do the lion's share of development. Docker's influence is such that it is affecting the overall open source community. The projects that are closely tied to Docker, such as Ansible, will continue to grow as developers seek tools to use with the fast growing container technology."
Pablo Lalloni

CloudBees DEV@cloud (Jenkins as a Service) Documentation - 0 views

  •  
    BuildHive is a part of DEV@cloud that allows the open-source communtiy to quickly set up simple continuous integration service for GitHub repositories.
Pablo Lalloni

Building Applications with Microservices and Docker - NGINX - 0 views

  •  
    Why a transition to microservices and cloud development is necessary and why monolithic architectures aren't an option anymore. How to implement Docker in a cloud and continuously integrated environment and what the typical Docker-run applications look like. How NGINX and NGINX Plus can help support your migration to the modern way of building, deploying, and scaling applications.
Pablo Lalloni

Knative  |  Google Cloud - 0 views

  •  
    "Knative provides a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center. Knative components are built on Kubernetes and codify the best practices shared by successful real-world Kubernetes-based frameworks. It enables developers to focus just on writing interesting code, without worrying about the "boring but difficult" parts of building, deploying, and managing an application."
Pablo Lalloni

Giraph - Welcome To Apache Giraph! - 0 views

  •  
    "Apache Giraph is an iterative graph processing system built for high scalability. For example, it is currently used at Facebook to analyze the social graph formed by users and their connections. Giraph originated as the open-source counterpart to Pregel, the graph processing architecture developed at Google and described in a 2010 paper. Both systems are inspired by the Bulk Synchronous Parallel model of distributed computation introduced by Leslie Valiant. Giraph adds several features beyond the basic Pregel model, including master computation, sharded aggregators, edge-oriented input, out-of-core computation, and more. With a steady development cycle and a growing community of users worldwide, Giraph is a natural choice for unleashing the potential of structured datasets at a massive scale."
Pablo Lalloni

SoftNAS Managed Cloud Storage - 0 views

  •  
    SoftNAS™ is business-class network attached storage (NAS) delivered as software as a service.  The NAS software virtual appliance runs within your cloud computing environment (e.g., Amazon EC2) or local virtual server environment (e.g., VMware vSphere) and manages the available raw disk storage, providing enterprise-grade storage capabilities. SoftNAS leverages a number of open source technologies, including ZFS on Linux.  ZFS on Linux is a port of the popular ZFS filesystem originally produced by Sun Microsystems and released with OpenSolaris.  SoftNAS builds on the robust, solid foundation of ZFS and its powerful, extensible Linux foundation.
1 - 20 of 197 Next › Last »
Showing 20 items per page