SlideShare a Scribd company logo
Devin S. Olson
Thank you
DEV-1533
Big Data with Graph,
IBM Domino, and
OpenNTF API
Thursday, 10:00 AM - 10:45 AM
Room 2020
DEV-1533
Big Data with Graph, IBM Domino, and OpenNTF API
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
3 1/28/2020
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.
4 1/28/2020
devin@redpillnow.com
redpillnow.comwww
Grand Rapids, Michigan
devinolson.net
learningxpages.com
@spanky762
Devin S. Olson
Challenge the way you think about Notes data
Change the way you approach your next project
Bring you faster, better results with your own data
TheWorldToday
2,500,000,000,000,000,000
Bytes Of New Data Every Day
Business is turning to
graph databases
WhatIs a graph?
12 1/28/2020
a database in which
relationships are records
Does not
use indexes
for relationships
Records are key value pairs
An entity is called a
Vertex (or Node)
A Relationship is called an
Edge
Edges have
label
properties
* almost always verbs
Whouses graphs?
19 1/28/2020
Big Data with Graph, IBM Domino, and the OpenNTF API
OpenGraph
Big Data with Graph, IBM Domino, and the OpenNTF API
MicrosoftGraph
KnowledgeGraph
IBMGraph
WhatAre graphs use for?
26 1/28/2020
Social Networks
Fraud
Detection
Network & IT Operations
Gaming and Learning
Real Time Suggestions
Master Data Management
Whyuse graphs?
33 1/28/2020
Flexibility
Scalability
Performancibility
Example
simple
37 1/28/2020
Customer
Name: Red Pill Now Add a vertex
with some properties
Purchase Order
OrderNumber: 003256
Add another
vertex
with some properties
Customer
Name: Red Pill Now
Orders
Purchase Order
OrderNumber: 003256
Add an
edge
between them
Customer
Name: Red Pill Now
Orders
Purchase Order
OrderNumber: 003256
Product
ProductName: Surface Pro 4
Description: Windows tablet computer
Contains
Unit Price: $999
Quantity: 4
Repeat
Customer
Name: Red Pill Now
Customer
Name: Red Pill Now
Orders
Product
ProductName: Surface Pro 4
Description: Window tablet
computer
Contains
Unit Price: $999
Quantity: 4
Find a
Vertex
Purchase Order
OrderNumber: 003256
Customer
Name: Red Pill Now
Product
ProductName: Surface Pro 4
Description: Window tablet
computer
Iterate its
Edges
Orders
Purchase Order
OrderNumber: 003256
Contains
Unit Price: $999
Quantity: 4
Orders
Purchase Order
OrderNumber: 003256
Product
ProductName: Surface Pro 4
Description: Windows tablet computer
Contains
Unit Price: $999
Quantity: 4
Repeat
Customer
Name: Red Pill Now
WhatAre some graphs?
45 1/28/2020
JDBC
For Graphs
ClusterableGreat licensing
Transactional
Sharded
Multi-modal: all records are simultaneously
graph elements, documents and maps
48 1/28/2020
Domino API
Great licensing
Clusterable
Transactional
Sharded
Multi-modal: all records are simultaneously
graph elements, documents and maps
Frames
Pipes
Furnace
Blueprints
Rexster
Gremlin
Any NSF
can be
included in
a graph
Any number
of NSFs can
be included
Any form
can be used
to define a
frame
Any
document
can be a
vertex
Any view
can be a
vertex
Any
view entry
can be an
edge
Demo
Time
Basic@Annotations
RESTAPIPower
SearchRelationships
✓ 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
devin@redpillnow.com
redpillnow.comwww
Grand Rapids, Michigan
devinolson.net
learningxpages.com
@spanky762
Devin S. Olson

More Related Content

PPTX
Big Data With Graphs
PDF
IC6284A - The Art of Choosing the Best Cloud Solution
PPTX
Cognitive Connections Architectures, Use Cases and Code
PPTX
Insight_Session_2734_Presentation_Final
PPTX
OpenWhisk Part 2 Research Day at Interconnect 2017
PDF
IT Roadmap Atlanta Deliver on your innovation goals with IBM Bluemix
PDF
Complete Solutions in ECM using IBM, Internal and Third Party, Custom Components
PPTX
OpenWhisk ChatBot InterConnect 2017
Big Data With Graphs
IC6284A - The Art of Choosing the Best Cloud Solution
Cognitive Connections Architectures, Use Cases and Code
Insight_Session_2734_Presentation_Final
OpenWhisk Part 2 Research Day at Interconnect 2017
IT Roadmap Atlanta Deliver on your innovation goals with IBM Bluemix
Complete Solutions in ECM using IBM, Internal and Third Party, Custom Components
OpenWhisk ChatBot InterConnect 2017

What's hot (19)

PDF
Managing integration in a multi cluster world
PDF
AD 1656 - Transforming social data into business insight
PDF
WOW2016_3963
PDF
DESY's new data taking and analysis infrastructure for PETRA III
PDF
World of Watson Ask Me Anything About IoT
PDF
Advanced Mobile Content Collaboration with BOX.NET
PDF
Sap guided workflow in ibm bpm
PPTX
Why z/OS is a great platform for developing and hosting APIs
PDF
Vision 2016 fpm 1081 - getting data from sap business warehouse into your ibm...
PPT
IBM UrbanCode Deploy and VMware Integrated OpenStack
PDF
Union Bank Slashes Onboarding Times with Analytics
PDF
Integrate Application Security Testing into your SDLC
PPT
Ibm mobile first digital_strategy_dc
PPT
Smart Information Management
PPT
Making People Flow in Cities Measurable and Analyzable
PPTX
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
PDF
Think 2018 - MicroProfile OpenAPI
PPTX
MOB-1298_How to Harness Human Data and Insights to Develop Better Mobile Expe...
PDF
TI 1641 - delivering enterprise software at the speed of cloud
Managing integration in a multi cluster world
AD 1656 - Transforming social data into business insight
WOW2016_3963
DESY's new data taking and analysis infrastructure for PETRA III
World of Watson Ask Me Anything About IoT
Advanced Mobile Content Collaboration with BOX.NET
Sap guided workflow in ibm bpm
Why z/OS is a great platform for developing and hosting APIs
Vision 2016 fpm 1081 - getting data from sap business warehouse into your ibm...
IBM UrbanCode Deploy and VMware Integrated OpenStack
Union Bank Slashes Onboarding Times with Analytics
Integrate Application Security Testing into your SDLC
Ibm mobile first digital_strategy_dc
Smart Information Management
Making People Flow in Cities Measurable and Analyzable
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
Think 2018 - MicroProfile OpenAPI
MOB-1298_How to Harness Human Data and Insights to Develop Better Mobile Expe...
TI 1641 - delivering enterprise software at the speed of cloud
Ad

Similar to Big Data with Graph, IBM Domino, and the OpenNTF API (20)

PPTX
Big Data With Graphs
PPTX
Integrating IBM Internet of Things Platform and IBM Blockchain
PDF
Capgemini Connected Car Demo Using IBM Internet of Things Foundation on Bluemix
PPTX
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
PPTX
4515 Modernize your CICS applications for Mobile and Cloud
PDF
InterConnect2015 ICP3222 A MDD Approach to Agile Development of IoT Applications
PDF
Defining managing & publishing ap is in the cloud saa-s
PPTX
Introduction to IBM Cognitive Business
PDF
InterConnect 2017 : z/OS-as-a-Service: The Disposable LPAR
PPTX
World of Watson - Integrating IBM Watson IOT Platform and IBM Blockchain
PDF
SAP guided workflow in IBM BPM
PPTX
App infrastructure &_integration_keynote_final
PDF
BP201 Creating Your Own Connections Confection - Getting The Flavour Right
PPTX
OpenTechSummit InterConnect2015 DevOps
PDF
IBM Design Thinking + Agile + DevOps Interconnect 2017
PDF
Introduction to IBM Cloud Private - April 2018
PDF
Unifying the Silos: Optimize your Data Pipeline for Analytics and AI
PDF
Scalable, Available and Reliable Cloud Applications with PaaS and Microservices
PDF
Witness the Evolution of Teamwork
PDF
Aligning the Fast & the Slow: The Reality of Multi-Speed IT
Big Data With Graphs
Integrating IBM Internet of Things Platform and IBM Blockchain
Capgemini Connected Car Demo Using IBM Internet of Things Foundation on Bluemix
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
4515 Modernize your CICS applications for Mobile and Cloud
InterConnect2015 ICP3222 A MDD Approach to Agile Development of IoT Applications
Defining managing & publishing ap is in the cloud saa-s
Introduction to IBM Cognitive Business
InterConnect 2017 : z/OS-as-a-Service: The Disposable LPAR
World of Watson - Integrating IBM Watson IOT Platform and IBM Blockchain
SAP guided workflow in IBM BPM
App infrastructure &_integration_keynote_final
BP201 Creating Your Own Connections Confection - Getting The Flavour Right
OpenTechSummit InterConnect2015 DevOps
IBM Design Thinking + Agile + DevOps Interconnect 2017
Introduction to IBM Cloud Private - April 2018
Unifying the Silos: Optimize your Data Pipeline for Analytics and AI
Scalable, Available and Reliable Cloud Applications with PaaS and Microservices
Witness the Evolution of Teamwork
Aligning the Fast & the Slow: The Reality of Multi-Speed IT
Ad

More from Devin Olson (19)

PDF
Paired with an Idiot: Things that sabotage success
PDF
Resolving Cached Design Element Corruption Issues in the IBM Notes Client
PDF
Do you have a website? Do you want to get sued?
PDF
IBM Traveler and Verse: Device Security and Administration Overview
PDF
Website Accessibility Workshop
PDF
Raw Iron to Enterprise Server: Installing Domino on Linux
PDF
Curing the Headaches: How to Deal with Bad Developers
PDF
Accessibility for the Visually Impaired with IBM Lotus Domino
PDF
Countdown to Domino 10
PDF
Pink Slip Time: Turning a Job Loss into a Career Win
PDF
XPages Development 2
PDF
XPages Development 1
PDF
Countdown to Domino 2025
PDF
Customer Story: Next Level Coding
PDF
Countdown to Domino 2025 - Preparing for the NOW
PDF
Installing and Configuring Domino 10 on CentOS 7
PDF
Extreme Development: Pair Programming
PDF
Installing & Configuring IBM Domino 9 on CentOS
PDF
Ad104 build a bean workshop
Paired with an Idiot: Things that sabotage success
Resolving Cached Design Element Corruption Issues in the IBM Notes Client
Do you have a website? Do you want to get sued?
IBM Traveler and Verse: Device Security and Administration Overview
Website Accessibility Workshop
Raw Iron to Enterprise Server: Installing Domino on Linux
Curing the Headaches: How to Deal with Bad Developers
Accessibility for the Visually Impaired with IBM Lotus Domino
Countdown to Domino 10
Pink Slip Time: Turning a Job Loss into a Career Win
XPages Development 2
XPages Development 1
Countdown to Domino 2025
Customer Story: Next Level Coding
Countdown to Domino 2025 - Preparing for the NOW
Installing and Configuring Domino 10 on CentOS 7
Extreme Development: Pair Programming
Installing & Configuring IBM Domino 9 on CentOS
Ad104 build a bean workshop

Recently uploaded (20)

PPT
Quality review (1)_presentation of this 21
PPTX
climate analysis of Dhaka ,Banglades.pptx
PDF
Mega Projects Data Mega Projects Data
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
Database Infoormation System (DBIS).pptx
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PDF
annual-report-2024-2025 original latest.
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPTX
Introduction to Knowledge Engineering Part 1
PPTX
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPT
ISS -ESG Data flows What is ESG and HowHow
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PDF
Business Analytics and business intelligence.pdf
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PPTX
Qualitative Qantitative and Mixed Methods.pptx
Quality review (1)_presentation of this 21
climate analysis of Dhaka ,Banglades.pptx
Mega Projects Data Mega Projects Data
Introduction-to-Cloud-ComputingFinal.pptx
Database Infoormation System (DBIS).pptx
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
STUDY DESIGN details- Lt Col Maksud (21).pptx
annual-report-2024-2025 original latest.
Data_Analytics_and_PowerBI_Presentation.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
oil_refinery_comprehensive_20250804084928 (1).pptx
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Introduction to Knowledge Engineering Part 1
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
ISS -ESG Data flows What is ESG and HowHow
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
Business Analytics and business intelligence.pdf
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
Qualitative Qantitative and Mixed Methods.pptx

Big Data with Graph, IBM Domino, and the OpenNTF API

  • 1. Devin S. Olson Thank you DEV-1533 Big Data with Graph, IBM Domino, and OpenNTF API Thursday, 10:00 AM - 10:45 AM Room 2020
  • 2. DEV-1533 Big Data with Graph, IBM Domino, and OpenNTF API
  • 3. 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 3 1/28/2020
  • 4. 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. 4 1/28/2020
  • 6. Challenge the way you think about Notes data
  • 7. Change the way you approach your next project
  • 8. Bring you faster, better results with your own data
  • 11. Business is turning to graph databases
  • 12. WhatIs a graph? 12 1/28/2020
  • 13. a database in which relationships are records
  • 14. Does not use indexes for relationships
  • 15. Records are key value pairs
  • 16. An entity is called a Vertex (or Node)
  • 17. A Relationship is called an Edge
  • 26. WhatAre graphs use for? 26 1/28/2020
  • 29. Network & IT Operations
  • 38. Customer Name: Red Pill Now Add a vertex with some properties
  • 39. Purchase Order OrderNumber: 003256 Add another vertex with some properties Customer Name: Red Pill Now
  • 40. Orders Purchase Order OrderNumber: 003256 Add an edge between them Customer Name: Red Pill Now
  • 41. Orders Purchase Order OrderNumber: 003256 Product ProductName: Surface Pro 4 Description: Windows tablet computer Contains Unit Price: $999 Quantity: 4 Repeat Customer Name: Red Pill Now
  • 42. Customer Name: Red Pill Now Orders Product ProductName: Surface Pro 4 Description: Window tablet computer Contains Unit Price: $999 Quantity: 4 Find a Vertex Purchase Order OrderNumber: 003256
  • 43. Customer Name: Red Pill Now Product ProductName: Surface Pro 4 Description: Window tablet computer Iterate its Edges Orders Purchase Order OrderNumber: 003256 Contains Unit Price: $999 Quantity: 4
  • 44. Orders Purchase Order OrderNumber: 003256 Product ProductName: Surface Pro 4 Description: Windows tablet computer Contains Unit Price: $999 Quantity: 4 Repeat Customer Name: Red Pill Now
  • 47. ClusterableGreat licensing Transactional Sharded Multi-modal: all records are simultaneously graph elements, documents and maps
  • 49. Domino API Great licensing Clusterable Transactional Sharded Multi-modal: all records are simultaneously graph elements, documents and maps
  • 52. Any number of NSFs can be included
  • 53. Any form can be used to define a frame
  • 55. Any view can be a vertex
  • 61. ✓ 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