SlideShare uma empresa Scribd logo
1 de 33
Model-Driven Development
of Semantic Mashup Applications
      With the Open-Source InfoGrid
      NoSQL Internet Graph Database


                               Johannes Ernst

                         NetMesh Inc. · InfoGrid.org

     Most recent version of this presentation is at: http://infogrid.org/wiki/Docs/SlidePresentations
                      License: 2010 Johannes Ernst, Creative Commons Attribution-Share Alike 3.0
Key Points
Key Points

• NoSQL is smoking hot in 2010
Key Points

• NoSQL is smoking hot in 2010
• Think "object graph" instead of "table" for
  more effective model-driven development
Key Points

• NoSQL is smoking hot in 2010
• Think "object graph" instead of "table" for
  more effective model-driven development
• InfoGrid.org – graph database driven by
  conceptual-level models with code generator,
  REST, Java, open-source/commercial
Key Points

• NoSQL is smoking hot in 2010
• Think "object graph" instead of "table" for
  more effective model-driven development
• InfoGrid.org – graph database driven by
  conceptual-level models with code generator,
  REST, Java, open-source/commercial
• Semantically-aware mashups need not be as
  hard as with an RDBMS
The Mashup Problem




 ?
Example Object Graph
                     :Complaint                 :Complaint
                   Name: Pain               Name: Blood Pressure


                                                      HasChiefComplaint
                                                                                    :Doctor
                                                                                 Name: Smith

  :OfficeVisit
Date: 2009/12/15                              :OfficeVisit
                                            Date: 2010/01/01
                              Prescribed
                                During
                                                                          With


              Lipitor:                                     By
                                                                                    :Doctor
             Medication
                                                                                 Name: Miller
            Amount: 100

                                                     John Doe: Patient
                             ActiveMeds:
                                                     MRN: 123456789
                            MedCollection
                                                     Age: 57
  Ibuprofen:
  Medication
 Amount: 50
Example Object Graph
                    System 3
                         :Complaint                 :Complaint
                       Name: Pain               Name: Blood Pressure

                                                                                     System 4
                                                          HasChiefComplaint
                                                                                         :Doctor
                                                                                      Name: Smith
  System 2
      :OfficeVisit
    Date: 2009/12/15                              :OfficeVisit
                                                Date: 2010/01/01
                                  Prescribed
                                    During
                                                                              With

System 1                                                         By
                  Lipitor:
                                                                                         :Doctor
                 Medication
                                                                                      Name: Miller
                Amount: 100                           System 5

                                                         John Doe: Patient
                                 ActiveMeds:
                                                         MRN: 123456789
                                MedCollection
                                                         Age: 57
       Ibuprofen:
       Medication
      Amount: 50
The Problem

• Semantically aggregate data from multiple
  sources
• Highly interrelated data
• Real-time updates (downstream and upstream)
• Decentralized schema evolution
InfoGrid
An Internet Graph Database
Types of Data Organization
Types of Data Organization
Tabular: SQL
relational database
Types of Data Organization
Tabular: SQL
relational database




Documents: NoSQL
document database
Types of Data Organization
Tabular: SQL
relational database




Documents: NoSQL                 Lookup: NoSQL
document database                key-value database
Types of Data Organization
Tabular: SQL                     Graph of instances: NoSQL
relational database              graph database
                                                             : abc
                                                        attribute: 1



                                       : def                                : xyz
                                  attribute: 2                         attribute: 5



                                                                                      : xyz
                                                                                 attribute: 4
                                                      : def
                                                 attribute: 3




Documents: NoSQL                 Lookup: NoSQL
document database                key-value database
Types of Data Organization
Tabular: SQL                     Graph of instances: NoSQL
relational database              graph database
                                                             : abc
                                                        attribute: 1



                                       : def                                : xyz
                                  attribute: 2                         attribute: 5



                                                                                      : xyz
                                                                                 attribute: 4
                                                      : def
                                                 attribute: 3




Documents: NoSQL                 Lookup: NoSQL
document database                key-value database
Schema-Less                                                  vs.   Model-Driven
                                         Instances in Graph DB:
                      Type: OfficeVisit
           Type: By
                      Date: 2009/12/15   Type: With
 Type: Patient                                    Type: Doctor
MRN: 123456789                                    Name: Miller
   Age: 57
                      Type: OfficeVisit
                      Date: 2010/01/01


 Type: Patient                                    Type: Doctor
MRN: 987654321                                    Name: Smith
                      Type: OfficeVisit
   Age: 22            Date: 2009/12/02
Schema-Less                                                  vs.    Model-Driven
                                         Instances in Graph DB:
                                                                                                  :OfficeVisit
                      Type: OfficeVisit                                                          Date: 2009/12/15
           Type: By                                                                        By                      With
                      Date: 2009/12/15   Type: With
 Type: Patient                                                         John Doe: Patient
                                                  Type: Doctor                                                               :Doctor
MRN: 123456789                                                         MRN: 123456789
                                                  Name: Miller                                                            Name: Miller
   Age: 57                                                             Age: 57                    :OfficeVisit
                      Type: OfficeVisit                                                          Date: 2010/01/01
                      Date: 2010/01/01                                                                                       :Doctor
                                                                       Jane Doe: Patient                                  Name: Smith
                                                                       MRN: 987654321
                                                  Type: Doctor         Age: 22                    :OfficeVisit
 Type: Patient
MRN: 987654321                                    Name: Smith                                   Date: 2009/12/02
                      Type: OfficeVisit
   Age: 22            Date: 2009/12/02
Schema-Less                                                  vs.    Model-Driven
                                         Instances in Graph DB:
                                                                                                    :OfficeVisit
                      Type: OfficeVisit                                                            Date: 2009/12/15
           Type: By                                                                         By                          With
                      Date: 2009/12/15   Type: With
 Type: Patient                                                         John Doe: Patient
                                                  Type: Doctor                                                                      :Doctor
MRN: 123456789                                                         MRN: 123456789
                                                  Name: Miller                                                                   Name: Miller
   Age: 57                                                             Age: 57                       :OfficeVisit
                      Type: OfficeVisit                                                             Date: 2010/01/01
                      Date: 2010/01/01                                                                                              :Doctor
                                                                       Jane Doe: Patient                                         Name: Smith
                                                                       MRN: 987654321
                                                  Type: Doctor         Age: 22                       :OfficeVisit
 Type: Patient
MRN: 987654321                                    Name: Smith                                      Date: 2009/12/02
                      Type: OfficeVisit
   Age: 22            Date: 2009/12/02




                                          Graph DB Meta-data:
                                                                             Patient         By       OfficeVisit      With         Doctor
                      informal                                            MRN
                                                                          Age              1..1 0..* Date            0..* 1..2
                                                                                                                                 Name
Internet Graph Database
                        Web clients
 URL    URL   URL…                              URL…
                          Viewlets

                       Graph Database
Probe




              Probe




                             Probe




                                        Probe




                                                       Probe
InfoGrid Development Process
InfoGrid Development Process

1. Create domain model
InfoGrid Development Process

1. Create domain model
2. Identify data sources & key URLs
InfoGrid Development Process

1. Create domain model
2. Identify data sources & key URLs
3. Develop probes || Develop viewlets (parallel)
InfoGrid Development Process

1. Create domain model
2. Identify data sources & key URLs
3. Develop probes || Develop viewlets (parallel)
4. Integrate and test
InfoGrid Development Process

1. Create domain model
2. Identify data sources & key URLs
3. Develop probes || Develop viewlets (parallel)
4. Integrate and test
5. Incrementally augment: model, probes, viewlets
InfoGrid Development Process

1. Create domain model
2. Identify data sources & key URLs
3. Develop probes || Develop viewlets (parallel)
4. Integrate and test
5. Incrementally augment: model, probes, viewlets
Why Does It Matter?
Why Does It Matter?

• Better: model-driven dynamic graph is better
  abstraction than inflexible tables
Why Does It Matter?

• Better: model-driven dynamic graph is better
  abstraction than inflexible tables
• Faster: reuse and compose instead of
  reinvent
Why Does It Matter?

• Better: model-driven dynamic graph is better
  abstraction than inflexible tables
• Faster: reuse and compose instead of
  reinvent
• Cheaper: development is shorter, but
  maintenance/increments much simpler
More information
   http://infogrid.org/
       @InfoGrid

Mais conteúdo relacionado

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Destaque

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Destaque (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Model-Driven Development of Semantic Mashup Applications with the Open-Source InfoGrid Internet Graph Database

  • 1. Model-Driven Development of Semantic Mashup Applications With the Open-Source InfoGrid NoSQL Internet Graph Database Johannes Ernst NetMesh Inc. · InfoGrid.org Most recent version of this presentation is at: http://infogrid.org/wiki/Docs/SlidePresentations License: 2010 Johannes Ernst, Creative Commons Attribution-Share Alike 3.0
  • 3. Key Points • NoSQL is smoking hot in 2010
  • 4. Key Points • NoSQL is smoking hot in 2010 • Think "object graph" instead of "table" for more effective model-driven development
  • 5. Key Points • NoSQL is smoking hot in 2010 • Think "object graph" instead of "table" for more effective model-driven development • InfoGrid.org – graph database driven by conceptual-level models with code generator, REST, Java, open-source/commercial
  • 6. Key Points • NoSQL is smoking hot in 2010 • Think "object graph" instead of "table" for more effective model-driven development • InfoGrid.org – graph database driven by conceptual-level models with code generator, REST, Java, open-source/commercial • Semantically-aware mashups need not be as hard as with an RDBMS
  • 8. Example Object Graph :Complaint :Complaint Name: Pain Name: Blood Pressure HasChiefComplaint :Doctor Name: Smith :OfficeVisit Date: 2009/12/15 :OfficeVisit Date: 2010/01/01 Prescribed During With Lipitor: By :Doctor Medication Name: Miller Amount: 100 John Doe: Patient ActiveMeds: MRN: 123456789 MedCollection Age: 57 Ibuprofen: Medication Amount: 50
  • 9. Example Object Graph System 3 :Complaint :Complaint Name: Pain Name: Blood Pressure System 4 HasChiefComplaint :Doctor Name: Smith System 2 :OfficeVisit Date: 2009/12/15 :OfficeVisit Date: 2010/01/01 Prescribed During With System 1 By Lipitor: :Doctor Medication Name: Miller Amount: 100 System 5 John Doe: Patient ActiveMeds: MRN: 123456789 MedCollection Age: 57 Ibuprofen: Medication Amount: 50
  • 10. The Problem • Semantically aggregate data from multiple sources • Highly interrelated data • Real-time updates (downstream and upstream) • Decentralized schema evolution
  • 12. Types of Data Organization
  • 13. Types of Data Organization Tabular: SQL relational database
  • 14. Types of Data Organization Tabular: SQL relational database Documents: NoSQL document database
  • 15. Types of Data Organization Tabular: SQL relational database Documents: NoSQL Lookup: NoSQL document database key-value database
  • 16. Types of Data Organization Tabular: SQL Graph of instances: NoSQL relational database graph database : abc attribute: 1 : def : xyz attribute: 2 attribute: 5 : xyz attribute: 4 : def attribute: 3 Documents: NoSQL Lookup: NoSQL document database key-value database
  • 17. Types of Data Organization Tabular: SQL Graph of instances: NoSQL relational database graph database : abc attribute: 1 : def : xyz attribute: 2 attribute: 5 : xyz attribute: 4 : def attribute: 3 Documents: NoSQL Lookup: NoSQL document database key-value database
  • 18. Schema-Less vs. Model-Driven Instances in Graph DB: Type: OfficeVisit Type: By Date: 2009/12/15 Type: With Type: Patient Type: Doctor MRN: 123456789 Name: Miller Age: 57 Type: OfficeVisit Date: 2010/01/01 Type: Patient Type: Doctor MRN: 987654321 Name: Smith Type: OfficeVisit Age: 22 Date: 2009/12/02
  • 19. Schema-Less vs. Model-Driven Instances in Graph DB: :OfficeVisit Type: OfficeVisit Date: 2009/12/15 Type: By By With Date: 2009/12/15 Type: With Type: Patient John Doe: Patient Type: Doctor :Doctor MRN: 123456789 MRN: 123456789 Name: Miller Name: Miller Age: 57 Age: 57 :OfficeVisit Type: OfficeVisit Date: 2010/01/01 Date: 2010/01/01 :Doctor Jane Doe: Patient Name: Smith MRN: 987654321 Type: Doctor Age: 22 :OfficeVisit Type: Patient MRN: 987654321 Name: Smith Date: 2009/12/02 Type: OfficeVisit Age: 22 Date: 2009/12/02
  • 20. Schema-Less vs. Model-Driven Instances in Graph DB: :OfficeVisit Type: OfficeVisit Date: 2009/12/15 Type: By By With Date: 2009/12/15 Type: With Type: Patient John Doe: Patient Type: Doctor :Doctor MRN: 123456789 MRN: 123456789 Name: Miller Name: Miller Age: 57 Age: 57 :OfficeVisit Type: OfficeVisit Date: 2010/01/01 Date: 2010/01/01 :Doctor Jane Doe: Patient Name: Smith MRN: 987654321 Type: Doctor Age: 22 :OfficeVisit Type: Patient MRN: 987654321 Name: Smith Date: 2009/12/02 Type: OfficeVisit Age: 22 Date: 2009/12/02 Graph DB Meta-data: Patient By OfficeVisit With Doctor informal MRN Age 1..1 0..* Date 0..* 1..2 Name
  • 21. Internet Graph Database Web clients URL URL URL… URL… Viewlets Graph Database Probe Probe Probe Probe Probe
  • 23. InfoGrid Development Process 1. Create domain model
  • 24. InfoGrid Development Process 1. Create domain model 2. Identify data sources & key URLs
  • 25. InfoGrid Development Process 1. Create domain model 2. Identify data sources & key URLs 3. Develop probes || Develop viewlets (parallel)
  • 26. InfoGrid Development Process 1. Create domain model 2. Identify data sources & key URLs 3. Develop probes || Develop viewlets (parallel) 4. Integrate and test
  • 27. InfoGrid Development Process 1. Create domain model 2. Identify data sources & key URLs 3. Develop probes || Develop viewlets (parallel) 4. Integrate and test 5. Incrementally augment: model, probes, viewlets
  • 28. InfoGrid Development Process 1. Create domain model 2. Identify data sources & key URLs 3. Develop probes || Develop viewlets (parallel) 4. Integrate and test 5. Incrementally augment: model, probes, viewlets
  • 29. Why Does It Matter?
  • 30. Why Does It Matter? • Better: model-driven dynamic graph is better abstraction than inflexible tables
  • 31. Why Does It Matter? • Better: model-driven dynamic graph is better abstraction than inflexible tables • Faster: reuse and compose instead of reinvent
  • 32. Why Does It Matter? • Better: model-driven dynamic graph is better abstraction than inflexible tables • Faster: reuse and compose instead of reinvent • Cheaper: development is shorter, but maintenance/increments much simpler
  • 33. More information http://infogrid.org/ @InfoGrid

Notas do Editor