Archival of raw and analysed radar data at EISCAT and worldwide

Size: px
Start display at page:

Download "Archival of raw and analysed radar data at EISCAT and worldwide"

Transcription

1 Archival of raw and analysed radar data at EISCAT and worldwide Carl-Fredrik Enell, EISCAT Scientific Association COOPEUS workshop and EGI-CC kickoff, 11 March 2015 C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 1 / 23

2 1 Data levels in incoherent scatter radars 2 Archival of raw data at EISCAT 3 Archival of and access to analysed data: Madrigal and data portals 4 Discussion C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 2 / 23

3 Outline 1 Data levels in incoherent scatter radars 2 Archival of raw data at EISCAT 3 Archival of and access to analysed data: Madrigal and data portals 4 Discussion C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 3 / 23

4 Data from antenna to plots Signal processing chain EISCAT as example Most (one-dimensional, monostatic) radars are similar C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 4 / 23

5 Data from antenna to plots RF Level 1 processing VME bus Level 2 processing Level 3 processing Analog receiver chain Channel boards Filtering Site server Decoding Integration Analysis computer Parameter fitting Crate computer Network Lag profiles (integrated filtered samples) Physical parameters ADC Level 0 data Level 2 (+ 1) data Level 3 data Power meter Auxiliary sampler Level 0 data Computer Level 1 data User-defined level 0 processing User-defined level 1 storage C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 4 / 23

6 Analog signal Antenna Receiving element Preamplifiers Analog receiver chain Polarization combiner or separate chains Local oscillators and mixers Analogue filters The signal is not yet data at this level so the analogue signal can be thought of as level -1 C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 5 / 23

7 Digital signal A/D converted voltage domain signal Level 0 Stream of raw samples Level 1 Signal after digital filtering and decimation. First accessible level of data. Correlated/decoded ACF domain signal Level 2 Signal after forming lag profiles and decoding. Reduces data rates significantly but retains spectral information. C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 6 / 23

8 Digital signal Level 1 vs level 2, two philosophies: 1 Analysis in waveform domain can be easier with present computer capacity. Needed for interferometry etc. 2 Correlated data have essentially the same information content while reducing data volumes. Stored at EISCAT. C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 6 / 23

9 Analysed data Level 3 Parameters estimated by fitting a theoretical function to calibrated data (at level 1 or 2) Level 4 Visualisations and published articles C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 7 / 23

10 Outline 1 Data levels in incoherent scatter radars 2 Archival of raw data at EISCAT 3 Archival of and access to analysed data: Madrigal and data portals 4 Discussion C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 8 / 23

11 Data formats Level 1 Stored only for certain needs e.g. meteors, space debris (coherent echoes), together with level 2 Level 2 Matlab v4 compatible files with metadata and data blocks (EISCAT specific) Level 3 EISCAT specific Matlab and Madrigal NCAR format Level 4 Published articles etc: EISCAT annual reports. Investigate best practice for data citation standards and persistent object identifiers C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 9 / 23

12 Storage at EISCAT Level 2 data archive Level 2 is the lowest data level routinely archived at EISCAT, thus representing raw data Some users store level 1 data File storage, 2 copies on RAID units Data 1981 present: some 40 TB C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 10 / 23

13 Storage at EISCAT Level 2 data search and retrieval Matlab file archive on RAID Index in MySQL database (file catalogue) Apache-MySQL-Python interface to data in-house development at EISCAT part of EISCAT schedule pages C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 10 / 23

14 Storage at EISCAT Level 2 data retrieval functions Download (http) data transfer from RAID server to web server by TCP socket (Python) Online analysis CGI web page writes a text file, processed by cron job on analysis computer Runs Matlab s results to user C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 10 / 23

15 SQL databases Master database server: Data on RAID Catalogue of raw (level 2) incoherent scatter data files Dynasonde web portal Analysed dynasonde data Archived historical ionosonde data Slave database server radar data catalogue dynasonde portal dynasonde data EISCAT 3D web site C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 11 / 23

16 Level 2 data retrieval and online analysis Demo C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 12 / 23

17 Outline 1 Data levels in incoherent scatter radars 2 Archival of raw data at EISCAT 3 Archival of and access to analysed data: Madrigal and data portals 4 Discussion C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 13 / 23

18 Physical parameters retrieved All incoherent scatter radars retrieve fundamental ionospheric parameters electron density ion temperature electron temperature ion drift velocity etc C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 14 / 23

19 Harmonisation of level 3 data access: Madrigal Madrigal URL Developer Bill Rideout, Millstone Hill (MIT) with assistance from EISCAT and several other sites Use The de facto standard for distributing incoherent scatter parameters Also used by several other instruments C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 15 / 23

20 Harmonisation of level 3 data access: Madrigal Design principles of Madrigal NCAR format file backend holds 1-dimensional and 2-dimensional time series data Per-experiment directories (e.g. one per day) File index and other metadata: plain text files C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 15 / 23

21 Madrigal data access Methods of access Web GUI Web services with APIs for Matlab, Python... Download: ASCII text, NCAR file formats, HDF5 C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 16 / 23

22 Madrigal data access EISCAT results 1981 around 110 GB C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 16 / 23

23 Realtime Madrigal experiments Madrigal experiments can be inserted in real time no conceptual difference from normal experiments, but useful to distinguish preliminary from calibrated data Realtime plot of electron density profiles from selected sites Using Madrigal Python API for retrieval and plotting URL C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 17 / 23

24 Data portals Data portals are search engines for data. They hold metadata only; data are downloaded from the individual providers. EISCAT participation ENVRI see talk by Ingemar ESPAS ESPAS and ENVRI metadata are XML files generated from Madrigal (routines implemented with the Python API). C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 18 / 23

25 Outline 1 Data levels in incoherent scatter radars 2 Archival of raw data at EISCAT 3 Archival of and access to analysed data: Madrigal and data portals 4 Discussion C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 19 / 23

26 Pros and cons of Madrigal + Well established Easy-to-use web GUI Has programming APIs for many common languages e.g. Python Present storage file format only 2 D Only analysed data (no interface to levels 1 or 2) Scaling to much larger data volumes may be difficult No persistent data identifiers (numbering of experiments changes each time a new experiment is added!) C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 20 / 23

27 Pros and cons of data portals and virtual observatories + Online search expected by contemporary users Provide means to search for coincident data from several heterogeneous data sets in a consistent way Consistent metadata (data models / ontologies) Multitude of virtual observatories, data portals and GUIs confusing to data users Usually store only metadata, not addressing needs for archival and backup Only suitable for analysed parameters, not raw data How secure operation after end of projects? C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 21 / 23

28 Harmonization of data and access at different levels Level 1+2 Highly system-specific, but should aim for open formats (that is, not proprietary formats such as Matlab). See Open questions: data access, data embargos Level 3+4 General (same parameters everywhere) To most users, level 3 is the incoherent scatter radar data Existing system (Madrigal) serves existing radars well New scalable systems needed to archive and access 3-D data Must address data citation: data provenance, persistent object identifiers C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 22 / 23

29 Thanks for your attention! Questions? Data volumes: temporary PBs, archives 100s of TB up to EBs Data transfer protocols Storage file formats Home-brewn vs standards Data provenance, Digital object identifiers Big data in other research communities (CERN, astronomy... )? C-F Enell, EISCAT Radar data archival Coopeus/EGI workshop 23 / 23

ASKAP Science Data Archive: Users and Requirements CSIRO ASTRONOMY AND SPACE SCIENCE (CASS)

ASKAP Science Data Archive: Users and Requirements CSIRO ASTRONOMY AND SPACE SCIENCE (CASS) ASKAP Science Data Archive: Users and Requirements CSIRO ASTRONOMY AND SPACE SCIENCE (CASS) Jessica Chapman, Data Workshop March 2013 ASKAP Science Data Archive Talk outline Data flow in brief Some radio

More information

Observer Access to the Cherenkov Telescope Array

Observer Access to the Cherenkov Telescope Array Observer Access to the Cherenkov Telescope Array IRAP, Toulouse, France E-mail: jknodlseder@irap.omp.eu V. Beckmann APC, Paris, France E-mail: beckmann@apc.in2p3.fr C. Boisson LUTh, Paris, France E-mail:

More information

Sensor data management software, requirements and considerations. Don Henshaw H.J. Andrews Experimental Forest

Sensor data management software, requirements and considerations. Don Henshaw H.J. Andrews Experimental Forest Sensor data management software, requirements and considerations Don Henshaw H.J. Andrews Experimental Forest Joint NERC Environmental Sensor Network/LTER SensorNIS Workshop, October 25-27 th, 2011 COMMON

More information

Archiving Information Storage and Its Advantages

Archiving Information Storage and Its Advantages Data Archiving Using Enhanced MAID Aloke Guha CTO, 23nd IEEE13th NASA Mass Storage Conference May 18, 2006 Archive Data Needs Retention and Disposition Performance Corporate governance and regulatory guidelines

More information

Nevada NSF EPSCoR Track 1 Data Management Plan

Nevada NSF EPSCoR Track 1 Data Management Plan Nevada NSF EPSCoR Track 1 Data Management Plan August 1, 2011 INTRODUCTION Our data management plan is driven by the overall project goals and aims to ensure that the following are achieved: Assure that

More information

Checklist for a Data Management Plan draft

Checklist for a Data Management Plan draft Checklist for a Data Management Plan draft The Consortium Partners involved in data creation and analysis are kindly asked to fill out the form in order to provide information for each datasets that will

More information

The syslog-ng Store Box 3 F2

The syslog-ng Store Box 3 F2 The syslog-ng Store Box 3 F2 PRODUCT DESCRIPTION Copyright 2000-2014 BalaBit IT Security All rights reserved. www.balabit.com Introduction The syslog-ng Store Box (SSB) is a high-reliability and high-performance

More information

[Download Tech Notes TN-11, TN-18 and TN-25 for more information on D-TA s Record & Playback solution] SENSOR PROCESSING FOR DEMANDING APPLICATIONS 29

[Download Tech Notes TN-11, TN-18 and TN-25 for more information on D-TA s Record & Playback solution] SENSOR PROCESSING FOR DEMANDING APPLICATIONS 29 is an extremely scalable and ultra-fast 10 Gigabit record and playback system. It is designed to work with D-TA sensor signal acquisition products that are 10 Gigabit (10GbE) network attached. The can

More information

Online Solar Databases at NGDC RSTN Solar Radio Databases

Online Solar Databases at NGDC RSTN Solar Radio Databases Abstract for LWS (Living with a Star) Science Workshop Connecting our Dynamic Sun to the Heliosphere and Geospace, Boulder, Colorado March 23-26, 2004 Online Solar Databases at NGDC RSTN Solar Radio Databases

More information

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General General Basic Basic Small Office Small Office Enterprise Enterprise RAID Web Storage 200 MB 1.5 MB 3 GB 6 GB 12 GB 42 GB Web Transfer Limit 36 GB 192 GB 288 GB 480 GB 960 GB 1200 GB Mail boxes 0 23 30

More information

Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008

Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008 Course 2778A: Writing Queries Using Microsoft SQL Server 2008 Transact-SQL About this Course This 3-day instructor led course provides students with the technical skills required to write basic Transact-

More information

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008 Type: Course

More information

obems - open source Building energy Management System T4 Sustainability Ltd

obems - open source Building energy Management System T4 Sustainability Ltd obems - open source Building energy Management System T4 Sustainability Ltd AMR and BMS What are the problems? Cost - hardware, rental or purchase, and software licenses, upgrades etc. Lack of open standards.

More information

IDL. Get the answers you need from your data. IDL

IDL. Get the answers you need from your data. IDL Get the answers you need from your data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis. IDL Powerful visualization. Interactive

More information

EUDAT. Towards a pan-european Collaborative Data Infrastructure

EUDAT. Towards a pan-european Collaborative Data Infrastructure EUDAT Towards a pan-european Collaborative Data Infrastructure Damien Lecarpentier CSC-IT Center for Science, Finland EISCAT User Meeting, Uppsala,6 May 2013 2 Exponential growth Data trends Zettabytes

More information

Adaptive Sampling and the Autonomous Ocean Sampling Network: Bringing Data Together With Skill

Adaptive Sampling and the Autonomous Ocean Sampling Network: Bringing Data Together With Skill Adaptive Sampling and the Autonomous Ocean Sampling Network: Bringing Data Together With Skill Lev Shulman, University of New Orleans Mentors: Paul Chandler, Jim Bellingham, Hans Thomas Summer 2003 Keywords:

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778-08;

More information

TEAL: Transparent Email Archiving Library

TEAL: Transparent Email Archiving Library TEAL: Transparent Email Archiving Library 1. Users send & receive email as per normal 2. Existing customer filters remove spam & viruses Filters (Spam, Anti-Virus) 3. Interceptor agent takes a copy of

More information

THE CCLRC DATA PORTAL

THE CCLRC DATA PORTAL THE CCLRC DATA PORTAL Glen Drinkwater, Shoaib Sufi CCLRC Daresbury Laboratory, Daresbury, Warrington, Cheshire, WA4 4AD, UK. E-mail: g.j.drinkwater@dl.ac.uk, s.a.sufi@dl.ac.uk Abstract: The project aims

More information

Outcomes of the CDS Technical Infrastructure Workshop

Outcomes of the CDS Technical Infrastructure Workshop Outcomes of the CDS Technical Infrastructure Workshop Baudouin Raoult Baudouin.raoult@ecmwf.int Funded by the European Union Implemented by Evaluation & QC function C3S architecture from European commission

More information

General concepts: DDI

General concepts: DDI General concepts: DDI Irena Vipavc Brvar, ADP SEEDS Kick-off meeting, Lausanne, 4. - 6. May 2015 How to describe our survey What we learned so far: If we want to use data at some point in the future,

More information

COMPARISON OF EISCAT RADAR DATA ON SPACE DEBRIS WITH MODEL PREDICTIONS BY THE MASTER MODEL OF ESA

COMPARISON OF EISCAT RADAR DATA ON SPACE DEBRIS WITH MODEL PREDICTIONS BY THE MASTER MODEL OF ESA PEDAS1-B1.4-0003-02 COMPARISON OF EISCAT RADAR DATA ON SPACE DEBRIS WITH MODEL PREDICTIONS BY THE MASTER MODEL OF ESA M. Landgraf 1, R. Jehn 1, and W. Flury 1 1 ESA/ESOC, Robert-Bosch-Str. 5, 64293 Darmstadt,

More information

The Arctic Observing Network and its Data Management Challenges Florence Fetterer (NSIDC/CIRES/CU), James A. Moore (NCAR/EOL), and the CADIS team

The Arctic Observing Network and its Data Management Challenges Florence Fetterer (NSIDC/CIRES/CU), James A. Moore (NCAR/EOL), and the CADIS team The Arctic Observing Network and its Data Management Challenges Florence Fetterer (NSIDC/CIRES/CU), James A. Moore (NCAR/EOL), and the CADIS team Photo courtesy Andrew Mahoney NSF Vision What is AON? a

More information

Development of Monitoring and Analysis Tools for the Huawei Cloud Storage

Development of Monitoring and Analysis Tools for the Huawei Cloud Storage Development of Monitoring and Analysis Tools for the Huawei Cloud Storage September 2014 Author: Veronia Bahaa Supervisors: Maria Arsuaga-Rios Seppo S. Heikkila CERN openlab Summer Student Report 2014

More information

COMPASS Database Work in 2014/15

COMPASS Database Work in 2014/15 COMPASS Database Work in 2014/15 Martin Bodlak Joined Czech Group, COMPASS Experiment at CERN 30 July 2015 COMPASS database servers in 888 PCCODB00 VIRTUAL ADDR PCCODB22 CLIENTS PCCODB21 PCCODB23 PCCODB20

More information

A Survey on Cloud Storage Systems

A Survey on Cloud Storage Systems A Survey on Cloud Storage Systems Team : Xiaoming Xiaogang Adarsh Abhijeet Pranav Motivations No Taxonomy Detailed Survey for users Starting point for researchers Taxonomy Category Definition Example Instance

More information

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments The MSITel module family allows your ground console to be everywhere while balloon experiments run everywhere MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

More information

The syslog-ng Store Box 3 LTS

The syslog-ng Store Box 3 LTS The syslog-ng Store Box 3 LTS PRODUCT DESCRIPTION Copyright 2000-2012 BalaBit IT Security All rights reserved. www.balabit.com Introduction The syslog-ng Store Box (SSB) is a high-reliability and high-performance

More information

Use of OGC Sensor Web Enablement Standards in the Meteorology Domain. in partnership with

Use of OGC Sensor Web Enablement Standards in the Meteorology Domain. in partnership with Use of OGC Sensor Web Enablement Standards in the Meteorology Domain in partnership with Outline Introduction to OGC Sensor Web Enablement Standards Web services Metadata encodings SWE as front end of

More information

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901.

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901 SOA, case Google Written by: Sampo Syrjäläinen, 0337918 Jukka Hilvonen, 0337840 1 Contents 1.

More information

Kanzelhöhe Online Data Archive KODA

Kanzelhöhe Online Data Archive KODA Kanzelhöhe Online Data Archive KODA 1. Introduction, purpose and goal: KODA is the public portal to all main Kanzelhöhe data (White-Light -, H-Alpha -, CaII-K full disk solar images). The purpose of KODA

More information

Case Study : 3 different hadoop cluster deployments

Case Study : 3 different hadoop cluster deployments Case Study : 3 different hadoop cluster deployments Lee moon soo moon@nflabs.com HDFS as a Storage Last 4 years, our HDFS clusters, stored Customer 1500 TB+ data safely served 375,000 TB+ data to customer

More information

The Metadata in the Data Catalogue DBK

The Metadata in the Data Catalogue DBK The Metadata in the Data Catalogue DBK at the GESIS Data Archive Wolfgang Zenk-Möltgen GESIS Leibniz Institute for the Social Sciences Wolfgang.Zenk-Moeltgen@gesis.org RatSWD Workshop Metadata and Persistent

More information

Open Source Visualisation with ADAGUC Web Map Services

Open Source Visualisation with ADAGUC Web Map Services Open Source Visualisation with ADAGUC Web Map Services Maarten Plieger Ernst de Vreede John van de Vegte, Wim Som de Cerff, Raymond Sluiter, Ian van der Neut, Jan Willem Noteboom 1 ADAGUC project Cooperative

More information

syslog-ng Store Box PRODUCT DESCRIPTION Copyright 2000-2009 BalaBit IT Security All rights reserved. www.balabit.com

syslog-ng Store Box PRODUCT DESCRIPTION Copyright 2000-2009 BalaBit IT Security All rights reserved. www.balabit.com syslog-ng Store Box PRODUCT DESCRIPTION Copyright 2000-2009 BalaBit IT Security All rights reserved. www.balabit.com Introduction Log messages contain information about the events happening on the hosts.

More information

EISCAT-3D WP8 Deliverable D8.2

EISCAT-3D WP8 Deliverable D8.2 EISCAT-3D WP8 Deliverable D8.2 23 February 2007, v3.0, D.J.McKay, I.D. Finch, I.W.McCrea & S.R.Crothers@rl.ac.uk 1. Introduction... 3 1.1 Report objectives... 3 2. Overview of the data and signal processing

More information

Radio Network Configuration and Management System

Radio Network Configuration and Management System Radio Network Configuration and Management System Radio Network Configuration and Management System Needs In today s competitive marketplace, operators are focused on reducing their OPEX, keeping CAPEX

More information

Managing Large Imagery Databases via the Web

Managing Large Imagery Databases via the Web 'Photogrammetric Week 01' D. Fritsch & R. Spiller, Eds. Wichmann Verlag, Heidelberg 2001. Meyer 309 Managing Large Imagery Databases via the Web UWE MEYER, Dortmund ABSTRACT The terramapserver system is

More information

Collaborative Open Market to Place Objects at your Service

Collaborative Open Market to Place Objects at your Service Collaborative Open Market to Place Objects at your Service D6.4.1 Marketplace integration First version Project Acronym COMPOSE Project Title Project Number 317862 Work Package WP6 Open marketplace Lead

More information

The PACS Software System. (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1.

The PACS Software System. (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1. The PACS Software System (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1.0 PICC-ME-DS-003 1. Introduction The PCSS, the PACS ICC Software System, is the

More information

Sophisticated Common Data Environment (CDE) with BIMaaS Platform

Sophisticated Common Data Environment (CDE) with BIMaaS Platform Sophisticated Common Data Environment (CDE) with BIMaaS Platform September 2015 Contents 1. Introduction to BIMaaS Platform... 3 2. What is Common Data Environment?... 3 3. Real World Challenges without

More information

2011 FileTek, Inc. All rights reserved. 1 QUESTION

2011 FileTek, Inc. All rights reserved. 1 QUESTION 2011 FileTek, Inc. All rights reserved. 1 QUESTION 2011 FileTek, Inc. All rights reserved. 2 HSM - ILM - >>> 2011 FileTek, Inc. All rights reserved. 3 W.O.R.S.E. HOW MANY YEARS 2011 FileTek, Inc. All rights

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

UQC103S1 UFCE47-20-1. Systems Development. uqc103s/ufce47-20-1 PHP-mySQL 1

UQC103S1 UFCE47-20-1. Systems Development. uqc103s/ufce47-20-1 PHP-mySQL 1 UQC103S1 UFCE47-20-1 Systems Development uqc103s/ufce47-20-1 PHP-mySQL 1 Who? Email: uqc103s1@uwe.ac.uk Web Site www.cems.uwe.ac.uk/~jedawson www.cems.uwe.ac.uk/~jtwebb/uqc103s1/ uqc103s/ufce47-20-1 PHP-mySQL

More information

Instant Data Warehousing with SAP data

Instant Data Warehousing with SAP data Instant Data Warehousing with SAP data» Extracting your SAP data to any destination environment» Fast, simple, user-friendly» 8 different SAP interface technologies» Graphical user interface no previous

More information

Use of Cloud for the Public Sector Information (PSI) Portal

Use of Cloud for the Public Sector Information (PSI) Portal Use of Cloud for the Public Sector Information (PSI) Portal Cloud Experience Sharing Office of the Government Chief Information Officer December 2013 1 What is PSI Data and pictures on weather, traffic,

More information

DocAve 6 Service Pack 2

DocAve 6 Service Pack 2 DocAve 6 Service Pack 2 Installation Guide Revision D Issued February 2013 1 Table of Contents About the Installation Guide... 5 Submitting Documentation Feedback to AvePoint... 5 Before You Begin... 6

More information

EA-ARC ALMA ARCHIVE DATA USER GUIDEBOOK

EA-ARC ALMA ARCHIVE DATA USER GUIDEBOOK EA-ARC ALMA ARCHIVE DATA USER GUIDEBOOK Prepared by James O. Chibueze NAOJ Chile Observatory Purpose of this handbook: This handbook is aimed at providing fundamental information on how and where to access

More information

Cisco PIX vs. Checkpoint Firewall

Cisco PIX vs. Checkpoint Firewall Cisco PIX vs. Checkpoint Firewall Introduction Firewall technology ranges from packet filtering to application-layer proxies, to Stateful inspection; each technique gleaning the benefits from its predecessor.

More information

The Murchison Widefield Array Data Archive System. Chen Wu Int l Centre for Radio Astronomy Research The University of Western Australia

The Murchison Widefield Array Data Archive System. Chen Wu Int l Centre for Radio Astronomy Research The University of Western Australia The Murchison Widefield Array Data Archive System Chen Wu Int l Centre for Radio Astronomy Research The University of Western Australia Agenda Dataflow Requirements Solutions & Lessons learnt Open solution

More information

Nick McClure University of Kentucky

Nick McClure University of Kentucky Nick McClure University of Kentucky Nick McClure Lead Systems Programmer University of Kentucky nickjm@uky.edu Redundancy Multiple components able to perform the same tasks Clustering (Database/Storage)

More information

Interaction with other IT projects: EUDAT2020, VLDATA, ENVRI PLUS,

Interaction with other IT projects: EUDAT2020, VLDATA, ENVRI PLUS, Interaction with other IT projects: EUDAT2020, VLDATA, ENVRI PLUS, A. Spinuso, L. Trani, A. Strollo and D. Bailo EPOS PP final meeting, Rome, 22-24 October 2014 OUTLINE WG1 and the EIDA use case A modular

More information

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR CERN-ATS-2011-200 A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS F. Ehm, A. Dworak, CERN, Geneva, Switzerland Abstract

More information

Propagation Channel Emulator ECP_V3

Propagation Channel Emulator ECP_V3 Navigation simulators Propagation Channel Emulator ECP_V3 1 Product Description The ECP (Propagation Channel Emulator V3) synthesizes the principal phenomena of propagation occurring on RF signal links

More information

Understanding Evolution's Architecture A Technical Overview

Understanding Evolution's Architecture A Technical Overview Understanding Evolution's Architecture A Technical Overview Contents Introduction Understanding Evolution's Design Evolution Architecture Evolution Server Transports Evolution Benefits How Does Evolution

More information

PermaSense Data Management

PermaSense Data Management PermaSense Data Management System documentation and tutorial for online data access April 9, 2014 Samuel Weber, Jan Beutel, Christoph Walser THE PERMASENSE SYSTEM This section gives an overview about:

More information

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A

More information

Use Data Budgets to Manage Large Acoustic Datasets

Use Data Budgets to Manage Large Acoustic Datasets Use Data Budgets to Manage Large Acoustic Datasets Introduction Efforts to understand the health of the ocean have increased significantly in the recent past. These efforts involve among other things,

More information

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study DISTRIBUTED SYSTEMS AND CLOUD COMPUTING A Comparative Study Geographically distributed resources, such as storage devices, data sources, and computing power, are interconnected as a single, unified resource

More information

Symantec NetBackup 5220

Symantec NetBackup 5220 A single-vendor enterprise backup appliance that installs in minutes Data Sheet: Data Protection Overview is a single-vendor enterprise backup appliance that installs in minutes, with expandable storage

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Integrating the Internet into Your Measurement System. DataSocket Technical Overview

Integrating the Internet into Your Measurement System. DataSocket Technical Overview Integrating the Internet into Your Measurement System DataSocket Technical Overview Introduction The Internet continues to become more integrated into our daily lives. This is particularly true for scientists

More information

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION October 2013 Daitan White Paper Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION Highly Reliable Software Development Services http://www.daitangroup.com Cloud

More information

A DISTRIBUTED CATALOG AND DATA SERVICES SYSTEM FOR REMOTE SENSING DATA

A DISTRIBUTED CATALOG AND DATA SERVICES SYSTEM FOR REMOTE SENSING DATA A DISTRIBUTED CATALOG AND DATA SERVICES SYSTEM FOR REMOTE SENSING DATA Ramachandran Suresh *, Liping Di *, Kenneth McDonald ** * NASA/RITSS 4500 Forbes Blvd, Lanham, MD 20706, USA suresh@rattler.gsfc.nasa.gov

More information

Barracuda Message Archiver Vx Deployment. Whitepaper

Barracuda Message Archiver Vx Deployment. Whitepaper Barracuda Message Archiver Vx Deployment Whitepaper Document Scope This document provides guidance on designing and deploying Barracuda Message Archiver Vx on VMware vsphere Document Scope, and Microsoft

More information

MultiDSLA v4.0.0: Release Notes at 8 February 2011

MultiDSLA v4.0.0: Release Notes at 8 February 2011 MultiDSLA v4.0.0: Release Notes at 8 February 2011 These Release Notes give you information about MultiDSLA v4.0.0, feature changes, known issues and possible workarounds for those issues. This release

More information

A line interface device for the tapping of PBX proprietary digital extensions is under development.

A line interface device for the tapping of PBX proprietary digital extensions is under development. Truelog is a computerised digital call recording system, designed for commercial and mission-critical applications. The system employs a scalable architecture which enables cost effective solutions from

More information

The Advantages of Enterprise Historians vs. Relational Databases

The Advantages of Enterprise Historians vs. Relational Databases GE Intelligent Platforms The Advantages of Enterprise Historians vs. Relational Databases Comparing Two Approaches for Data Collection and Optimized Process Operations The Advantages of Enterprise Historians

More information

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

More information

Data Management in an International Data Grid Project. Timur Chabuk 04/09/2007

Data Management in an International Data Grid Project. Timur Chabuk 04/09/2007 Data Management in an International Data Grid Project Timur Chabuk 04/09/2007 Intro LHC opened in 2005 several Petabytes of data per year data created at CERN distributed to Regional Centers all over the

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

RF Network Analyzer Basics

RF Network Analyzer Basics RF Network Analyzer Basics A tutorial, information and overview about the basics of the RF Network Analyzer. What is a Network Analyzer and how to use them, to include the Scalar Network Analyzer (SNA),

More information

Sample specifications for an effective Flow Monitoring Services RFP

Sample specifications for an effective Flow Monitoring Services RFP Sample specifications for an effective Flow Monitoring Services RFP Red copy indicates areas requiring specific input Each specification is numbered for quick identification 1. Project Specifications 1.1.

More information

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system Introduction: management system Introduction s vs. files Basic concepts Brief history of databases Architectures & languages System User / Programmer Application program Software to process queries Software

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details Use cases By scientist By HEP experiment System requirements and installation How to get it? 2 What

More information

Globus Research Data Management: Introduction and Service Overview. Steve Tuecke Vas Vasiliadis

Globus Research Data Management: Introduction and Service Overview. Steve Tuecke Vas Vasiliadis Globus Research Data Management: Introduction and Service Overview Steve Tuecke Vas Vasiliadis Presentations and other useful information available at globus.org/events/xsede15/tutorial 2 Thank you to

More information

THE BRITISH LIBRARY. Unlocking The Value. The British Library s Collection Metadata Strategy 2015-2018. Page 1 of 8

THE BRITISH LIBRARY. Unlocking The Value. The British Library s Collection Metadata Strategy 2015-2018. Page 1 of 8 THE BRITISH LIBRARY Unlocking The Value The British Library s Collection Metadata Strategy 2015-2018 Page 1 of 8 Summary Our vision is that by 2020 the Library s collection metadata assets will be comprehensive,

More information

SoftLayer Fundamentals. Storage and Backup. August, 2014

SoftLayer Fundamentals. Storage and Backup. August, 2014 SoftLayer Fundamentals Storage and Backup August, 2014 SoftLayer Fundamentals STORAGE (DISK) 2 Storage Basics SAN Block based NAS File based RAID RAID 0: Striping, no fault tolerance Appears like local

More information

SignalPad Data Logging and Analysis Software

SignalPad Data Logging and Analysis Software SignalPad Data Logging and Analysis Software Overview SignalPad is a data logging and analysis application developed with National Instruments LabVIEW. The configuration-based user interface provides ready-to-run

More information

A Governance Framework for Data Audit Trail creation in large multi-disciplinary projects

A Governance Framework for Data Audit Trail creation in large multi-disciplinary projects 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 A Governance Framework for Data Audit Trail creation in large multi-disciplinary

More information

Defense Technical Information Center Compilation Part Notice

Defense Technical Information Center Compilation Part Notice UNCLASSIFIED Defense Technical Information Center Compilation Part Notice ADP012353 TITLE: Advanced 3D Visualization Web Technology and its Use in Military and Intelligence Applications DISTRIBUTION: Approved

More information

Hideo Okawara s Mixed Signal Lecture Series. DSP-Based Testing Fundamentals 46 Per-pin Signal Generator

Hideo Okawara s Mixed Signal Lecture Series. DSP-Based Testing Fundamentals 46 Per-pin Signal Generator Hideo Okawara s Mixed Signal Lecture Series DSP-Based Testing Fundamentals 46 Per-pin Signal Generator Advantest Corporation, Tokyo Japan August 2012 Preface to the Series ADC and DAC are the most typical

More information

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54)

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) COLORADO HOUSING AND FINANCE AUTHORITY 1981 BLAKE STREET DENVER, CO 80202 REQUEST FOR PROPOSAL Intranet Replacement

More information

External Authentication with WebCT. What We ll Discuss

External Authentication with WebCT. What We ll Discuss External Authentication with WebCT WebCT, Inc http://www.webct.com/ What We ll Discuss Introductions Terminology Authentication in WebCT External Authentication Custom Authentication Authorization in WebCT

More information

JDSU Signaling Analyzer Solution for Femtocell Monitoring

JDSU Signaling Analyzer Solution for Femtocell Monitoring COMMUNICATIONS TEST & MEASUREMENT SOLUTIONS JDSU Signaling Analyzer Solution for Femtocell Monitoring Key Features Interpret, correlate and analyze protocol messages on both sides of the femtocell gateway

More information

Copyright 2013 Splunk Inc. Introducing Splunk 6

Copyright 2013 Splunk Inc. Introducing Splunk 6 Copyright 2013 Splunk Inc. Introducing Splunk 6 Safe Harbor Statement During the course of this presentation, we may make forward looking statements regarding future events or the expected performance

More information

Exposing the Cloud: It It s More than a Buzzword Tim Connors, Director, AT&T AT&T

Exposing the Cloud: It It s More than a Buzzword Tim Connors, Director, AT&T AT&T Exposing the Cloud: It s More than a Buzzword Tim Connors, Director, AT&T Exposing the Cloud: It s More than a Buzzword Discussion Agenda Cloud Storage Target Uses When is it right? When is it wrong? Specific

More information

Introduction: Database management system

Introduction: Database management system Introduction Databases vs. files Basic concepts Brief history of databases Architectures & languages Introduction: Database management system User / Programmer Database System Application program Software

More information

BIRT Document Transform

BIRT Document Transform BIRT Document Transform BIRT Document Transform is the industry leader in enterprise-class, high-volume document transformation. It transforms and repurposes high-volume documents and print streams such

More information

Connect your Control Desk to the SIP world

Connect your Control Desk to the SIP world Connect your Control Desk to the SIP world Systems in

More information

Telemetry system for cathodic protection equipment of underground metal pipelines

Telemetry system for cathodic protection equipment of underground metal pipelines RECOMMENDATION PCRA 009 June 2010 Rev. 0 Committee for Cathodic Protection and Associated Coatings Telemetry system for cathodic protection equipment of underground metal pipelines DISCLAIMER: The present

More information

DATA ARCHIVING: MAKING THE MOST OF NEW TECHNOLOGIES AND STANDARDS

DATA ARCHIVING: MAKING THE MOST OF NEW TECHNOLOGIES AND STANDARDS DATA ARCHIVING: MAKING THE MOST OF NEW TECHNOLOGIES AND STANDARDS Reducing the cost of archiving while improving the management of the information Abstract Future proofed archiving to commodity priced

More information

Glance Project: a database retrieval mechanism for the ATLAS detector

Glance Project: a database retrieval mechanism for the ATLAS detector Glance Project: a database retrieval mechanism for the ATLAS detector C. Maidantchik COPPE, UFRJ, Brazil F. F. Grael and K. K. Galvão Escola Politécnica, UFRJ, Brazil K. Pommès CERN, Switzerland Abstract.

More information

Maximizing Receiver Dynamic Range for Spectrum Monitoring

Maximizing Receiver Dynamic Range for Spectrum Monitoring Home Maximizing Receiver Dynamic Range for Spectrum Monitoring Brian Avenell, National Instruments Corp., Austin, TX October 15, 2012 As consumers continue to demand more data wirelessly through mobile

More information

Presentation Outline. The NavSAS group; Examples of Software-Radio Technology in GNSS;

Presentation Outline. The NavSAS group; Examples of Software-Radio Technology in GNSS; Telemobility 2008 Progetto Galileo ed altri GNSS Development of GPS-Galileo Galileo Software Radio Receivers Marco Pini - NavSAS group Presentation Outline The NavSAS group; Basic on Software-Radio Technology;

More information

Middleware support for the Internet of Things

Middleware support for the Internet of Things Middleware support for the Internet of Things Karl Aberer, Manfred Hauswirth, Ali Salehi School of Computer and Communication Sciences Ecole Polytechnique Fédérale de Lausanne (EPFL) CH-1015 Lausanne,

More information

A WEB-BASED APPLICATION FOR REAL-TIME GIS

A WEB-BASED APPLICATION FOR REAL-TIME GIS A WEB-BASED APPLICATION FOR REAL-TIME GIS O. Ozdilek a, *, D. Z. Seker a a ITU, Civil Engineering Faculty, 80626 Maslak Istanbul, Turkey - (ozdilek, seker)@itu.edu.tr KEY WORDS: Spatial Information Sciences,

More information

Jiří Kadlec and Daniel P. Ames*

Jiří Kadlec and Daniel P. Ames* AWRA 2012 SPRING SPECIALTY CONFERENCE New Orleans, Louisiana March 26 28, 2012 Copyright 2012 AWRA DEVELOPMENT OF A LIGHTWEIGHT HYDROSERVER AND HYDROLOGIC DATA HOSTING WEBSITE Jiří Kadlec and Daniel P.

More information