Big Data With Graphs

62
DEV-1533 Big Data with Graph, IBM Domino, and OpenNTF API

Transcript of Big Data With Graphs

Page 1: Big Data With Graphs

DEV-1533

Big Data with Graph, IBM Domino, and OpenNTF API

Page 2: Big Data With Graphs

Notices and disclaimers

Copyright © 2017 by International Business Machines Corporation (IBM). No part of this document may be reproduced or transmitted in any form without written permission from IBM.

U.S. Government Users Restricted Rights — Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM.

Information in these presentations (including information relating to products that have not yet been announced by IBM) has been reviewed for accuracy as of the date of initial publication and could include unintentional technical or typographical errors. IBM shall have no responsibility to update this information. THIS DOCUMENT IS DISTRIBUTED "AS IS" WITHOUT ANY WARRANTY, EITHER EXPRESS OR IMPLIED. IN NO EVENT SHALL IBM BE LIABLE FOR ANY DAMAGE ARISING FROM THE USE OF THIS INFORMATION, INCLUDING BUT NOT LIMITED TO, LOSS OF DATA, BUSINESS INTERRUPTION, LOSS OF PROFIT OR LOSS OF OPPORTUNITY. IBM products and services are warranted according to the terms and conditions of the agreements under which they are provided.

IBM products are manufactured from new parts or new and used parts. In some cases, a product may not be new and may have been previously installed. Regardless, our warranty terms apply.”

Any statements regarding IBM's future direction, intent or product plans are subject to change or withdrawal without notice.

Performance data contained herein was generally obtained in a controlled, isolated environments. Customer examples are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual performance, cost, savings or other results in other operating environments may vary.

References in this document to IBM products, programs, or services does not imply that IBM intends to make such products, programs or services available in all countries in which IBM operates or does business.

Workshops, sessions and associated materials may have been prepared by independent session speakers, and do not necessarily reflect the views of IBM. All materials and discussions are provided for informational purposes only, and are neither intended to, nor shall constitute legal or other guidance or advice to any individual participant or their specific situation.

It is the customer’s responsibility to insure its own compliance with legal requirements and to obtain advice of competent legal counsel as to the identification and interpretation of any relevant laws and regulatory requirements that may affect the customer’s business and any actions the customer may need to take to comply with such laws. IBM does not provide legal advice or represent or warrant that its services or products will ensure that the customer is in compliance with any law

2 05/03/2023

Page 3: Big Data With Graphs

Notices and disclaimers continued

Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products in connection with this publication and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. IBM does not warrant the quality of any third-party products, or the ability of any such third-party products to interoperate with IBM’s products. IBM EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

The provision of the information contained herein is not intended to, and does not, grant any right or license under any IBM patents, copyrights, trademarks or other intellectual property right.

IBM, the IBM logo, ibm.com, Aspera®, Bluemix, Blueworks Live, CICS, Clearcase, Cognos®, DOORS®, Emptoris®, Enterprise Document Management System™, FASP®, FileNet®, Global Business Services ®, Global Technology Services ®, IBM ExperienceOne™, IBM SmartCloud®, IBM Social Business®, Information on Demand, ILOG, Maximo®, MQIntegrator®, MQSeries®, Netcool®, OMEGAMON, OpenPower, PureAnalytics™, PureApplication®, pureCluster™, PureCoverage®, PureData®, PureExperience®, PureFlex®, pureQuery®, pureScale®, PureSystems®, QRadar®, Rational®, Rhapsody®, Smarter Commerce®, SoDA, SPSS, Sterling Commerce®, StoredIQ, Tealeaf®, Tivoli®, Trusteer®, Unica®, urban{code}®, Watson, WebSphere®, Worklight®, X-Force® and System z® Z/OS, are trademarks of International Business Machines Corporation, registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at: www.ibm.com/legal/copytrade.shtml.

3 05/03/2023

Page 4: Big Data With Graphs

[email protected]

redpillnow.comwww

Grand Rapids, Michigan

devinolson.net learningxpages.com

@spanky762Devin S. Olson

Page 5: Big Data With Graphs

Challenge the way you think about Notes data

Page 6: Big Data With Graphs

Change the way you approach your next project

Page 7: Big Data With Graphs

Bring you faster, better results with your own data

Page 8: Big Data With Graphs

The World Today

Page 9: Big Data With Graphs

2,500,000,000,000,000,000 Bytes Of New Data Every Day

Page 10: Big Data With Graphs

Business is turning tograph databases

Page 11: Big Data With Graphs

11 05/03/2023

WhatIs a graph?

Page 12: Big Data With Graphs

a database in which relationships are records

Page 13: Big Data With Graphs

Does notuse indexes

for relationships

Page 14: Big Data With Graphs

Records are key value pairs

Page 15: Big Data With Graphs

An entity is called aVertex (or Node)

Page 16: Big Data With Graphs

A Relationship is called an

Edge

Page 17: Big Data With Graphs

Edges have

label properties

* almost always verbs

Page 18: Big Data With Graphs

18 05/03/2023

Whouses graphs?

Page 19: Big Data With Graphs
Page 20: Big Data With Graphs

Open G

raph

Page 21: Big Data With Graphs
Page 22: Big Data With Graphs

Microsoft G

raph

Page 23: Big Data With Graphs

Know

ledge Graph

Page 24: Big Data With Graphs

IBM

Graph

Page 25: Big Data With Graphs

25 05/03/2023

WhatAre graphs use for?

Page 26: Big Data With Graphs

Social Networks

Page 27: Big Data With Graphs

FraudDetection

Page 28: Big Data With Graphs

Network & IT Operations

Page 29: Big Data With Graphs

Gaming and Learning

Page 30: Big Data With Graphs

Real Time Suggestions

Page 31: Big Data With Graphs

Master Data Management

Page 32: Big Data With Graphs

32 05/03/2023

Whyuse graphs?

Page 33: Big Data With Graphs

Flexibility

Page 34: Big Data With Graphs

Scalability

Page 35: Big Data With Graphs

Performancibility

Page 36: Big Data With Graphs

36 05/03/2023

Examplesimple

Page 37: Big Data With Graphs

CustomerName: Red Pill Now Add a vertex

with some properties

Page 38: Big Data With Graphs

Purchase OrderOrderNumber: 003256

Add another

vertex with some properties

CustomerName: Red Pill Now

Page 39: Big Data With Graphs

Orders

Purchase OrderOrderNumber: 003256

Add an edge

between them

CustomerName: Red Pill Now

Page 40: Big Data With Graphs

Orders

Purchase OrderOrderNumber: 003256

ProductProductName: Surface Pro 4Description: Windows tablet computer

ContainsUnit Price: $999Quantity: 4

RepeatCustomerName: Red Pill Now

Page 41: Big Data With Graphs

CustomerName: Red Pill Now

Orders

ProductProductName: Surface Pro 4Description: Window tablet computer

ContainsUnit Price: $999Quantity: 4

Find a Vertex

Purchase OrderOrderNumber: 003256

Page 42: Big Data With Graphs

CustomerName: Red Pill Now

ProductProductName: Surface Pro 4Description: Window tablet computer

Iterate itsEdges

Orders

Purchase OrderOrderNumber: 003256

ContainsUnit Price: $999Quantity: 4

Page 43: Big Data With Graphs

Orders

Purchase OrderOrderNumber: 003256

ProductProductName: Surface Pro 4Description: Windows tablet computer

ContainsUnit Price: $999Quantity: 4

RepeatCustomerName: Red Pill Now

Page 44: Big Data With Graphs

44 05/03/2023

WhatAre some graphs?

Page 45: Big Data With Graphs

JDBCFor Graphs

Page 46: Big Data With Graphs

ClusterableGreat licensing

Transactional Sharded

Multi-modal: all records are simultaneously graph elements, documents and maps

Page 47: Big Data With Graphs

47 05/03/2023

Page 48: Big Data With Graphs

Domino API

Great licensingClusterable

Transactional Sharded

Multi-modal: all records are simultaneously graph elements, documents and maps

Page 49: Big Data With Graphs

Frames

Pipes

Furnace

Blueprints

Rexster

Gremlin

Page 50: Big Data With Graphs

Any NSF can be

included in a graph

Page 51: Big Data With Graphs

Any number of NSFs can be included

Page 52: Big Data With Graphs

Any form can be used to define a

frame

Page 53: Big Data With Graphs

Any document can be a vertex

Page 54: Big Data With Graphs

Any view can be a

vertex

Page 55: Big Data With Graphs

Any view entry can be an

edge

Page 56: Big Data With Graphs

Demo Time

Page 57: Big Data With Graphs

Basic @

Annotations

Page 58: Big Data With Graphs

RE

ST A

PI P

ower

Page 59: Big Data With Graphs

Search R

elationships

Page 60: Big Data With Graphs

Taming Designer (Nathan T. Freeman): https://nathantfreeman.wordpress.com/taming-ibm-domino-designer/

NotesIn9 #192 - Intro to Graph Databases in Xpages (David Leedy with guest Oliver Busse): http://www.notesin9.com/2016/08/12/notesin9-192-intro-to-graph-database-in-xpages

From XPages to Web App (Paul Withers): http://www.intec.co.uk/from-xpages-to-web-app-introduction/

Domino OSGi Development (Paul Fiore): http://www.slideshare.net/fiorep/domino-osgi-development

Recommended Resources

Page 61: Big Data With Graphs

[email protected]

redpillnow.comwww

Grand Rapids, Michigan

devinolson.net learningxpages.com

@spanky762Devin S. Olson

Page 62: Big Data With Graphs

65 05/03/2023

Thank you