BIDS 2016 Santa Cruz de Tenerife

Size: px
Start display at page:

Download "BIDS 2016 Santa Cruz de Tenerife"

Transcription

1 BIDS 2016 Santa Cruz de Tenerife 1

2 EUCLID: Orchestrating the software development and the scientific data production in a map reduce paradigm Christophe Dabin (CNES) M. Poncet, K. Noddle, M. Holliman, M. Melchior, O.R.Williams, A. Belikov, J. Hoar on behalf of Euclid Science Ground Segment System Team BIDS 2016 Santa Cruz de Tenerife 2

3 The Euclid Mission M2 mission in the framework of the ESA Cosmic Vision Programme Euclid mission objective is to map the geometry and understand the nature of the dark Universe (dark energy and dark matter) Actors in the mission: ESA and the Euclid Consortium (institutes from 14 European countries and USA, funded by their own national Space Agencies) Euclid Consortium: 15 countries 100+ labs members Biggest collaboration! For more information see : BIDS 2016 Santa Cruz de Tenerife 3

4 Glossary EAS : Euclid Archive System EAS-DPS : Data Processing System EAS-SAS : Science Archive System EAS-DSS : Data Storage System IAL : Infrastructure Abstraction Layer COORS : Data Processing and storage orchestration M&C : Infrastructure Monitoring and Control CODEEN : Collaborative Development Environment EDEN : Euclid development Environment (common libs) LODEEN : Local Development Environment (VM) SDC : Science Data Center OU : Organisational Unit (Algorithm ad validation) SOC : Science Operation Center MOC : Mission Operation Center PLM : Payload Module SGS : Science Ground Segment SWG : Science Working Group (Science requirements) SVM : Satellite and Service Module VIS: Euclid Instrument Visible NISP : Near Infrared Spectro Image BIDS 2016 Santa Cruz de Tenerife 4

5 Euclid Mission at a Glance BIDS 2016 Santa Cruz de Tenerife 5

6 Euclid Ground Segment BIDS 2016 Santa Cruz de Tenerife 6

7 Euclid Processing Overview VIS, NIR, EXT: production of fully calibrated photometric exposures from Euclid and groundbased Surveys SIR: production of fully calibrated 1D spectra extracted from the NISP spectroscopic exposures. MER: production of a source catalog containing consistent photometric and spectroscopic measurements. PHZ: production of the photometric redshift for all catalogued sources. SPE: production of spectroscopic redshifts for all sources with spectra. SHE: measurements of galaxy shapes. LE3: production of all high-level science products. SIM: production of all the simulated data necessary to validate the data processing stages, and to calibrate observational or method biases. BIDS 2016 Santa Cruz de Tenerife 7

8 Architecture key concepts No Dedicated Processing SDC: Any pipeline should run on any SDC (with some exceptions, e.g. Level 1, EXT ingestion, LE3?) Distributed Data and Processing Each SDC is both a processing and a storage «node» Move the code, not the data Run the pipeline where the input data (sky allocation) is stored Separation of metadata (inventory) from data (storage) Map/Reduce analogy Lower level of processing LE2 on single Observation (or set of Observations with overlap) constituting catalogs of sources Higher level of processing LE3 based on global catalogs of sources properties and massive use of simulation (Monte Carlo) for 2 point correlation function BIDS 2016 Santa Cruz de Tenerife 8

9 Architecture : move the code not the data soc SIM VIS SIR NIR MER EXT SPE PHZ SHE LE3 EAS Pipeline in a Box SDCs dedicated to some Processing stages Pipeline in a box on any SDC Unequal load between SDCs How to deal with a new SDC? How to deal with the loss of an SDC? Each SDC = SPOF How to set up and fund redundancy? Data Centric rather than a Processing Centric approach is more relevant: Allocate the data and not the processing to the SDCs Run AMAP the whole pipeline (up to LE2) on any SDC on the smallest meaningful processable bundle of data (QoD: Quantum of Data) Data Volumes over WAN (PBs)! BIDS 2016 Santa Cruz de Tenerife 9

10 Logical Architecture A set of Services which allows a low coupling between SGS components : e.g. metadata query and access, data localization and transfer, data processing, M&C, IAL (science agnostic) A Euclid Archive System (EAS) A central Metadata Repository (DPS) which inventories, indexes and localizes the huge amount of distributed data, A Distributed Storage System (DSS) of the data over the SDCs (ensuring the best compromise between data availability and data transfers), with redundancy M&C and Orchestration (COORS) layers responsible for distributing data and processing among the SDCs, according to a distribution policy An Infrastructure Abstraction Layer (IAL) allowing the data processing software to run on any SDC independently of the underlying IT infrastructure, and simplifying the development of the processing software itself (e.g. takes care of I/O and I/F) BIDS 2016 Santa Cruz de Tenerife 10

11 Data Distribution : Map on Observations Observations with overlaps are colocated on a given SDC Daily distribution SOC to SDC s 600 GB/day Daily reprocessing 10 TB / day Number of Observations per SDC function of SDCs computing/storage resources LE2 products Catalog : photometry astrometry spectro redshift photo redshift shear morphology.. BIDS 2016 Santa Cruz de Tenerife 11

12 Reduce on global catalogs LE3 processing stages (monthly cadence TBC) Data Flow between SDCs : 20 GB/Day (TBC) Processing needs core x hour (TBC) Science ready products (more than 45!) : 2-point statistics for galaxy clustering and weak lensing Mass mapping, 3-point statistics, and galaxy clusters detection Milky Way and Nearby Galaxies Transient phenomena BIDS 2016 Santa Cruz de Tenerife 12

13 Technologies of the components EAS DPS : Object Oriented DB talks to come (RuG / ESAC) M&C : Network monitoring SDC resources monitoring Logs storage with Elastic Search and Kibana IAL : Pydron CODEEN : Other technologies to be explored especially for catalog storage BIDS 2016 Santa Cruz de Tenerife 13

14 EuclidVM principles Any Euclid Processing Function (PF) should run on any SDC, but the SDCs are not homogeneous: Hosting O/S, compilers, libs and versions, Kind of infra: cluster, cloud, shared storage or not, Thus concept of EuclidVM A Processing node VM appliance for Euclid Relies on virtualization at any SDC: independence from hosting O/S Allows to deploys the same guest processing VM everywhere Develop, test, integrate, validate once on a reference platform EuclidVM: Lightweight VM with core O/S (CentOS 7) and most stable core S/W Dynamic Deployment of libs and PF S/W in push or pull mode Candidate technos CernVM ecosystem (µcernvm, CernVM-FS, ) Docker BIDS 2016 Santa Cruz de Tenerife 14

15 Continuous Deployment Need to symplify chain from development to deployment (DEVOPS) allow early tests & improvements on target SDCs Candidate Solution: CernVM-FS Principles: A central repository of Software (Stratum 0) => unique reference A set of distributed replicas (Stratum 1) => scalability and availability SDC Local Squid proxies => performances CernVM-FS client installed at each Processing Nodes Optimized HTTP protocol Local cache Files are downloaded and cached only on access BIDS 2016 Santa Cruz de Tenerife 15

16 Continuous Deployment : cernvm SW files accessed in Run Time, then kept in cache, and released when full BIDS 2016 Santa Cruz de Tenerife 16

17 Development Environment DEVOPS principles: continuous integration & deployment CODEEN (Collaborative Development Environment) eplatform based on Jenkins engine allowing continuous integration and deployment approach Steps: Build, Doc., Tests, Quality Check, Packaging, Deployment LODEEN (Local Development Environment) Ready to use VM dedicated to S/W development on local machine Standards (EDEN) O/S : SL6, => CentOS 7 Languages: C++ / Python Restricted set of supported libs Coding standards BIDS 2016 Santa Cruz de Tenerife 17

18 Development Environment - EDEN BIDS 2016 Santa Cruz de Tenerife 18

19 Conclusions Big challenges to address Validation of the Architecture model Assess the robustness of the key components : EAS / IAL Assess the scalability of the overall architecture and key components Prototyping activities are on going and allow some intensive tests campaigns Loosely coupling components should allow to switch to new technologies Validation of the Pipeline Model and the main figures : data IO and computing resources with scientists Computing resources Architecture should be flexible and scalable to host new Computing Centers if needed Cloud services (processing on demand) could be an opportunity that could be explored Explore optimization / parallelization of key algorithms with scientists BIDS 2016 Santa Cruz de Tenerife 19

20 Thank you for your attention Acknowledgments: authors are indebted to all the indididuals participating in the Euclid SGS developement inside ESA and EC, too many to be listed here BIDS 2016 Santa Cruz de Tenerife 20

Using CernVM-FS to deploy Euclid processing S/W on Science Data Centres

Using CernVM-FS to deploy Euclid processing S/W on Science Data Centres Using CernVM-FS to deploy Euclid processing S/W on Science Data Centres M. Poncet (CNES) Q. Le Boulc h (IN2P3) M. Holliman (ROE) On behalf of Euclid EC SGS System Team ADASS 2016 1 Outline Euclid Project

More information

Euclid Science Ground Segment (SGS) Processing Operations Concept

Euclid Science Ground Segment (SGS) Processing Operations Concept SpaceOps Conferences 28 May - 1 June 2018, Marseille, France 2018 SpaceOps Conference 10.2514/6.2018-2433 Euclid Science Ground Segment (SGS) Processing Operations Concept Maurice Poncet, 1 Christophe

More information

Euclid Archive Science Archive System

Euclid Archive Science Archive System Euclid Archive Science Archive System Bruno Altieri Sara Nieto, Pilar de Teodoro (ESDC) 23/09/2016 Euclid Archive System Overview The EAS Data Processing System (DPS) stores the data products metadata

More information

Euclid Consortium The Euclid Challenges. Pierre Dubath SDC-CH Department of Astronomy University of Geneva. IAU Symposium 325.

Euclid Consortium The Euclid Challenges. Pierre Dubath SDC-CH Department of Astronomy University of Geneva. IAU Symposium 325. The Challenges Pierre Dubath SDC-CH Department of Astronomy University of Geneva IAU Symposium 325 Astroinformatics Sorrento (Italy), October 20-24, 2016 data processing challenges 1 List of Collaborators

More information

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA Rees Williams on behalf of A.N.Belikov, D.Boxhoorn, B. Dröge, J.McFarland, A.Tsyganov, E.A. Valentijn University of Groningen, Groningen,

More information

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA Sara Nieto on behalf of B.Altieri, G.Buenadicha, J. Salgado, P. de Teodoro European Space Astronomy Center, European Space Agency, Spain O.R.

More information

Data federations and its applications

Data federations and its applications Data federations and its applications Edwin A. Valentijn Prof Astronomical Information Technology Target- OmegaCEN Kapteyn 20 Oktober 2016 IAU Symp. Astro Informatics Sorrento Astro-WISE Data federations

More information

University of Groningen

University of Groningen University of Groningen The Euclid Archive System: A Datacentric Approach to Big Data Belikov, Andrey; Williams, Owen; Altieri, Bruno; Boxhoorn, Danny; Buenadicha, Guillermo ; Droge, Bob; McFarland, John;

More information

Euclid Mission Database

Euclid Mission Database Euclid Mission Database Roland D. Vavrek ESA / European Space Astronomy Centre 2016 Euclid Photometric Calibration Workshop Euclid Mission Database (MDB) Based on the Gaia Parameter Database design Centralized,

More information

Performance-related aspects in the Big Data Astronomy Era: architects in software optimization

Performance-related aspects in the Big Data Astronomy Era: architects in software optimization Performance-related aspects in the Big Data Astronomy Era: architects in software optimization Daniele Tavagnacco - INAF-Observatory of Trieste on behalf of EUCLID SDC-IT Design and Optimization image

More information

OU-VIS: Status. H.J. McCracken. and the OU-VIS team

OU-VIS: Status. H.J. McCracken. and the OU-VIS team OU-VIS: Status H.J. McCracken and the OU-VIS team What is OU-VIS for? From raw VIS data, create the algorithms and software to produce calibrated images suitable for cosmic shear measurement Implications:

More information

PROCESSING THE GAIA DATA IN CNES: THE GREAT ADVENTURE INTO HADOOP WORLD

PROCESSING THE GAIA DATA IN CNES: THE GREAT ADVENTURE INTO HADOOP WORLD CHAOUL Laurence, VALETTE Véronique CNES, Toulouse PROCESSING THE GAIA DATA IN CNES: THE GREAT ADVENTURE INTO HADOOP WORLD BIDS 16, March 15-17th 2016 THE GAIA MISSION AND DPAC ARCHITECTURE AGENDA THE DPCC

More information

CC-IN2P3 / NCSA Meeting May 27-28th,2015

CC-IN2P3 / NCSA Meeting May 27-28th,2015 The IN2P3 LSST Computing Effort Dominique Boutigny (CNRS/IN2P3 and SLAC) on behalf of the IN2P3 Computing Team CC-IN2P3 / NCSA Meeting May 27-28th,2015 OSG All Hands SLAC April 7-9, 2014 1 LSST Computing

More information

Computational synergies between LSST and SKA

Computational synergies between LSST and SKA Computational synergies between LSST and SKA Bob Mann University of Edinburgh LSST:UK Project Leader www.lsst.ac.uk LSST:UK Consortium LSST:UK Science Centre Scientific synergies Bacon et al (arxiv: 1501.03977)

More information

Distributed Archive System for the Cherenkov Telescope Array

Distributed Archive System for the Cherenkov Telescope Array Distributed Archive System for the Cherenkov Telescope Array RIA-653549 Eva Sciacca, S. Gallozzi, A. Antonelli, A. Costa INAF, Astrophysical Observatory of Catania INAF, Astronomical Observatory of Rome

More information

The CEDA Archive: Data, Services and Infrastructure

The CEDA Archive: Data, Services and Infrastructure The CEDA Archive: Data, Services and Infrastructure Kevin Marsh Centre for Environmental Data Archival (CEDA) www.ceda.ac.uk with thanks to V. Bennett, P. Kershaw, S. Donegan and the rest of the CEDA Team

More information

Amadeus Technology Journey

Amadeus Technology Journey 265ced1609a17cf1a5979880a2ad364653895ae8 Amadeus Technology Journey A user driven Open Source roadmap experience Christophe Defayet Security & Communication Systems Amadeus in a few words Amadeus is a

More information

Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France

Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France ERF, Big data & Open data Brussels, 7-8 May 2014 EU-T0, Data

More information

IBM Bluemix compute capabilities IBM Corporation

IBM Bluemix compute capabilities IBM Corporation IBM Bluemix compute capabilities After you complete this section, you should understand: IBM Bluemix infrastructure compute options Bare metal servers Virtual servers IBM Bluemix Container Service IBM

More information

Containers, Serverless and Functions in a nutshell. Eugene Fedorenko

Containers, Serverless and Functions in a nutshell. Eugene Fedorenko Containers, Serverless and Functions in a nutshell Eugene Fedorenko About me Eugene Fedorenko Senior Architect Flexagon adfpractice-fedor.blogspot.com @fisbudo Agenda Containers Microservices Docker Kubernetes

More information

Your cloud solution for EO Data access and processing

Your cloud solution for EO Data access and processing powered by Your cloud solution for EO Data access and processing Stanisław Dałek VP - CloudFerro 2 About CREODIAS The platform In 2017 European Space Agency, acting on behalf of the European Commission,

More information

Application of Virtualization Technologies & CernVM. Benedikt Hegner CERN

Application of Virtualization Technologies & CernVM. Benedikt Hegner CERN Application of Virtualization Technologies & CernVM Benedikt Hegner CERN Virtualization Use Cases Worker Node Virtualization Software Testing Training Platform Software Deployment }Covered today Server

More information

Important DevOps Technologies (3+2+3days) for Deployment

Important DevOps Technologies (3+2+3days) for Deployment Important DevOps Technologies (3+2+3days) for Deployment DevOps is the blending of tasks performed by a company's application development and systems operations teams. The term DevOps is being used in

More information

Introduction to Grid Computing

Introduction to Grid Computing Milestone 2 Include the names of the papers You only have a page be selective about what you include Be specific; summarize the authors contributions, not just what the paper is about. You might be able

More information

Logging, Monitoring, and Alerting

Logging, Monitoring, and Alerting Logging, Monitoring, and Alerting Logs are a part of daily life in the DevOps world In security, we focus on particular logs to detect security anomalies and for forensic capabilities A basic logging pipeline

More information

Cloud Analytics and Business Intelligence on AWS

Cloud Analytics and Business Intelligence on AWS Cloud Analytics and Business Intelligence on AWS Enterprise Applications Virtual Desktops Sharing & Collaboration Platform Services Analytics Hadoop Real-time Streaming Data Machine Learning Data Warehouse

More information

Summary of Data Management Principles

Summary of Data Management Principles Large Synoptic Survey Telescope (LSST) Summary of Data Management Principles Steven M. Kahn LPM-151 Latest Revision: June 30, 2015 Change Record Version Date Description Owner name 1 6/30/2015 Initial

More information

DATA PROTECTION FOR THE CLOUD

DATA PROTECTION FOR THE CLOUD DATA PROTECTION FOR THE CLOUD ERWIN FREISLEBEN ADVISORY SYSTEMS ENGINEER, DELL EMC Data Protection Everywhere Where You Need It Consumption Models On-Prem Continuous Availability Virtualized Converged

More information

HOW TO STAND OUT IN DEVOPS

HOW TO STAND OUT IN DEVOPS HOW TO STAND OUT IN DEVOPS Exam Guide for Linux Professional Institute DevOps Tools Engineer Certification www.lpi.org Contents 1. Why you need DevOps Tools certification 3 2. The type of experience you

More information

Future Core Ground Segment Scenarios

Future Core Ground Segment Scenarios Future Core Ground Segment Scenarios Pascal Gilles EOP-G Ground Segment Coordination Body Workshop 2015 ESRIN, 24 September2015 Ground Segment Coordination Body Workshop 2015 ESRIN 24 September2015 Pag.

More information

Unify DevOps and SecOps: Security Without Friction

Unify DevOps and SecOps: Security Without Friction SANS Secure DevOps Summit Unify DevOps and SecOps: Security Without Friction Matt Alderman, CISSP Chief Strategy & Marketing Officer Layered Insight @maldermania Technology Trend #1: Infrastructure Migrates

More information

Red Hat Atomic Details Dockah, Dockah, Dockah! Containerization as a shift of paradigm for the GNU/Linux OS

Red Hat Atomic Details Dockah, Dockah, Dockah! Containerization as a shift of paradigm for the GNU/Linux OS Red Hat Atomic Details Dockah, Dockah, Dockah! Containerization as a shift of paradigm for the GNU/Linux OS Daniel Riek Sr. Director Systems Design & Engineering In the beginning there was Stow... and

More information

EUDAT. Towards a pan-european Collaborative Data Infrastructure. Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona

EUDAT. Towards a pan-european Collaborative Data Infrastructure. Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona EUDAT Towards a pan-european Collaborative Data Infrastructure Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona Date: 7 March 2012 EUDAT Key facts Content Project Name

More information

Faculté Polytechnique

Faculté Polytechnique Faculté Polytechnique INFORMATIQUE PARALLÈLE ET DISTRIBUÉE CHAPTER 7 : CLOUD COMPUTING Sidi Ahmed Mahmoudi sidi.mahmoudi@umons.ac.be 13 December 2017 PLAN Introduction I. History of Cloud Computing and

More information

Amazon Linux: Operating System of the Cloud

Amazon Linux: Operating System of the Cloud Amazon Linux: Operating System of the Cloud Chris Schlaeger Director, Kernel and Operating Systems Managing Director, Amazon Development Center Germany GmbH How did Amazon get into Cloud Computing? We

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

Pascal Gilles H-EOP-GT. Meeting ESA-FFG-Austrian Actors ESRIN, 24 th May 2016

Pascal Gilles H-EOP-GT. Meeting ESA-FFG-Austrian Actors ESRIN, 24 th May 2016 Pascal Gilles H-EOP-GT Meeting ESA-FFG-Austrian Actors ESRIN, 24 th May 2016 ESA EO GS Operations Concept Evolution: Objectives Mission improvement Improve the availability and facilitate the exploitation

More information

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr)

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Jeremy Oakey - Sr. Director, Technical Marketing & Integrations BRKCLD-2008 Agenda Introduction Architecture

More information

System Requirements EDT 6.0. discoveredt.com

System Requirements EDT 6.0. discoveredt.com System Requirements EDT 6.0 discoveredt.com Contents Introduction... 3 1 Components, Modules & Data Repositories... 3 2 Infrastructure Options... 5 2.1 Scenario 1 - EDT Portable or Server... 5 2.2 Scenario

More information

Discovering Dependencies between Virtual Machines Using CPU Utilization. Renuka Apte, Liting Hu, Karsten Schwan, Arpan Ghosh

Discovering Dependencies between Virtual Machines Using CPU Utilization. Renuka Apte, Liting Hu, Karsten Schwan, Arpan Ghosh Look Who s Talking Discovering Dependencies between Virtual Machines Using CPU Utilization Renuka Apte, Liting Hu, Karsten Schwan, Arpan Ghosh Georgia Institute of Technology Talk by Renuka Apte * *Currently

More information

Secure Kubernetes Container Workloads

Secure Kubernetes Container Workloads Secure Kubernetes Container Workloads with Production-Grade Networking Cynthia Thomas Irena Berezovsky Tim Hockin CIA IT operations have top secret apps for their agents, most of which require isolation

More information

FuncX: A Function Serving Platform for HPC. Ryan Chard 28 Jan 2019

FuncX: A Function Serving Platform for HPC. Ryan Chard 28 Jan 2019 FuncX: A Function Serving Platform for HPC Ryan Chard 28 Jan 2019 Outline - Motivation FuncX: FaaS for HPC Implementation status Preliminary applications - Machine learning inference Automating analysis

More information

Survey on Cloud Infrastructure Service: OpenStack Compute

Survey on Cloud Infrastructure Service: OpenStack Compute Survey on Cloud Infrastructure Service: OpenStack Compute Vignesh Ravindran Sankarbala Manoharan School of Informatics and Computing Indiana University, Bloomington IN {ravindrv, manohars}@indiana.edu

More information

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology WISE Archive.

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology WISE Archive. Bruce Berriman / Steve Groom Infrared Science Archive (IRSA), IPAC/Caltech GBB/SLG - 1 WSDC Functional Block Diagram White Sands JPL UCLA HRP H/K MOS Maneuvers SOC Science Team Images FTP Site Ancillary

More information

A Tour of LSST Data Management. Kian- Tat Lim DM Project Engineer and System Architect

A Tour of LSST Data Management. Kian- Tat Lim DM Project Engineer and System Architect A Tour of LSST Data Management Kian- Tat Lim DM Project Engineer and System Architect Welcome Aboard Choo Yut Shing @flickr, CC BY-NC-SA 2.0 2 What We Do Accept and archive images and metadata Generate

More information

Deployment Patterns using Docker and Chef

Deployment Patterns using Docker and Chef Deployment Patterns using Docker and Chef Sandeep Chellingi Sandeep.chellingi@prolifics.com Agenda + + Rapid Provisioning + Automated and Managed Deployment IT Challenges - Use-cases What is Docker? What

More information

Rickard Linck Client Technical Professional Core Database and Lifecycle Management Common Analytic Engine Cloud Data Servers On-Premise Data Servers

Rickard Linck Client Technical Professional Core Database and Lifecycle Management Common Analytic Engine Cloud Data Servers On-Premise Data Servers Rickard Linck Client Technical Professional Core Database and Lifecycle Management Common Analytic Engine Cloud Data Servers On-Premise Data Servers Watson Data Platform Reference Architecture Business

More information

SAS status and development - medium and long term strategy

SAS status and development - medium and long term strategy SAS status and development - medium and long term strategy Carlos GABRIEL XMM-Newton Science Operations Centre ESAC / ESA On behalf of SOC SAS&PPS & SAS WG teams 19th XMM-Newton Users Group Meeting ESA

More information

Image Information Mining (IIM): Where do we go?

Image Information Mining (IIM): Where do we go? Image Information Mining (IIM): Where do we go? Klaus Seidel and Mihai Datcu IGARSS 2004 The paradox People have normally trouble in caching more than 7 items at a time We design systems to enable people

More information

The Virtual Observatory and the IVOA

The Virtual Observatory and the IVOA The Virtual Observatory and the IVOA The Virtual Observatory Emergence of the Virtual Observatory concept by 2000 Concerns about the data avalanche, with in mind in particular very large surveys such as

More information

Outline: SIM pipeline integration with Euclid tools SDC-ES infrastructure and running setting Production so far How to run the SIM pipeline

Outline: SIM pipeline integration with Euclid tools SDC-ES infrastructure and running setting Production so far How to run the SIM pipeline SDC-ES Operations Goals: Run the SIM code in other SDCs Distribute the SIM production Motivations: Integration and optimization Debug Technical tests 13/01/2016 OUSIM meeting N.Tonello, PIC Barcelona 1

More information

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015 Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services Redhat Summit 2015 Agenda Introduction Why Application Centric Application Deployment Options What is Microservices Infrastructure

More information

FROM A RIGID ECOSYSTEM TO A LOGICAL AND FLEXIBLE ENTITY: THE SOFTWARE- DEFINED DATA CENTRE

FROM A RIGID ECOSYSTEM TO A LOGICAL AND FLEXIBLE ENTITY: THE SOFTWARE- DEFINED DATA CENTRE FROM A RIGID ECOSYSTEM TO A LOGICAL AND FLEXIBLE ENTITY: THE SOFTWARE- DEFINED DATA CENTRE The demand for cloud infrastructure is rapidly increasing, the world of information is becoming application and

More information

IN2P3-CC cloud computing (IAAS) status FJPPL Feb 9-11th 2016

IN2P3-CC cloud computing (IAAS) status FJPPL Feb 9-11th 2016 Centre de Calcul de l Institut National de Physique Nucléaire et de Physique des Particules IN2P3-CC cloud computing (IAAS) status FJPPL Feb 9-11th 2016 1 Outline Use cases R&D Internal core services Computing

More information

2014 年 3 月 13 日星期四. From Big Data to Big Value Infrastructure Needs and Huawei Best Practice

2014 年 3 月 13 日星期四. From Big Data to Big Value Infrastructure Needs and Huawei Best Practice 2014 年 3 月 13 日星期四 From Big Data to Big Value Infrastructure Needs and Huawei Best Practice Data-driven insight Making better, more informed decisions, faster Raw Data Capture Store Process Insight 1 Data

More information

OPENSTACK: THE OPEN CLOUD

OPENSTACK: THE OPEN CLOUD OPENSTACK: THE OPEN CLOUD Anuj Sehgal (s.anuj@jacobs-university.de) AIMS 2012 Labs 04 June 2012 1 Outline What is the cloud? Background Architecture OpenStack Nova OpenStack Glance 2 What is the Cloud?

More information

Pasiruoškite ateičiai: modernus duomenų centras. Laurynas Dovydaitis Microsoft Azure MVP

Pasiruoškite ateičiai: modernus duomenų centras. Laurynas Dovydaitis Microsoft Azure MVP Pasiruoškite ateičiai: modernus duomenų centras Laurynas Dovydaitis Microsoft Azure MVP 2016-05-17 Tension drives change The datacenter today Traditional datacenter Tight coupling between infrastructure

More information

South African Science Gateways

South African Science Gateways Co-ordination & Harmonisation of Advanced e-infrastructures for Research and Education Data Sharing Research Infrastructures Grant Agreement n. 306819 South African Science Gateways Bruce Becker, Coordinator,

More information

RADU POPESCU IMPROVING THE WRITE SCALABILITY OF THE CERNVM FILE SYSTEM WITH ERLANG/OTP

RADU POPESCU IMPROVING THE WRITE SCALABILITY OF THE CERNVM FILE SYSTEM WITH ERLANG/OTP RADU POPESCU IMPROVING THE WRITE SCALABILITY OF THE CERNVM FILE SYSTEM WITH ERLANG/OTP THE EUROPEAN ORGANISATION FOR PARTICLE PHYSICS RESEARCH (CERN) 2 THE LARGE HADRON COLLIDER THE LARGE HADRON COLLIDER

More information

An Introduction to Cloud Computing with OpenNebula

An Introduction to Cloud Computing with OpenNebula OpenNebula Cloud Management Platform > Innovative Open Source Technologies and Professional Services to Build your Enterprise-ready Cloud Computing Environment An Introduction to Cloud Computing with OpenNebula

More information

9 Reasons To Use a Binary Repository for Front-End Development with Bower

9 Reasons To Use a Binary Repository for Front-End Development with Bower 9 Reasons To Use a Binary Repository for Front-End Development with Bower White Paper Introduction The availability of packages for front-end web development has somewhat lagged behind back-end systems.

More information

AT&T Flow Designer. Current Environment

AT&T Flow Designer. Current Environment AT&T Flow Designer A Visual IoT Application Development environment that includes reusable components, drag & drop design capabilities, team collaboration, and cloud deployment that allows M2M/IoT developers

More information

Experiences From The Fermi Data Archive. Dr. Thomas Stephens Wyle IS/Fermi Science Support Center

Experiences From The Fermi Data Archive. Dr. Thomas Stephens Wyle IS/Fermi Science Support Center Experiences From The Fermi Data Archive Dr. Thomas Stephens Wyle IS/Fermi Science Support Center A Brief Outline Fermi Mission Architecture Science Support Center Data Systems Experiences GWODWS Oct 27,

More information

Virtualizing a Batch. University Grid Center

Virtualizing a Batch. University Grid Center Virtualizing a Batch Queuing System at a University Grid Center Volker Büge (1,2), Yves Kemp (1), Günter Quast (1), Oliver Oberst (1), Marcel Kunze (2) (1) University of Karlsruhe (2) Forschungszentrum

More information

dan.fay@microsoft.com Scientific Data Intensive Computing Workshop 2004 Visualizing and Experiencing E 3 Data + Information: Provide a unique experience to reduce time to insight and knowledge through

More information

Europeana Core Service Platform

Europeana Core Service Platform Europeana Core Service Platform DELIVERABLE D7.1: Strategic Development Plan, Architectural Planning Revision Final Date of submission 30 October 2015 Author(s) Marcin Werla, PSNC Pavel Kats, Europeana

More information

Design Patterns for the Cloud. MCSN - N. Tonellotto - Distributed Enabling Platforms 68

Design Patterns for the Cloud. MCSN - N. Tonellotto - Distributed Enabling Platforms 68 Design Patterns for the Cloud 68 based on Amazon Web Services Architecting for the Cloud: Best Practices Jinesh Varia http://media.amazonwebservices.com/aws_cloud_best_practices.pdf 69 Amazon Web Services

More information

STATUS OF PLANS TO USE CONTAINERS IN THE WORLDWIDE LHC COMPUTING GRID

STATUS OF PLANS TO USE CONTAINERS IN THE WORLDWIDE LHC COMPUTING GRID The WLCG Motivation and benefits Container engines Experiments status and plans Security considerations Summary and outlook STATUS OF PLANS TO USE CONTAINERS IN THE WORLDWIDE LHC COMPUTING GRID SWISS EXPERIENCE

More information

Nevin Dong 董乃文 Principle Technical Evangelist Microsoft Cooperation

Nevin Dong 董乃文 Principle Technical Evangelist Microsoft Cooperation Nevin Dong 董乃文 Principle Technical Evangelist Microsoft Cooperation Microservices Autonomous API Gateway Events Service Discovery Circuit Breakers Commands Aggregates Bounded Context Event Bus Domain Events

More information

UNCLASSIFIED UNCLASSIFIED

UNCLASSIFIED UNCLASSIFIED : February 6 Exhibit R, RDT&E Budget Item Justification: PB : Research,, Test & Evaluation, / BA 5: System & Demonstration (SDD) COST ($ in Millions) FY 5 FY 6 R Program Element (Number/Name) PE 65A /

More information

Time Domain Alerts from LSST & ZTF

Time Domain Alerts from LSST & ZTF Time Domain Alerts from LSST & ZTF Eric Bellm University of Washington LSST DM Alert Production Science Lead ZTF Project Scientist -> ZTF Survey Scientist for the LSST Data Management Team and the ZTF

More information

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation Accelerate OpenStack* Together * OpenStack is a registered trademark of the OpenStack Foundation Considerations to Build a Production OpenStack Cloud Ruchi Bhargava, Intel IT Shuquan Huang, Intel IT Kai

More information

The Virtual Brick Road Achievements and Challenges in NFV Space. Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013

The Virtual Brick Road Achievements and Challenges in NFV Space. Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013 The Virtual Brick Road Achievements and Challenges in NFV Space Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013 The NFV Concept A means to make the network more flexible and simple by

More information

Docker CaaS. Sandor Klein VP EMEA

Docker CaaS. Sandor Klein VP EMEA Docker CaaS Sandor Klein VP EMEA The Docker mission Build Ship Run Distributed Applica ons Anywhere Docker Driving the Containerization Movement Build, Ship, Run Distributed Applications Anywhere Docker

More information

Scientific data processing at global scale The LHC Computing Grid. fabio hernandez

Scientific data processing at global scale The LHC Computing Grid. fabio hernandez Scientific data processing at global scale The LHC Computing Grid Chengdu (China), July 5th 2011 Who I am 2 Computing science background Working in the field of computing for high-energy physics since

More information

Cisco Tetration Analytics

Cisco Tetration Analytics Cisco Tetration Analytics Enhanced security and operations with real time analytics John Joo Tetration Business Unit Cisco Systems Security Challenges in Modern Data Centers Securing applications has become

More information

Database Engineering. Percona Live, Amsterdam, September, 2015

Database Engineering. Percona Live, Amsterdam, September, 2015 Database Engineering Percona Live, Amsterdam, 2015 September, 2015 engineering, not administration 2 yesterday s DBA gatekeeper master builder superhero siloed specialized 3 engineering quantitative interdisciplinary

More information

Developing and Testing Java Microservices on Docker. Todd Fasullo Dir. Engineering

Developing and Testing Java Microservices on Docker. Todd Fasullo Dir. Engineering Developing and Testing Java Microservices on Docker Todd Fasullo Dir. Engineering Agenda Who is Smartsheet + why we started using Docker Docker fundamentals Demo - creating a service Demo - building service

More information

Agenda. AWS Database Services Traditional vs AWS Data services model Amazon RDS Redshift DynamoDB ElastiCache

Agenda. AWS Database Services Traditional vs AWS Data services model Amazon RDS Redshift DynamoDB ElastiCache Databases on AWS 2017 Amazon Web Services, Inc. and its affiliates. All rights served. May not be copied, modified, or distributed in whole or in part without the express consent of Amazon Web Services,

More information

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS Dr Adnene Guabtni, Senior Research Scientist, NICTA/Data61, CSIRO Adnene.Guabtni@csiro.au EC2 S3 ELB RDS AMI

More information

PHP Composer 9 Benefits of Using a Binary Repository Manager

PHP Composer 9 Benefits of Using a Binary Repository Manager PHP Composer 9 Benefits of Using a Binary Repository Manager White Paper Copyright 2017 JFrog Ltd. March 2017 www.jfrog.com Executive Summary PHP development has become one of the most popular platforms

More information

Greece s Collaborative Ground Segment Initiatives

Greece s Collaborative Ground Segment Initiatives Greece s Collaborative Ground Segment Initiatives Dr Haris KONTOES, Prof Kanaris Tsinganos National Observatory of Athens Dr Xenofon Tsilimparis, GRNET (GEANT) The oldest Greek/SE European Research Institution:

More information

IBM Scale Out Network Attached Storage (SONAS) using the Acuo Universal Clinical Platform

IBM Scale Out Network Attached Storage (SONAS) using the Acuo Universal Clinical Platform IBM Scale Out Network Attached Storage (SONAS) using the Acuo Universal Clinical Platform A vendor-neutral medical-archive offering Dave Curzio IBM Systems and Technology Group ISV Enablement February

More information

Data Replication: Automated move and copy of data. PRACE Advanced Training Course on Data Staging and Data Movement Helsinki, September 10 th 2013

Data Replication: Automated move and copy of data. PRACE Advanced Training Course on Data Staging and Data Movement Helsinki, September 10 th 2013 Data Replication: Automated move and copy of data PRACE Advanced Training Course on Data Staging and Data Movement Helsinki, September 10 th 2013 Claudio Cacciari c.cacciari@cineca.it Outline The issue

More information

Helix Nebula, the Science Cloud

Helix Nebula, the Science Cloud Helix Nebula, the Science Cloud A strategic Plan for a European Scientific Cloud Computing Infrastructure NORDUNet 2012, Oslo 18 th -20 th September Maryline Lengert, ESA Strategic Goal Helix Nebula, the

More information

C ibm IBM C Foundations of IBM Cloud Reference Architecture V5 Version 1.0

C ibm  IBM C Foundations of IBM Cloud Reference Architecture V5 Version 1.0 C5050-287.ibm Number: C5050-287 Passing Score: 800 Time Limit: 120 min File Version: 1.0 IBM C5050-287 Foundations of IBM Cloud Reference Architecture V5 Version 1.0 Exam A QUESTION 1 Which IT methodology

More information

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications PRIVATE PRIVATE CLOUD CLOUD POWERED BY OPENSTACK Powered by OpenStack Globo.Tech GloboTech Communications sales@globo.tech TABLE OF CONTENT 2 EXECUTIVE SUMMARY...3 OPENSTACK... 4 INFRASTRUCTURE... 8 GLOBOTECH...

More information

STATE OF MODERN APPLICATIONS IN THE CLOUD

STATE OF MODERN APPLICATIONS IN THE CLOUD STATE OF MODERN APPLICATIONS IN THE CLOUD 2017 Introduction The Rise of Modern Applications What is the Modern Application? Today s leading enterprises are striving to deliver high performance, highly

More information

DEVOPSIFYING NETWORK SECURITY. An AlgoSec Technical Whitepaper

DEVOPSIFYING NETWORK SECURITY. An AlgoSec Technical Whitepaper DEVOPSIFYING NETWORK SECURITY An AlgoSec Technical Whitepaper Introduction This technical whitepaper presents and discusses the concept of Connectivity as Code, a complementary concept to Infrastructure

More information

Welcome to Docker Birthday # Docker Birthday events (list available at Docker.Party) RSVPs 600 mentors Big thanks to our global partners:

Welcome to Docker Birthday # Docker Birthday events (list available at Docker.Party) RSVPs 600 mentors Big thanks to our global partners: Docker Birthday #3 Welcome to Docker Birthday #3 2 120 Docker Birthday events (list available at Docker.Party) 7000+ RSVPs 600 mentors Big thanks to our global partners: Travel Planet 24 e-food.gr The

More information

The NASA/GSFC Advanced Data Grid: A Prototype for Future Earth Science Ground System Architectures

The NASA/GSFC Advanced Data Grid: A Prototype for Future Earth Science Ground System Architectures The NASA/GSFC Advanced Data Grid: A Prototype for Future Earth Science Ground System Architectures Samuel D. Gasster, Craig A. Lee, Brooks Davis, Matt Clark, Mike AuYeung, John R. Wilson Computer Systems

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

Conference The Data Challenges of the LHC. Reda Tafirout, TRIUMF

Conference The Data Challenges of the LHC. Reda Tafirout, TRIUMF Conference 2017 The Data Challenges of the LHC Reda Tafirout, TRIUMF Outline LHC Science goals, tools and data Worldwide LHC Computing Grid Collaboration & Scale Key challenges Networking ATLAS experiment

More information

Cumulus Services Working Group. Dan Pilone SE TIM / August 2017

Cumulus Services Working Group. Dan Pilone SE TIM / August 2017 Cumulus Services Working Group Dan Pilone dan@element84.com SE TIM / August 2017 2 Reminder: Why are we doing this? 3 Background: Motivation for Cloud Growth of Mission Data & Processing: Projected rapid

More information

Computational issues for HI

Computational issues for HI Computational issues for HI Tim Cornwell, Square Kilometre Array How SKA processes data Science Data Processing system is part of the telescope Only one system per telescope Data flow so large that dedicated

More information

The Herschel Data Processing System: History, Status and latest Developments

The Herschel Data Processing System: History, Status and latest Developments The Herschel Data Processing System: History, Status and latest Developments Stephan Ott Herschel Science Data Processing Development Manager Herschel Science Data Processing Coordinator Herschel Science

More information

Scheduling Computational and Storage Resources on the NRP

Scheduling Computational and Storage Resources on the NRP Scheduling Computational and Storage Resources on the NRP Rob Gardner Dima Mishin University of Chicago UCSD Second NRP Workshop Montana State University August 6-7, 2018 slides: http://bit.ly/nrp-scheduling

More information

AWS 101. Patrick Pierson, IonChannel

AWS 101. Patrick Pierson, IonChannel AWS 101 Patrick Pierson, IonChannel What is AWS? Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help

More information

Taming your heterogeneous cloud with Red Hat OpenShift Container Platform.

Taming your heterogeneous cloud with Red Hat OpenShift Container Platform. Taming your heterogeneous cloud with Red Hat OpenShift Container Platform martin@redhat.com Business Problem: Building a Hybrid Cloud solution PartyCo Some Bare Metal machines Mostly Virtualised CosPlayUK

More information

Model-Based Systems Engineering Backbone of the Thales Engineering Manifesto

Model-Based Systems Engineering Backbone of the Thales Engineering Manifesto www.thalesgroup.com Model-Based Systems Engineering Backbone of the Thales Engineering Manifesto MBSE Symposium, Canberra Oct. 28 th, 2014 Olivier Flous, VP Engineering 2 / Thales: Company Profile Collective

More information