Semantics In Action For Proactive Policing

Size: px
Start display at page:

Download "Semantics In Action For Proactive Policing"

Transcription

1 Semantics In Action For Proactive Policing Jen Shorten Technical Delivery Architect, Consulting Services Jon Williams Senior Sales Engineer, UK Public Sector

2 The Nature of Policing Is Changing The increasing availability of information and new technologies offers us huge potential to improve how we protect the public. It sets new expectations about the services we provide. Police IT systems need to adapt to keep up with those changes

3 NATIONAL POLICE OBJECTIVES Digital Transformation of Policing PEOPLE, THINGS EVENTS OUTCOMES Proactive Impact led Outcomes driven Data driven TIME SLIDE: 3

4 WHAT POLICE NEED TO DELIVER THAT VISION A Unified, Actionable 360 View of Data SLIDE: 4

5 THE REALITY Data Is In Silos Data is spread across disconnected databases Data quality issues are significant Data collection is a slow manual process SLIDE: 5

6 Current State SLIDE: 6

7 Traditional RDBMS Solutions ETL SEARCH ETL CRIME RECORDING ETL C2 DOC DOC ETL DOC ETL COTS DOC CHILD PROTECTION C2 INTEL CHILD PROTECTION CRIME RECORDING INTEL FEDERATED SEARCH COTS PRODUCTS SLIDE: 7

8 Federated Search SLIDE: 8

9 TRADITIONAL APPROACH WITH COTS The Promise: Easy ETL, Low Costs POLICE & PARTNER SOURCE SYSTEMS COTS PRODUCT SLIDE: 9

10 TRADITIONAL APPROACH WITH COTS The Reality: Extract, Transform, & Lose POLICE & PARTNER SOURCE SYSTEMS ETL COTS PRODUCT SLIDE: 10

11 Nigel partner suspect Sarah victim Crime THE IDEAL SOLUTION Use All of the Data Semantic linking to see relationships between people, locations, events and objects Wheelchair bound frequent 999 caller Extract context from narrative text Build a complete picture by exploiting the value in all of the data MULTI-MODEL: DOCUMENTS & TRIPLES TOGETHER JSON, XML, & RDF SLIDE: 11

12 Police Intelligence Platform Single point of entry to all force information sources for intelligence and safeguarding 10+ Data Feeds Emergency Calls Crimes Arrests Missing Persons Child Protection Intelligence Mapping & Addresses + MORE INMATE RISK ASSESSMENT INITELLIGENCE/ANALYSIS TOOLS CSE SOCIAL MEDIA VULNERABILITY DETECTION CRIME PATTERNS SEARCH ALERTS GEO WORKFLOW SECURTIY & PERMISSIONS TRANSFORMATION, DISAMBIGUATION & AGGREGATION AUTOMATED INGESTION THE PROJECT Single point of entry to all Police information sources for intelligence and safeguarding 4 applications built on top of a single unified set of data from 10 different police databases 12 weeks of development Data quality issues Disconnected data SLIDE: 12

13 Use Triples To Find Relationships SLIDE: 13

14 Combine Triples With Documents SLIDE: 14

15 Add Geospatial to Triples and Documents SLIDE: 15

16 Statistical Analysis of Linked Data SLIDE: 16

17 DATA PROCESSING Load As Is Export source data Load data as-is as documents XML/JSON Record provenance information PROV-O ontology Harmonize data envelope pattern Canonicalize POLE model <CRIME> <REFERENCE>HW/001900/15</REFERENCE> <CODE>MOPI GROUP 2 - ASSAULT A.B.H</CODE> <CRIMINCIDENT_DATE>08/11/2015</CRIMINCIDENT_DATE> <ADDRESS> <TYPE>SCENE OF CRIME</TYPE> <STREET>8 HAVEN ROAD, EXETER</STREET> <POSTCODE>EX2 8BP</POSTCODE> </ADDRESS> <PERSON> <AUTNPERSONTYPE>VICTIM</AUTNPERSONTYPE> <SURNAME>PHILLIPS</SURNAME> <FORENAME>MILDRED</FORENAME> <DATE_OF_BIRTH>14/01/1927</DATE_OF_BIRTH> <GENDER>F</GENDER> <OCCUPATION>UNEMPLOYED</OCCUPATION> <PERSONALIASLIST></PERSONALIASLIST>... SLIDE: 17

18 EXTRACT ENTITIES Harmonize People Generate a unique ID for the entity instance Harmonize element names and data formats Generate phonetic versions of names <envelope> <person> <uri>646569e5-5f6c c7-09ff84b3e08e</uri> <persontype>victim</persontype> <surname>phillips</surname> <surname_dm>flps</surname_dm> <forename>mildred</forename> <forename_dm>mltrt</forename_dm> <dob> </dob> <gender>f</gender> <occupation>unemployed</occupation>... SLIDE: 18

19 EXTRACT ENTITIES Harmonize Event Generate a unique ID for the entity instance Harmonize element names and data formats <envelope> <event> <uri>police.uk/event/crime/cms2_106600</uri> <eventtype>crime</eventtype> <eventdate> </eventdate>... SLIDE: 19

20 EXTRACT ENTITIES Harmonize Locations Utilize an authoritative reference data source for addresses e.g. Ordnance Survey Record the Unique Property Reference Number (UPRN) <envelope> <event> <uri>police.uk/event/crime/cms2_106600</uri> <eventtype>crime</eventtype> <eventdate> </eventdate> <location>key:3a001d392f0e819e a542391a96aa177e </event> <address> <key>key:3a001d392f0e819e a542391a96aa177e</key> </address>... SLIDE: 20

21 APPLY MATCHING RULES Calculate Hashes Compute hash codes for dimensional combinations that disambiguate the entity: - forename_dm && surname_dm && dob - forename_dm && surname_dm && address Leverage MarkLogic s universal index for resolving the keys <envelope> <person> <uri>646569e5-5f6c c7-09ff84b3e08e</uri> <persontype>victim</persontype> <surname>phillips</surname> <surname_dm>flps</surname_dm> <forename>mildred</forename> <forename_dm>mltrt</sp:forename_dm> <dob> </dob> <gender>f</gender> <occupation>unemployed</occupation> <key>key:21a7e3154a71311e07f277d d0bbd1bf94</key> <key>key:82b93e911bd18e2612fae64d1c81e889b3858f64</key>... SLIDE: 21

22 RECORD RELATIONSHIPS Store Triples Record relationships between entities: <envelope> <triple> <subject>7b9c5fb1-4a49-4d a84408da51c5<subject> <predicate>suspectof</predicate> <object>police.uk/event/crime/cms2_106600</object> </triple> - Person <suspectof> Crime SLIDE: 22

23 RECORD RELATIONSHIPS Store Triples Record relationships between entities: - Person <suspectof> Crime Record relationship between entity instance (i.e Person) and the disambiguation hash code <envelope> <triple> <subject>7b9c5fb1-4a49-4d a84408da51c5<subject> <predicate>suspectof</predicate> <object>police.uk/event/crime/cms2_106600</object> </triple> <triple> <subject>7b9c5fb1-4a49-4d a84408da51c5</subject> <predicate>sameas</predicate> <object>key:21a7e3154a71311e07f277d d0bbd1bf94 </triple> <triple> <subject>7b9c5fb1-4a49-4d a84408da51c5</subject> <predicate>sameas</predicate> <object>key:82b93e911bd18e2612fae64d1c81e889b3858f64 </triple> SLIDE: 23

24 Collapsing Entities Using Semantics Same As Same As Hash Code 1 Same As Person A Person B Hash Code 2 Hash Code N Person C Person X SLIDE: 24

25 Advantages of the Multi-Model Approach Fast - Fast search - limits joins as entities are documents, relationships are triples - Fast ingest - disambiguation effort is performed at query time - Fast disambiguation - sem:transitive-closure operation is very quick Flexible - Query time disambiguation allows rules to be changed or applied on a per user basis - Use different predicates for use-case sensitive deduplication and different degrees of confidence SLIDE: 25

26 TWO OPTIONS Multi-Vendor Approach vs. MarkLogic Approach MULTI-PRODUCT, MULTI-DATABASE STACK MARKLOGIC OPERATIONAL DATA HUB SLIDE: 26

27 Multi-Product, Multi-Database Stack Processing and Storage Search and Query Security and Audit Connection management Transaction handler In-memory Joins Data Marshalling & Unmarshalling Bespoke audit code Bespoke access controls Exception Handling Version Control Federated Search Query Optimisation Bespoke data constraints Data integrity management JSON Conversion ETL Cache Alert Reporting Data Governance Database/Search/Graph Information Synchronization Relational or Non-Relational Database Search Indexes Graph Database SLIDE: 27

28 OUR SOLUTION The Operational Data Hub SLIDE: 28

29 Benefits of a Document + Triple Store All the benefits of each, plus: Docs can contain triples, Triples can annotate docs, Graphs can contain docs DATA DOCUMENTS SEMANTICS Faster data integration using semantics as the glue Ideal model for reference data, metadata, provenance Ability to run really powerful queries Massive speed and scale Simplicity of a single unified platform Enterprise features (security, HA/DR, ACID transactions, ) SLIDE: 29

30 Why MarkLogic? True Multi-model Database For All of Your Data Enterprise-Ready Agility and Faster Time to Results Simplified Architecture SLIDE: 30

31 Q&A

Building a Data Strategy for a Digital World

Building a Data Strategy for a Digital World Building a Data Strategy for a Digital World Jason Hunter, CTO, APAC Data Challenge: Pushing the Limits of What's Possible The Art of the Possible Multiple Government Agencies Data Hub 100 s of Service

More information

How Insurers are Realising the Promise of Big Data

How Insurers are Realising the Promise of Big Data How Insurers are Realising the Promise of Big Data Jason Hunter, CTO Asia-Pacific, MarkLogic A Big Data Challenge: Pushing the Limits of What's Possible The Art of the Possible Multiple Government Agencies

More information

REGULATORY REPORTING FOR FINANCIAL SERVICES

REGULATORY REPORTING FOR FINANCIAL SERVICES REGULATORY REPORTING FOR FINANCIAL SERVICES Gordon Hughes, Global Sales Director, Intel Corporation Sinan Baskan, Solutions Director, Financial Services, MarkLogic Corporation Many regulators and regulations

More information

Esri and MarkLogic: Location Analytics, Multi-Model Data

Esri and MarkLogic: Location Analytics, Multi-Model Data Esri and MarkLogic: Location Analytics, Multi-Model Data Ben Conklin, Industry Manager, Defense, Intel and National Security, Esri Anthony Roach, Product Manager, MarkLogic James Kerr, Technical Director,

More information

FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA

FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA MODELDR & MARKLOGIC - DATA POINT MODELING MARKLOGIC WHITE PAPER JUNE 2015 CHRIS ATKINSON Contents Regulatory Satisfaction is Increasingly Difficult

More information

BEYOND THE RDBMS: WORKING WITH RELATIONAL DATA IN MARKLOGIC

BEYOND THE RDBMS: WORKING WITH RELATIONAL DATA IN MARKLOGIC BEYOND THE RDBMS: WORKING WITH RELATIONAL DATA IN MARKLOGIC Rob Rudin, Solutions Specialist, MarkLogic Agenda Introduction The problem getting relational data into MarkLogic Demo how to do this SLIDE:

More information

Delivering a 360 o View in Healthcare and Life Sciences With Agile Data

Delivering a 360 o View in Healthcare and Life Sciences With Agile Data Delivering a 360 o View in Healthcare and Life Sciences With Agile Data Imran Chaudhri, @imrantech, Solutions Director, Healthcare & Life Sciences Mark Ferneau, @ferneau, Practice Manager, Healthcare &

More information

From Data Challenge to Data Opportunity

From Data Challenge to Data Opportunity From Data Challenge to Data Opportunity Jason Hunter, CTO Asia-Pacific, MarkLogic A Big Data Challenge: Pushing the Limits of What's Possible The Art of the Possible Multiple Government Agencies Data Hub

More information

MarkLogic 8 Overview of Key Features COPYRIGHT 2014 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED.

MarkLogic 8 Overview of Key Features COPYRIGHT 2014 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. MarkLogic 8 Overview of Key Features Enterprise NoSQL Database Platform Flexible Data Model Store and manage JSON, XML, RDF, and Geospatial data with a documentcentric, schemaagnostic database Search and

More information

REGULATORY COMPLIANCE TODAY, THE STUFF WE CAN ALL LEARN

REGULATORY COMPLIANCE TODAY, THE STUFF WE CAN ALL LEARN REGULATORY COMPLIANCE TODAY, THE STUFF WE CAN ALL LEARN Chris Atkinson, Solutions Architect - Financial Services, MarkLogic NOT THIS! A SIMPLE ASK FROM OUR BUSINESS LEADERS Deliver a complete, accurate,

More information

The Emerging Data Lake IT Strategy

The Emerging Data Lake IT Strategy The Emerging Data Lake IT Strategy An Evolving Approach for Dealing with Big Data & Changing Environments bit.ly/datalake SPEAKERS: Thomas Kelly, Practice Director Cognizant Technology Solutions Sean Martin,

More information

NPP & Blockchain Have you thought about the data? Ken Krupa, CTO, MarkLogic

NPP & Blockchain Have you thought about the data? Ken Krupa, CTO, MarkLogic NPP & Blockchain Have you thought about the data? Ken Krupa, CTO, MarkLogic Hello SLIDE: 2 14 COPYRIGHT November 2017 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. A QUICK LOOK New Payments Platform Open

More information

How to Govern Integrated Data and Prove it

How to Govern Integrated Data and Prove it How to Govern Integrated Data and Prove it Chris Atkinson Solution Architect for Financial Services, MarkLogic 1 June 2018 MARKLOGIC CORPORATION The Data Lake Schema On-Read Ingest As-is Any Shape Join

More information

MetaMatrix Enterprise Data Services Platform

MetaMatrix Enterprise Data Services Platform MetaMatrix Enterprise Data Services Platform MetaMatrix Overview Agenda Background What it does Where it fits How it works Demo Q/A 2 Product Review: Problem Data Challenges Difficult to implement new

More information

From Single Purpose to Multi Purpose Data Lakes. Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019

From Single Purpose to Multi Purpose Data Lakes. Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019 From Single Purpose to Multi Purpose Data Lakes Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019 Agenda Data Lakes Multiple Purpose Data Lakes Customer Example Demo Takeaways

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Integrating Complex Financial Workflows in Oracle Database Xavier Lopez Seamus Hayes Oracle PolarLake, LTD 2 Copyright 2011, Oracle

More information

ESRI & MARKLOGIC: DO MORE WITH YOUR GIS

ESRI & MARKLOGIC: DO MORE WITH YOUR GIS ESRI & MARKLOGIC: DO MORE WITH YOUR GIS Billy Sokol, CTO, Global Public Sector, MarkLogic Lyle Wright, Solutions Engineer, Esri People need to do more with GIS. Systems Procurement is based on currently

More information

Successfully Integrating MBSE Data Without Replication Using OSLC

Successfully Integrating MBSE Data Without Replication Using OSLC Successfully Integrating MBSE Data Without Replication Using OSLC Brian Schouten schouten@prostep.com PROSTEP Inc GPDIS_2017.ppt 1 Agenda About PROSTEP MBSE Integration Needs and Challenges What is OSLC

More information

Transformative characteristics and research agenda for the SDI-SKI step change:

Transformative characteristics and research agenda for the SDI-SKI step change: Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study Dr Lesley Arnold Research Fellow, Curtin University, CRCSI Director Geospatial Frameworks World Bank

More information

Serving Ireland s Geospatial as Linked Data on the Web

Serving Ireland s Geospatial as Linked Data on the Web Serving Ireland s Geospatial as Linked Data on the Web Dr. Atul Nautiyal ADAPT @ Trinity College Dublin The ADAPT Centre is funded under the SFI Research Centres Programme (Grant 13/RC/2106) and is co-funded

More information

Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study

Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study Transformative characteristics and research agenda for the SDI-SKI step change: A Cadastral Case Study Dr Lesley Arnold Research Fellow, Curtin University, CRCSI Director Geospatial Frameworks World Bank

More information

Resilient Linked Data. Dave Reynolds, Epimorphics

Resilient Linked Data. Dave Reynolds, Epimorphics Resilient Linked Data Dave Reynolds, Epimorphics Ltd @der42 Outline What is Linked Data? Dependency problem Approaches: coalesce the graph link sets and partitioning URI architecture governance and registries

More information

GIS in Situational and Operational Awareness: Supporting Public Safety from the Operations Center to the Field

GIS in Situational and Operational Awareness: Supporting Public Safety from the Operations Center to the Field GIS in Situational and Operational Awareness: Supporting Public Safety from the Operations Center to the Field Glasgow Bombings- June 2007 Law Enforcement, Public Safety and Homeland Security Organizations

More information

Bringing it Home: Tools, Knowledge and Approaches You Can Use Cheryl Miles January 24, 2017

Bringing it Home: Tools, Knowledge and Approaches You Can Use Cheryl Miles January 24, 2017 Bringing it Home: Tools, Knowledge and Approaches You Can Use Cheryl Miles January 24, 2017 The Smith Family SLIDE: 2 Mrs. Smith, 56, Spouse Incarcerated Situation Grandmother/mother Lives in a rural community

More information

Achieving Traceability Across a Manufacturing Supply Chain Alan Campbell, Architect, Autoliv Michael Malgeri, Principal Technologist, MarkLogic

Achieving Traceability Across a Manufacturing Supply Chain Alan Campbell, Architect, Autoliv Michael Malgeri, Principal Technologist, MarkLogic Achieving Traceability Across a Manufacturing Supply Chain Alan Campbell, Architect, Autoliv Michael Malgeri, Principal Technologist, MarkLogic COPYRIGHT 13 June 2017MARKLOGIC CORPORATION. ALL RIGHTS RESERVED.

More information

SAP Agile Data Preparation Simplify the Way You Shape Data PUBLIC

SAP Agile Data Preparation Simplify the Way You Shape Data PUBLIC SAP Agile Data Preparation Simplify the Way You Shape Data Introduction SAP Agile Data Preparation Overview Video SAP Agile Data Preparation is a self-service data preparation application providing data

More information

Real World Data Governance- Part 1

Real World Data Governance- Part 1 Real World Data Governance- Part 1 Day in the Life of a Business Steward Jesse Lambert and Jack Spivak, TopQuadrant Inc. November 30, 2017 Today s Program TopBraid EDG: A Day in the Life of a Business

More information

MarkLogic 9. What s New In WHITE PAPER MAY 2017

MarkLogic 9. What s New In WHITE PAPER MAY 2017 What s New In MarkLogic 9 WHITE PAPER MAY 2017 The best database in the world for data integration is now even better with MarkLogic 9, our most ambitious release yet. MarkLogic 9 includes major new features

More information

ENGINEERING A XML-BASED CONTENT HUB FOR ENTERPRISE PUBLISHING. Elias Weingärtner Christoph Ludwig

ENGINEERING A XML-BASED CONTENT HUB FOR ENTERPRISE PUBLISHING. Elias Weingärtner Christoph Ludwig ENGINEERING A XML-BASED CONTENT HUB FOR ENTERPRISE PUBLISHING Elias Weingärtner Christoph Ludwig HAUFE GROUP QUICK FACTS Software Company and Media Publishing House Head Office: Freiburg, Germany Business

More information

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability.

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Suite and the OCEG Capability Model Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Contents Introduction... 2 GRC activities... 2 BPS and the Capability Model for GRC...

More information

Effective Audit Trail of Data With PROV-O Scott Henninger, Senior Consultant, MarkLogic

Effective Audit Trail of Data With PROV-O Scott Henninger, Senior Consultant, MarkLogic Effective Audit Trail of Data With PROV-O Scott Henninger, Senior Consultant, MarkLogic COPYRIGHT 13 June 2017MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. EFFECTIVE AUDIT TRAIL WITH PROV-O Operationalizing

More information

Chevron Position Paper for W3C Workshop on Semantic Web in Oil & Gas Industry

Chevron Position Paper for W3C Workshop on Semantic Web in Oil & Gas Industry Enterprise Architecture Chevron Position Paper for W3C Workshop on Semantic Web in Oil & Gas Industry Frank Chum, ITC EA Mario Casetta, ETC IM Roger Cutler, ITC EA 9 December 2008 Houston, Texas 2008 Chevron

More information

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company Taxonomy Tools: Collaboration, Creation & Integration Dave Clarke Global Taxonomy Director dave.clarke@dowjones.com Dow Jones & Company Introduction Software Tools for Taxonomy 1. Collaboration 2. Creation

More information

Data Governance for the Connected Enterprise

Data Governance for the Connected Enterprise Data Governance for the Connected Enterprise Irene Polikoff and Jack Spivak, TopQuadrant Inc. November 3, 2016 Copyright 2016 TopQuadrant Inc. Slide 1 Data Governance for the Connected Enterprise Today

More information

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED PLATFORM Executive Summary Financial institutions have implemented and continue to implement many disparate applications

More information

Data Quality in the MDM Ecosystem

Data Quality in the MDM Ecosystem Solution Guide Data Quality in the MDM Ecosystem What is MDM? The premise of Master Data Management (MDM) is to create, maintain, and deliver the most complete and comprehensive view possible from disparate

More information

DotNetNuke. Easy to Use Extensible Highly Scalable

DotNetNuke. Easy to Use Extensible Highly Scalable DotNetNuke is the leading Web Content Management Platform for Microsoft.NET. It enables your organization to leverage your existing Microsoft investments to create rich, highly interactive web sites and

More information

MarkLogic. A Modern Data Platform To Support Your Critical Path COPYRIGHT 2016 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED.

MarkLogic. A Modern Data Platform To Support Your Critical Path COPYRIGHT 2016 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. MarkLogic A Modern Data Platform To Support Your Critical Path SLIDE: 2 Inception Pre- Post- Distribution Archive Taxonomies Semantics Technical Descriptive Customers Usage SLIDE: 4 Inception Pre- Post-

More information

5 Fundamental Strategies for Building a Data-centered Data Center

5 Fundamental Strategies for Building a Data-centered Data Center 5 Fundamental Strategies for Building a Data-centered Data Center June 3, 2014 Ken Krupa, Chief Field Architect Gary Vidal, Solutions Specialist Last generation Reference Data Unstructured OLTP Warehouse

More information

Study Guide. MarkLogic Professional Certification. Taking a Written Exam. General Preparation. Developer Written Exam Guide

Study Guide. MarkLogic Professional Certification. Taking a Written Exam. General Preparation. Developer Written Exam Guide Study Guide MarkLogic Professional Certification Taking a Written Exam General Preparation Developer Written Exam Guide Administrator Written Exam Guide Example Written Exam Questions Hands-On Exam Overview

More information

Increase Value from Big Data with Real-Time Data Integration and Streaming Analytics

Increase Value from Big Data with Real-Time Data Integration and Streaming Analytics Increase Value from Big Data with Real-Time Data Integration and Streaming Analytics Cy Erbay Senior Director Striim Executive Summary Striim is Uniquely Qualified to Solve the Challenges of Real-Time

More information

Streaming Integration and Intelligence For Automating Time Sensitive Events

Streaming Integration and Intelligence For Automating Time Sensitive Events Streaming Integration and Intelligence For Automating Time Sensitive Events Ted Fish Director Sales, Midwest ted@striim.com 312-330-4929 Striim Executive Summary Delivering Data for Time Sensitive Processes

More information

Best Practices for Incident Communications: Simplifying the Mass Notification Process for Government

Best Practices for Incident Communications: Simplifying the Mass Notification Process for Government Best Practices for Incident Communications: Simplifying the Mass Notification Process for Government Introduction State and local governments and their supporting agencies encounter emergency situations

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Andrew Howles & Jo Shannon IS Principal Architect General Manager, Operations

More information

Cyber Defense Maturity Scorecard DEFINING CYBERSECURITY MATURITY ACROSS KEY DOMAINS

Cyber Defense Maturity Scorecard DEFINING CYBERSECURITY MATURITY ACROSS KEY DOMAINS Cyber Defense Maturity Scorecard DEFINING CYBERSECURITY MATURITY ACROSS KEY DOMAINS Cyber Defense Maturity Scorecard DEFINING CYBERSECURITY MATURITY ACROSS KEY DOMAINS Continual disclosed and reported

More information

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper.

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper. Semantic Web Company PoolParty - Server PoolParty - Technical White Paper http://www.poolparty.biz Table of Contents Introduction... 3 PoolParty Technical Overview... 3 PoolParty Components Overview...

More information

Dell Boomi Cloud MDM Overview

Dell Boomi Cloud MDM Overview Dell Boomi Cloud MDM Overview Dell Boomi s Multi-Purpose PaaS Boomi as the Multi-Purpose PaaS for enterprise data management Move: AtomSphere Integration Manage: Master Data Management (MDM) Govern: API

More information

New Approach to Graph Databases

New Approach to Graph Databases Paper PP05 New Approach to Graph Databases Anna Berg, Capish, Malmö, Sweden Henrik Drews, Capish, Malmö, Sweden Catharina Dahlbo, Capish, Malmö, Sweden ABSTRACT Graph databases have, during the past few

More information

RSA Advanced Cyber Defence Summit

RSA Advanced Cyber Defence Summit Lee Edge Head Archer Business UK&I RSA Advanced Cyber Defence Summit London 30-April-2015 1 64% 8% 2014 Gartner CEO and Senior Executive Survey: 'Risk-On' Attitudes Will Accelerate Digital Business. 2

More information

Toward a Standard Rule Language for Semantic Integration of the DoD Enterprise

Toward a Standard Rule Language for Semantic Integration of the DoD Enterprise 1 W3C Workshop on Rule Languages for Interoperability Toward a Standard Rule Language for Semantic Integration of the DoD Enterprise A MITRE Sponsored Research Effort Suzette Stoutenburg 28 April 2005

More information

FIBO Operational Ontologies Briefing for the Object Management Group

FIBO Operational Ontologies Briefing for the Object Management Group FIBO Operational Ontologies Briefing for the Object Management Group March 20, 2013, Reston, VA David Newman Strategic Planning Manager, Senior Vice President, Enterprise Architecture Chair, Semantic Technology

More information

Journey to the Cloud At Derby City Council. Nick O Reilly Director of Digital Services

Journey to the Cloud At Derby City Council. Nick O Reilly Director of Digital Services Journey to the Cloud At Derby City Council Nick O Reilly Director of Digital Services Contents Council Context Strategic Decision What cloud platform and why Implementation Challenges What Next Conclusion

More information

Semantics, Metadata and Identifying Master Data

Semantics, Metadata and Identifying Master Data Semantics, Metadata and Identifying Master Data A DataFlux White Paper Prepared by: David Loshin, President, Knowledge Integrity, Inc. Once you have determined that your organization can achieve the benefits

More information

Metatomix Semantic Platform

Metatomix Semantic Platform Metatomix Semantic Platform About Metatomix Founded in 2000 Privately held Headquarters - Dedham, MA Offices in Atlanta, Memphis, San Francisco, and London Semantic Technology Leadership Numerous patents,

More information

WHITEPAPER. MemSQL Enterprise Feature List

WHITEPAPER. MemSQL Enterprise Feature List WHITEPAPER MemSQL Enterprise Feature List 2017 MemSQL Enterprise Feature List DEPLOYMENT Provision and deploy MemSQL anywhere according to your desired cluster configuration. On-Premises: Maximize infrastructure

More information

The Information Platform of the Future. MarkLogic and Smartlogic

The Information Platform of the Future. MarkLogic and Smartlogic The Information Platform of the Future MarkLogic and Smartlogic The problem - AAARRRGHHHH Discoverability? I d settle for plain findability don t even have that. My data lake is really a cesspool I need

More information

Solving the Enterprise Data Dilemma

Solving the Enterprise Data Dilemma Solving the Enterprise Data Dilemma Harmonizing Data Management and Data Governance to Accelerate Actionable Insights Learn More at erwin.com Is Our Company Realizing Value from Our Data? If your business

More information

Architecting the ArcGIS Platform: Best Practices. Raymond Bunn, GISP, PMP Esri Patterns & Practices Solution Architect

Architecting the ArcGIS Platform: Best Practices. Raymond Bunn, GISP, PMP Esri Patterns & Practices Solution Architect Architecting the ArcGIS Platform: Best Practices Raymond Bunn, GISP, PMP Esri Patterns & Practices Solution Architect E M E R A L D S A P P H I R E T H A N K Y O U T O O UR SPONSORS Please Take Our Survey

More information

Applied Data Governance - Part 3

Applied Data Governance - Part 3 Applied Data Governance - Part 3 Day in the Life of a Reference Data Steward Jesse Lambert and Jack Spivak, TopQuadrant Inc. May 17, 2018 Today s Program 1. Introduction: Benefits of Managing Reference

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

Enterprise Data Catalog for Microsoft Azure Tutorial

Enterprise Data Catalog for Microsoft Azure Tutorial Enterprise Data Catalog for Microsoft Azure Tutorial VERSION 10.2 JANUARY 2018 Page 1 of 45 Contents Tutorial Objectives... 4 Enterprise Data Catalog Overview... 5 Overview... 5 Objectives... 5 Enterprise

More information

Sustainable Security Operations

Sustainable Security Operations Sustainable Security Operations Optimize processes and tools to make the most of your team s time and talent The number and types of security incidents organizations face daily are steadily increasing,

More information

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. Oracle10g RDF Data Mgmt: In Life Sciences Xavier Lopez Director, Server Technologies Oracle

More information

Fast Innovation requires Fast IT

Fast Innovation requires Fast IT Fast Innovation requires Fast IT Cisco Data Virtualization Puneet Kumar Bhugra Business Solutions Manager 1 Challenge In Data, Big Data & Analytics Siloed, Multiple Sources Business Outcomes Business Opportunity:

More information

metamatrix enterprise data services platform

metamatrix enterprise data services platform metamatrix enterprise data services platform Bridge the Gap with Data Services Leaders of high-priority application projects in businesses and government agencies are looking to complete projects efficiently,

More information

MarkLogic Technology Briefing

MarkLogic Technology Briefing MarkLogic Technology Briefing Edd Patterson CTO/VP Systems Engineering, Americas Slide 1 Agenda Introductions About MarkLogic MarkLogic Server Deep Dive Slide 2 MarkLogic Overview Company Highlights Headquartered

More information

Open And Linked Data Oracle proposition Subtitle

Open And Linked Data Oracle proposition Subtitle Presented with Open And Linked Data Oracle proposition Subtitle Pascal GUY Master Sales Consultant Cloud Infrastructure France May 30, 2017 Copyright 2014, Oracle and/or its affiliates. All rights reserved.

More information

Quality Assurance and IT Risk Management

Quality Assurance and IT Risk Management Quality Assurance and IT Risk Deutsche Bank s QA and Testing Transformation Journey Michael Venditti Head of Enterprise Testing Services, Deutsche Bank IT RISK - REGULATORY GOVERNANCE Major shifts in the

More information

Taxonomy for Self-service Delivery

Taxonomy for Self-service Delivery Taxonomy for Self-service Delivery At hp we want every customer to receive unmatched product quality, value and support services 1 An Enterprise class implementation of Taxonomy Management with SDL LiveContent

More information

Mastering Data Access with the Optic API & Template-Driven Extraction

Mastering Data Access with the Optic API & Template-Driven Extraction Mastering Data Access with the Optic API & Template-Driven Extraction Erik Hennum, Principal Engineer, MarkLogic Fayez Saliba, Staff Engineer, MarkLogic COPYRIGHT 13 June 2017MARKLOGIC CORPORATION. ALL

More information

Mapping Your Requirements to the NIST Cybersecurity Framework. Industry Perspective

Mapping Your Requirements to the NIST Cybersecurity Framework. Industry Perspective Mapping Your Requirements to the NIST Cybersecurity Framework Industry Perspective 1 Quest has the solutions and services to help your organization identify, protect, detect, respond and recover, better

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 ORACLE PRODUCT LOGO 20. oktober 2011 Hotel Europa Sarajevo Platform

More information

Open Standards for Linked Organisations. Linked Base Registries as a key enabler for egovernment in Flanders #OSLO2

Open Standards for Linked Organisations. Linked Base Registries as a key enabler for egovernment in Flanders #OSLO2 Open Standards for Linked Organisations Linked Base Registries as a key enabler for egovernment in Flanders #OSLO2 978 public partners 308 municipalities 2068 private partners Flanders Information Agency

More information

User Configurable Semantic Natural Language Processing

User Configurable Semantic Natural Language Processing User Configurable Semantic Natural Language Processing Jason Hedges CEO and Founder Edgetide LLC info@edgetide.com (443) 616-4941 Table of Contents Bridging the Gap between Human and Machine Language...

More information

Enterprise D/DoS Mitigation Solution offering

Enterprise D/DoS Mitigation Solution offering Enterprise D/DoS Mitigation Solution offering About the Domain TCS Enterprise Security and Risk Management (ESRM) offers full services play in security with integrated security solutions. ESRM s solution

More information

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information

Extending SOA Infrastructure for Semantic Interoperability

Extending SOA Infrastructure for Semantic Interoperability Extending SOA Infrastructure for Semantic Interoperability Wen Zhu wzhu@alionscience.com ITEA System of Systems Conference 26 Jan 2006 www.alionscience.com/semantic Agenda Background Semantic Mediation

More information

Data Lakes, Data Hubs and AI. Dan McCreary Distinguished Engineer in Artificial Intelligence Optum Advanced Applied Technologies

Data Lakes, Data Hubs and AI. Dan McCreary Distinguished Engineer in Artificial Intelligence Optum Advanced Applied Technologies Data Lakes, Data Hubs and AI Dan McCreary Distinguished Engineer in Artificial Intelligence Optum Advanced Applied Technologies Background for Dan McCreary Co-founder of "NoSQL Now!" conference Coauthor

More information

Demystifying Governance, Risk, and Compliance (GRC) with 4 Simple Use Cases. Gen Fields Senior Solution Consultant, Federal Government ServiceNow

Demystifying Governance, Risk, and Compliance (GRC) with 4 Simple Use Cases. Gen Fields Senior Solution Consultant, Federal Government ServiceNow Demystifying Governance, Risk, and Compliance (GRC) with 4 Simple Use Cases Gen Fields Senior Solution Consultant, Federal Government ServiceNow 1 Agenda The Current State of Governance, Risk, and Compliance

More information

Verarbeitung von Vektor- und Rasterdaten auf der Hadoop Plattform DOAG Spatial and Geodata Day 2016

Verarbeitung von Vektor- und Rasterdaten auf der Hadoop Plattform DOAG Spatial and Geodata Day 2016 Verarbeitung von Vektor- und Rasterdaten auf der Hadoop Plattform DOAG Spatial and Geodata Day 2016 Hans Viehmann Product Manager EMEA ORACLE Corporation 12. Mai 2016 Safe Harbor Statement The following

More information

Department of Justice Policing and Victim Services BUSINESS PLAN

Department of Justice Policing and Victim Services BUSINESS PLAN Policing and Victim Services BUSINESS PLAN 2004-2005 1. The Creation of a New Division The was created in 2001 by joining the former Divisions: Policing and Public Safety Services and Victims Services.

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

JBoss DNA. Randall Hauch Principal Software Engineer JBoss Data Services

JBoss DNA. Randall Hauch Principal Software Engineer JBoss Data Services JBoss DNA Randall Hauch Principal Software Engineer JBoss Data Services 1 JBoss DNA New project A few months old http://labs.jboss.org/dna Prior repository experience and IP MetaMatrix Repository Drools

More information

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Semantic Technologies and CDISC Standards Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Part I Introduction to Semantic Technology Resource Description Framework

More information

Fluentd + MongoDB + Spark = Awesome Sauce

Fluentd + MongoDB + Spark = Awesome Sauce Fluentd + MongoDB + Spark = Awesome Sauce Nishant Sahay, Sr. Architect, Wipro Limited Bhavani Ananth, Tech Manager, Wipro Limited Your company logo here Wipro Open Source Practice: Vision & Mission Vision

More information

TRANSFORMING WEST MIDLANDS POLICE A BOLD NEW MODEL FOR POLICING

TRANSFORMING WEST MIDLANDS POLICE A BOLD NEW MODEL FOR POLICING TRANSFORMING WEST MIDLANDS POLICE A BOLD NEW MODEL FOR POLICING In 2014, West Midlands Police (WMP) committed to a striking transformation programme that would help the force meet current and future policing

More information

Single Sign-On Best Practices

Single Sign-On Best Practices AUGUST 2018 WHITE PAPER Single Sign-On Best Practices Protecting Access in the Cloud Table of Contents Executive Summary... 3 Objectives... 3 Security Challenges... 4 Standards... 5 Conclusion... 6 Additional

More information

Sistemi ICT per il Business Networking

Sistemi ICT per il Business Networking Corso di Laurea Specialistica Ingegneria Gestionale Sistemi ICT per il Business Networking B2B Integration Docente: Vito Morreale (vito.morreale@eng.it) 1 B2B Interactions Businesses are constantly searching

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

Accelerate Your Cloud Journey

Accelerate Your Cloud Journey Dubai, UAE 20th March 2013 Accelerate Your Cloud Journey James Spearman Dimension Data - Solutions Architect Cloud 2012 2011 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Dimension

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Data Vault Brisbane User Group

Data Vault Brisbane User Group Data Vault Brisbane User Group 26-02-2013 Agenda Introductions A brief introduction to Data Vault Creating a Data Vault based Data Warehouse Comparisons with 3NF/Kimball When is it good for you? Examples

More information

Enterprise Semantic Technology

Enterprise Semantic Technology Enterprise Semantic Technology Industrializing Your Organization's Semantic Technology Platform SPEAKER: Thomas Kelly, Practice Director Semantic Technology Center of Excellence Enterprise Information

More information

MICROSOFT BUSINESS INTELLIGENCE

MICROSOFT BUSINESS INTELLIGENCE SSIS MICROSOFT BUSINESS INTELLIGENCE 1) Introduction to Integration Services Defining sql server integration services Exploring the need for migrating diverse Data the role of business intelligence (bi)

More information

STRATEGIES FOR MANAGING LARGE AMOUNTS OF RASTER LOG DATA. Brandon Schroeder

STRATEGIES FOR MANAGING LARGE AMOUNTS OF RASTER LOG DATA. Brandon Schroeder STRATEGIES FOR MANAGING LARGE AMOUNTS OF RASTER LOG DATA Brandon Schroeder DATA MANAGEMENT INITIATIVES General Principals Capture and catalog data as it s coming in Provide the G&G users access to the

More information

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016]

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016] Event Stores (I) Event stores are database management systems implementing the concept of event sourcing. They keep all state changing events for an object together with a timestamp, thereby creating a

More information

Data Virtualization Implementation Methodology and Best Practices

Data Virtualization Implementation Methodology and Best Practices White Paper Data Virtualization Implementation Methodology and Best Practices INTRODUCTION Cisco s proven Data Virtualization Implementation Methodology and Best Practices is compiled from our successful

More information

Achieving effective risk management and continuous compliance with Deloitte and SAP

Achieving effective risk management and continuous compliance with Deloitte and SAP Achieving effective risk management and continuous compliance with Deloitte and SAP 2 Deloitte and SAP: collaborating to make GRC work for you Meeting Governance, Risk and Compliance (GRC) requirements

More information

Third generation of Data Virtualization

Third generation of Data Virtualization White Paper Third generation of Data Virtualization Write back to the sources An Enterprise Enabler white paper from Stone Bond Technologies Copyright 2014 Stone Bond Technologies, L.P. All rights reserved.

More information