oracle endeca information discovery architecture

15
ORACLE ENDECA INFORMATION DISCOVERY ARCHITECTURE Waalwijk, 2013

Upload: aorta-business-intelligence

Post on 01-Nov-2014

2.234 views

Category:

Technology


4 download

DESCRIPTION

Brief overview of the architecture of Oracle Endeca Information Discovery

TRANSCRIPT

Page 1: Oracle endeca information discovery architecture

ORACLE ENDECA INFORMATION DISCOVERYARCHITECTURE

Waalwijk, 2013

Page 2: Oracle endeca information discovery architecture

Aorta business intelligence

ENDECA INFORMATION DISCOVERY COMPONENTS

Page 3: Oracle endeca information discovery architecture

Aorta business intelligence

ENDECA INTEGRATION SUITE

• Extensible framework for unstructured data connectivity and manipulation

• Crawlers for file systems and the web

• Adapters for Sharepoint, Documentum, FileNet, Lotus Notes, Interwoven, OpenText

• Text and metadata extraction for 500 file formats

• Advanced text enrichment capabilities

• Flexible, agile, enterprise class ETL

• Adapters for JDBC, and common file types (XML, delimited, fixed-width, etc.)

• Java SDK framework for creating new adapters and data manipulation

• Multi-node configuration for high-scale ingest

• Commercial ETL tools readily plug into the Server data API

• Strong partnership with Informatica

• Best practices available for variety of additional ETL technologies

Open API

Endeca Server

UnstructuredData

Structured andSemi-StructuredData

EnterpriseStructured Data

Page 4: Oracle endeca information discovery architecture

Aorta business intelligence

ENDECA SERVER

- Java-based server- Focused on search and analytics- Multiple data stores support

• Named for easy identification

- Manage with web services• Create, attach, detach, start data

stores

- Single access point for query ingest

• http://<host>:<port>/ws/query/<datastore>

Page 5: Oracle endeca information discovery architecture

Aorta business intelligence

LOADING STRUCTURED DATA

• TxnID = 12325• ProductID = 507• Category = Road Bike• Amount = $1399.49• Weight = 20lb.• FrameType = Composite• Saddle = Bontrager Race• Review = Disappointing for the price. The frame feels heavier than I

expected.• ReviewSentiment = Negative• ReviewTerm = Disappointing• ReviewTerm = Price• ReviewTerm = Heavier

ETL

• TxnID = 12324• ProductID = 506• Category = Mountain Bike• Amount = $499.99• Suspension = Fox 32 F-Series• FrameType = Aluminium• Saddle = Bontrager SSR• Mountain Accessories = Fork and shock sag meter• Mountain Accessories = Water Bottle• Review = A great bike for off road. Smooth ride over the bumps• ReviewSentiment = Positive• ReviewTerm = Great• ReviewTerm = Off Road• ReviewTerm = Smooth• ReviewTerm = Bumps

TransactionTxnID ProductID Category Amount

12324 506 Mountain Bike 499

12325 507 Road Bike 1399

Page 6: Oracle endeca information discovery architecture

Aorta business intelligence

LOADING SEMI-STRUCTURED DATA

• TxnID = 12325• ProductID = 507• Category = Road Bike• Amount = $1399.49• Weight = 20lb.• FrameType = Composite• Saddle = Bontrager Race• Review = Disappointing for the price. The frame feels heavier than

I expected.• ReviewSentiment = Negative• ReviewTerm = Disappointing• ReviewTerm = Price• ReviewTerm = Heavier

• TxnID = 12324• ProductID = 506• Category = Mountain Bike• Amount = $499.99• Suspension = Fox 32 F-Series• FrameType = Aluminium• Saddle = Bontrager SSR• Mountain Accessories = Fork and shock sag meter• Mountain Accessories = Water Bottle• Review = A great bike for off road. Smooth ride over the bumps• ReviewSentiment = Positive• ReviewTerm = Great• ReviewTerm = Off Road• ReviewTerm = Smooth• ReviewTerm = Bumps

<ProductData ProductID="506"> <Attribute Key="Suspension">Fox 32 F-Series</Attribute> <Attribute Key="FrameType">Aluminium</Attribute> <Attribute Key="Saddle">Bontrager SSR</Attribute> <Attribute Key="Mountain Accessories"> Fork and shock sag meter</Attribute> <Attribute Key="Mountain Accessories"> Water Bottle</Attribute></ProductData>

<ProductData ProductID="507"> <Attribute Key="Weight">20lb.</Attribute> <Attribute Key="FrameType">Composite</Attribute> <Attribute Key="Saddle">Bontrager Race</Attribute></ProductData>

ETL

Page 7: Oracle endeca information discovery architecture

Aorta business intelligence

LOADING UNSTRUCTURED DATA

• TxnID = 12325• ProductID = 507• Category = Road Bike• Amount = $1399.49• Weight = 20lb.• FrameType = Composite• Saddle = Bontrager Race• Review = Disappointing for the price. The frame feels heavier than

I expected.• ReviewSentiment = Negative• ReviewTerm = Disappointing• ReviewTerm = Price• ReviewTerm = Heavier

• TxnID = 12324• ProductID = 506• Category = Mountain Bike• Amount = $499.99• Suspension = Fox 32 F-Series• FrameType = Aluminium• Saddle = Bontrager SSR• Mountain Accessories = Fork and shock sag meter• Mountain Accessories = Water Bottle• Review = A great bike for off road. Smooth ride over the bumps• ReviewSentiment = Positive• ReviewTerm = Great• ReviewTerm = Off Road• ReviewTerm = Smooth• ReviewTerm = Bumps

Review: #1301Product: 506

A great bike for off road. Smooth ride over the bumps

Review: #1327Product: 507

Disappointing for the price. The frame feels heavier than I expected.

ETL

Page 8: Oracle endeca information discovery architecture

Aorta business intelligence

ENRICH UNSTRUCTURED DATA

• TxnID = 12325• ProductID = 507• Category = Road Bike• Amount = $1399.49• Weight = 20lb.• FrameType = Composite• Saddle = Bontrager Race• Review = Disappointing for the price. The frame feels heavier than I

expected.• ReviewSentiment = Negative• ReviewTerm = Disappointing• ReviewTerm = Price• ReviewTerm = Heavier

• TxnID = 12324• ProductID = 506• Category = Mountain Bike• Amount = $499.99• Suspension = Fox 32 F-Series• FrameType = Aluminium• Saddle = Bontrager SSR• Mountain Accessories = Fork and shock sag meter• Mountain Accessories = Water Bottle• Review = A great bike for off road. Smooth ride over the bumps• ReviewSentiment = Positive• ReviewTerm = Great• ReviewTerm = Off Road• ReviewTerm = Smooth• ReviewTerm = Bumps

Page 9: Oracle endeca information discovery architecture

Aorta business intelligence

FLEXIBLE DATA MODEL

Relationships exposedThrough common data and metadata

PR

OD

UC

T

DA

TE

GE

OG

RA

PH

Y

Page 10: Oracle endeca information discovery architecture

Aorta business intelligence

SCALABILITY & PERFORMANCE ENDECA SERVER

Page 11: Oracle endeca information discovery architecture

Aorta business intelligence

RELATIONSHIP BETWEEN STRUCTURED AND UNSTRUCTURED DATA

Page 12: Oracle endeca information discovery architecture

Aorta business intelligence

STUDIO COMPONENT LIBRARY

• Bookmarks• Breadcrumbs• Chart• Guided Navigation• Range Filters• Record Details• Results Table• Search Box• Metrics Bar• Cross Tab

– And more…

Endeca Components Included Out of the Box

Page 13: Oracle endeca information discovery architecture

Aorta business intelligence

USER EXPERIENCE (1)

Page 14: Oracle endeca information discovery architecture

Aorta business intelligence

USER EXPERIENCE (2)

Page 15: Oracle endeca information discovery architecture

Aorta business intelligence

THE BI WIKI APP – YOUTUBE CHANNEL

http://bit.ly/VdorZc