SlideShare a Scribd company logo
© 2018 IBM Corporation
Attracting Developers to Db2:
Strategy, Progress, and Futures
Roger E. Sanders
Principal Offering Manager, Db2
IBM Hybrid Cloud
© 2018 IBM Corporation
Please note • IBM’s statements regarding its plans, directions, and intent are subject to change or
withdrawal without notice at IBM’s sole discretion. Information regarding potential future
products is intended to outline our general product direction and it should not be relied on
in making a purchasing decision.
• The information mentioned regarding potential future products is not a commitment,
promise, or legal obligation to deliver any material, code or functionality. Information about
potential future products may not be incorporated into any contract. The development,
release, and timing of any future features or functionality described for our products
remains at our sole discretion.
• Performance is based on measurements and projections using standard IBM benchmarks in
a controlled environment. The actual throughput or performance that any user will
experience will vary depending upon many factors, including considerations such as the
amount of multiprogramming in the user’s job stream, the I/O configuration, the storage
configuration, and the workload processed. Therefore, no assurance can be given that an
individual user will achieve results similar to those stated here.
• Clients are responsible for ensuring their own compliance with various laws and regulations,
including the European Union General Data Protection Regulation. Clients are solely
responsible for obtaining advice of competent legal counsel as to the identification and
interpretation of any relevant laws and regulations that may affect the clients’ business and
any actions the clients may need to take to comply with such laws and regulations.
2
© 2018 IBM Corporation
Who are developers?
3
© 2018 IBM Corporation
What platforms are developers using?
4
© 2018 IBM Corporation
What programming languages are developers using?
5
© 2018 IBM Corporation
Change in programming language popularity over time
%ofrespondentswhoworkwiththislanguage/technology
© 2018 IBM Corporation
INDEED.COM job postings, by programming language (late 2017)
7
© 2018 IBM Corporation
What databases are developers using?
8
© 2018 IBM Corporation
Why is MySQL so popular among developers?
• It’s free
• It’s mature
• It’s easy to install
• It’s very easy to learn
• It’s very simple to use
– It’s well documented
– It’s well supported by users
• It runs on a wide variety of platforms
• It’s simple to maintain and administer
• It works well in popular stacks like LAMP
• It works well for a wide range of
applications
9
© 2018 IBM Corporation
What are some disadvantages of using MySQL?
• Extensive development is required when scaling without master/slave setups
– Replication lag complicates application logic because it disrupts data consistency.
• Replication conflicts are frequent during manual failovers in multi-master setups
• Database logging is expensive
– Database logging is expensive and so it remains disabled most of the time.
• Query caching performs poorly when handling high volume workloads
• High connection churn
– Valuable server resources are exhausted on connection management when a high volume of user
sessions run concurrently
• No native load balancing
10
Source: The 5 Best Reasons to Choose MySQL – and its 5 Biggest Challenges (http://dataconomy.com/2017/04/5-reasons-
challenges-mysql/)
© 2018 IBM Corporation
What excites developers today?
11
© 2018 IBM Corporation
How do developers learn new technologies?
12
© 2018 IBM Corporation
How do developers teach themselves?
13
© 2018 IBM Corporation
Our objectives and areas of focus for attracting new developers
14
Objectives
• Increase developer adoption of Db2
• Modernize the Db2 developer experience
• Expand the ecosystem for Db2 – including skills
• Promote benefits of using Db2
Focus areas
• Improve user install experience
• Develop new technical collateral
• Launch an IBM Db2 Community
• Interact with third-party communities
• Launch a marketing campaign for developers
© 2018 IBM Corporation
The "new to Db2" developer journey
15
© 2018 IBM Corporation
Q3 2018 Roadmap*
16
*Complete roadmap can be seen here:
https://bigblue.aha.io/published/132f12b1b47fd5ceb9d277da99472521?page=1
© 2018 IBM Corporation
Summer intern help with roadmap execution
17
© 2018 IBM Corporation
Computing environment used
18
© 2018 IBM Corporation
Initial work efforts
ü Rework the IBM Marketplace web site to make it easier to get the different free versions
of Db2 available (Community Edition, Developer-C, and the Db2 on Cloud Free Tier)
ü Create a Db2 Developer-C install script for Ubuntu Linux
ü Create a Db2 Developer-C install script for RedHat Linux
ü Launch a new IBM Db2 Community website
ü Change the ibm_db Python library version number from 2.0.8a to 2.0.9
• Develop Python 3.5 code examples that demonstrate how to use the ibm_db and
ibm_db_dbi Python library APIs
• Create Jupyter Notebooks that document how to use the APIs in the ibm_db and
ibm_db_dbi libraries
19
© 2018 IBM Corporation
New IBM Marketplace download page for Db2 Developer Editions
20 https://www.ibm.com/us-en/marketplace/ibm-db2-direct-and-developer-editions
© 2018 IBM Corporation
New Db2 Community website
21 https://developer.ibm.com/data/db2/
© 2018 IBM Corporation
Example
Jupyter
Notebook
22
© 2018 IBM Corporation
New "How-To Guides" being prepared for publication
• Downloading, installing, and running Db2
Developer-C on Ubuntu Linux
• Downloading, installing, and running Db2
Developer-C on RedHat Linux (7.5)
• Downloading, installing, and running Data Server
Manager (from a developer perspective)
• Downloading, installing, and running Db2
Community Edition on Ububtu Linux
• Downloading, installing, and running Db2
Community Edition on RedHat Linux
• Downloading, installing, and running Db2
Developer-C on Windows 10 Home Edition
• Downloading, installing, and running Db2
Developer-C on Windows 10 Professional Edition
• Downloading, installing, and running Db2
Developer-C on Windows 10 Enterprise Edition
• Using the ibm_db library to develop Python
applications with Db2 Community Edition on
Ubuntu Linux
• Using the ibm_db library to develop Python
applications with Db2 Community Edition on
Ubuntu Linux
• Using the ibm_db library to develop Python
applications with Db2 Community Edition on
RedHat Linux
• How to set up and use the the ibm_db_django
Python library
• How to set up and use the the ibm_db_sa Python
library
23
© 2018 IBM Corporation
The first Db2 with Watson Studio "code pattern"
24 https://github.com/IBM/watson-training-from-on-prem-data
© 2018 IBM Corporation
Db2 Warehouse on Cloud and Watson Studio continuous learning model
25
© 2018 IBM Corporation
Db2 on-premises and Watson Studio continuous learning model
26
© 2018 IBM Corporation
Stack Overflow support
Stack Overflow (https://stackoverflow.com) is a question and answer web site for
professional and enthusiast programmers; it's built and run by application developers as part
of the Stack Exchange network of Q&A sites.
According to the Stack Overflow 2018 Developer Survey, over 80% of 57,354 respondents rely
on Stack Overflow Q&A when learning something new.
Earlier this year, there were 8,165 questions that had been assigned the tag db2 on Stack
Overflow; however 2,772 of those questions had not been answered!
One way to attract more developers to Db2 is to ensure Stack Overflow questions about
Db2 are answered in a timely manner!
27
© 2018 IBM Corporation
Answering Stack Overflow questions on Db2: stats
• May 2018
– number of questions = 107
– number of questions answered = 91
– number of questions unanswered: 16
– answer rate = 85%
• June 2018
– number of questions: 96
– number of questions answered: 67
– number of questions unanswered: 29
– answer rate: 70%
• July 2018
– number of questions: 94
– number of questions answered: 56
– number of questions unanswered: 38
– answer rate: 59%
• August 2018
– number of questions: 103
– number of questions answered: 78
– number of questions unanswered: 25
– answer rate: 65%
28
Average answer rate through September:
73%
© 2018 IBM Corporation
Next steps (in no particular order)
• Create e-mail nurture for marketing campaign activity
• CentOS support statement
• Move all existing Db2 example programs to GitHub
• Create a series of Db2 "Hello World" example programs using modern programming languages
(Ember Crooks)
• Improve Stack Overflow Db2 question response ratio; eliminate backlog of unanswered questions
• Produce "How to Guide" for Downloading, installing, and running Db2 Community Edition on
Windows (Home, Professional, and Enterprise)
• Create series of HDMP videos showcasing each HDMP component
• Refresh and republish select IBM DeveloperWorks articles on IBM Developer
• Publish a custom "Db2 V11.1 Fundamentals for Application Developers" book / ebook
• Db2 RDS on AWS
29
© 2018 IBM Corporation
Next steps (Continued)
• IBM Go Driver for Db2
• Create collateral (paper & video) showing usage of MacOS client (provided thru DS driver on Mac)
• Db2 11.x Developer-C (non-pureScale) marketplace availability on Azure
• Develop collateral (paper & video) that explains the process of using JavaScript with Db2
• Develop collateral (paper & video) that explains the process of using Node.js with Db2
• Db2 11.x (non-pureScale) availability on Google Cloud Platform
• Natural Language Query support
• JSON ANSI SQL support
• RESTful API support
30
© 2018 IBM Corporation31

More Related Content

What's hot (20)

PPTX
Creating a DevOps Team that Isn't Evil
IBM UrbanCode Products
 
PDF
IBM Bluemix hands on
Felipe Freire
 
PPTX
IBM Insight 2013 - Aetna's production experience using IBM DB2 Analytics Acce...
Daniel Martin
 
PDF
Pres Db2 native rest json and z/OS connect
Cécile Benhamou
 
PDF
Drinking our own champagne - z Systems Development and Test Environment V10
DevOps for Enterprise Systems
 
PPTX
Complete Guide CGM Viewing 2019
Larson Software Technology
 
PDF
Turning up the HEAT with IBM MobileFirst for iOS Apps (Interconnect 2016)
Michael Elder
 
PDF
Ibm messaging & collaboration roadmap 2013 (external)
Scott Souder
 
PDF
DB2 Application programming and sql guide
The Vision and Insight Corner
 
PDF
Building cloud native microservices
Brian Pulito
 
PDF
Continuously Design your Continuous Deployment
Michael Elder
 
PPTX
Micro Focus COBOL Product Strategy & Roadmap
Micro Focus
 
PPTX
Altair Pbs Works Overview 10 1 Kiew
Oleg Nazarevych
 
PDF
Turning up the HEAT with IBM MobileFirst for iOS Apps
Michael Elder
 
PPTX
Transforming to Microservices
Kyle Brown
 
PDF
Analytics on z Systems Focus on Real Time - Hélène Lyon
NRB
 
PDF
Establishing a service factory
davemayo
 
PDF
How do you deliver your applications to the cloud?
Michael Elder
 
PDF
Elevating your Continuous Delivery Strategy Above the Rolling Clouds
Michael Elder
 
PPTX
Rational Development & Test for z Systems 9.5 Webinar with Rogers Communications
Sherri Hanna
 
Creating a DevOps Team that Isn't Evil
IBM UrbanCode Products
 
IBM Bluemix hands on
Felipe Freire
 
IBM Insight 2013 - Aetna's production experience using IBM DB2 Analytics Acce...
Daniel Martin
 
Pres Db2 native rest json and z/OS connect
Cécile Benhamou
 
Drinking our own champagne - z Systems Development and Test Environment V10
DevOps for Enterprise Systems
 
Complete Guide CGM Viewing 2019
Larson Software Technology
 
Turning up the HEAT with IBM MobileFirst for iOS Apps (Interconnect 2016)
Michael Elder
 
Ibm messaging & collaboration roadmap 2013 (external)
Scott Souder
 
DB2 Application programming and sql guide
The Vision and Insight Corner
 
Building cloud native microservices
Brian Pulito
 
Continuously Design your Continuous Deployment
Michael Elder
 
Micro Focus COBOL Product Strategy & Roadmap
Micro Focus
 
Altair Pbs Works Overview 10 1 Kiew
Oleg Nazarevych
 
Turning up the HEAT with IBM MobileFirst for iOS Apps
Michael Elder
 
Transforming to Microservices
Kyle Brown
 
Analytics on z Systems Focus on Real Time - Hélène Lyon
NRB
 
Establishing a service factory
davemayo
 
How do you deliver your applications to the cloud?
Michael Elder
 
Elevating your Continuous Delivery Strategy Above the Rolling Clouds
Michael Elder
 
Rational Development & Test for z Systems 9.5 Webinar with Rogers Communications
Sherri Hanna
 

Similar to Db2 developer ecosystem (20)

PDF
Ibm db2 10.5 for linux, unix, and windows getting started with database app...
bupbechanhgmail
 
PDF
Ibm db2 10.5 for linux, unix, and windows developing perl, php, python, and...
bupbechanhgmail
 
PDF
Ibm db2 10.5 for linux, unix, and windows developing ado.net and ole db app...
bupbechanhgmail
 
PPT
1) planning
guptavikki99
 
PDF
Application trends db2 day 2015 jorn
Peter Schouboe
 
PDF
Trends and directions for application developers
Jørn Thyssen
 
PPTX
Web 2.0 Development with IBM DB2
Vladimir Bacvanski, PhD
 
PDF
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
bupbechanhgmail
 
PPT
xTech2006_DB2onRails
webuploader
 
PPTX
SQL for Data Science - for everyone.pptx
manaswink
 
PDF
IBM COE course book
IEC Group of Institutions
 
PDF
How Will Ibm Db2 Web Query For System I Benefit Your Shop
teven
 
PDF
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5
bupbechanhgmail
 
PPT
IBM DB2 LUW UDB DBA Online Training by Etraining.guru
Ravikumar Nandigam
 
PDF
Db2 family and v11.1.4.4
ModusOptimum
 
PDF
Connect2014 Show104: Practical Java
panagenda
 
PPTX
IBM i at the eart of cognitive solutions
David Spurway
 
PDF
Machine Learning for z/OS
Cuneyt Goksu
 
PPT
Database Tendency
grandis_au
 
PDF
Db2 deployment guide
bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows getting started with database app...
bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows developing perl, php, python, and...
bupbechanhgmail
 
Ibm db2 10.5 for linux, unix, and windows developing ado.net and ole db app...
bupbechanhgmail
 
1) planning
guptavikki99
 
Application trends db2 day 2015 jorn
Peter Schouboe
 
Trends and directions for application developers
Jørn Thyssen
 
Web 2.0 Development with IBM DB2
Vladimir Bacvanski, PhD
 
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
bupbechanhgmail
 
xTech2006_DB2onRails
webuploader
 
SQL for Data Science - for everyone.pptx
manaswink
 
IBM COE course book
IEC Group of Institutions
 
How Will Ibm Db2 Web Query For System I Benefit Your Shop
teven
 
Ibm db2 10.5 for linux, unix, and windows upgrading to db2 version 10.5
bupbechanhgmail
 
IBM DB2 LUW UDB DBA Online Training by Etraining.guru
Ravikumar Nandigam
 
Db2 family and v11.1.4.4
ModusOptimum
 
Connect2014 Show104: Practical Java
panagenda
 
IBM i at the eart of cognitive solutions
David Spurway
 
Machine Learning for z/OS
Cuneyt Goksu
 
Database Tendency
grandis_au
 
Db2 deployment guide
bupbechanhgmail
 
Ad

More from ModusOptimum (15)

PPTX
Modernizing your information architecture with ai
ModusOptimum
 
PPTX
Informix 14.1 launch webinar
ModusOptimum
 
PPTX
Informix 14.1 launch Webinar
ModusOptimum
 
PPTX
Still on IBM BigInsights? We have the right path for you
ModusOptimum
 
PDF
Db2 event store
ModusOptimum
 
PDF
Ibm db2 big sql
ModusOptimum
 
PDF
Ibm integrated analytics system
ModusOptimum
 
PDF
Db2 on cloud overview
ModusOptimum
 
PDF
Ibm cloud private and icp for data
ModusOptimum
 
PDF
Db2 tools
ModusOptimum
 
PPTX
Better Total Value of Ownership (TVO) for Complex Analytic Workflows with the...
ModusOptimum
 
PPTX
The Future of Data Warehousing, Data Science and Machine Learning
ModusOptimum
 
PDF
Infographic-RedmondWCInfluencer-FB-29246
ModusOptimum
 
PDF
Infographic-TechValidate-FB-29328
ModusOptimum
 
PDF
Adult Con Ed-Corp Bro_single pgs
ModusOptimum
 
Modernizing your information architecture with ai
ModusOptimum
 
Informix 14.1 launch webinar
ModusOptimum
 
Informix 14.1 launch Webinar
ModusOptimum
 
Still on IBM BigInsights? We have the right path for you
ModusOptimum
 
Db2 event store
ModusOptimum
 
Ibm db2 big sql
ModusOptimum
 
Ibm integrated analytics system
ModusOptimum
 
Db2 on cloud overview
ModusOptimum
 
Ibm cloud private and icp for data
ModusOptimum
 
Db2 tools
ModusOptimum
 
Better Total Value of Ownership (TVO) for Complex Analytic Workflows with the...
ModusOptimum
 
The Future of Data Warehousing, Data Science and Machine Learning
ModusOptimum
 
Infographic-RedmondWCInfluencer-FB-29246
ModusOptimum
 
Infographic-TechValidate-FB-29328
ModusOptimum
 
Adult Con Ed-Corp Bro_single pgs
ModusOptimum
 
Ad

Recently uploaded (20)

PDF
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
PDF
SAP GUI Installation Guide for macOS (iOS) | Connect to SAP Systems on Mac
SAP Vista, an A L T Z E N Company
 
PPTX
Explanation about Structures in C language.pptx
Veeral Rathod
 
PDF
Enhancing Security in VAST: Towards Static Vulnerability Scanning
ESUG
 
PDF
System Center 2025 vs. 2022; What’s new, what’s next_PDF.pdf
Q-Advise
 
PDF
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 
PDF
Troubleshooting Virtual Threads in Java!
Tier1 app
 
PDF
AWS_Agentic_AI_in_Indian_BFSI_A_Strategic_Blueprint_for_Customer.pdf
siddharthnetsavvies
 
PDF
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
PDF
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
PDF
What companies do with Pharo (ESUG 2025)
ESUG
 
PPTX
Farrell__10e_ch04_PowerPoint.pptx Programming Logic and Design slides
bashnahara11
 
PDF
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
PDF
How to Download and Install ADT (ABAP Development Tools) for Eclipse IDE | SA...
SAP Vista, an A L T Z E N Company
 
PPTX
Role Of Python In Programing Language.pptx
jaykoshti048
 
PDF
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
PDF
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
PPT
Why Reliable Server Maintenance Service in New York is Crucial for Your Business
Sam Vohra
 
PDF
Virtual Threads in Java: A New Dimension of Scalability and Performance
Tier1 app
 
PPTX
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
SAP GUI Installation Guide for macOS (iOS) | Connect to SAP Systems on Mac
SAP Vista, an A L T Z E N Company
 
Explanation about Structures in C language.pptx
Veeral Rathod
 
Enhancing Security in VAST: Towards Static Vulnerability Scanning
ESUG
 
System Center 2025 vs. 2022; What’s new, what’s next_PDF.pdf
Q-Advise
 
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 
Troubleshooting Virtual Threads in Java!
Tier1 app
 
AWS_Agentic_AI_in_Indian_BFSI_A_Strategic_Blueprint_for_Customer.pdf
siddharthnetsavvies
 
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
What companies do with Pharo (ESUG 2025)
ESUG
 
Farrell__10e_ch04_PowerPoint.pptx Programming Logic and Design slides
bashnahara11
 
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
How to Download and Install ADT (ABAP Development Tools) for Eclipse IDE | SA...
SAP Vista, an A L T Z E N Company
 
Role Of Python In Programing Language.pptx
jaykoshti048
 
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
Why Reliable Server Maintenance Service in New York is Crucial for Your Business
Sam Vohra
 
Virtual Threads in Java: A New Dimension of Scalability and Performance
Tier1 app
 
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 

Db2 developer ecosystem

  • 1. © 2018 IBM Corporation Attracting Developers to Db2: Strategy, Progress, and Futures Roger E. Sanders Principal Offering Manager, Db2 IBM Hybrid Cloud
  • 2. © 2018 IBM Corporation Please note • IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. • The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. • Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user’s job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here. • Clients are responsible for ensuring their own compliance with various laws and regulations, including the European Union General Data Protection Regulation. Clients are solely responsible for obtaining advice of competent legal counsel as to the identification and interpretation of any relevant laws and regulations that may affect the clients’ business and any actions the clients may need to take to comply with such laws and regulations. 2
  • 3. © 2018 IBM Corporation Who are developers? 3
  • 4. © 2018 IBM Corporation What platforms are developers using? 4
  • 5. © 2018 IBM Corporation What programming languages are developers using? 5
  • 6. © 2018 IBM Corporation Change in programming language popularity over time %ofrespondentswhoworkwiththislanguage/technology
  • 7. © 2018 IBM Corporation INDEED.COM job postings, by programming language (late 2017) 7
  • 8. © 2018 IBM Corporation What databases are developers using? 8
  • 9. © 2018 IBM Corporation Why is MySQL so popular among developers? • It’s free • It’s mature • It’s easy to install • It’s very easy to learn • It’s very simple to use – It’s well documented – It’s well supported by users • It runs on a wide variety of platforms • It’s simple to maintain and administer • It works well in popular stacks like LAMP • It works well for a wide range of applications 9
  • 10. © 2018 IBM Corporation What are some disadvantages of using MySQL? • Extensive development is required when scaling without master/slave setups – Replication lag complicates application logic because it disrupts data consistency. • Replication conflicts are frequent during manual failovers in multi-master setups • Database logging is expensive – Database logging is expensive and so it remains disabled most of the time. • Query caching performs poorly when handling high volume workloads • High connection churn – Valuable server resources are exhausted on connection management when a high volume of user sessions run concurrently • No native load balancing 10 Source: The 5 Best Reasons to Choose MySQL – and its 5 Biggest Challenges (http://dataconomy.com/2017/04/5-reasons- challenges-mysql/)
  • 11. © 2018 IBM Corporation What excites developers today? 11
  • 12. © 2018 IBM Corporation How do developers learn new technologies? 12
  • 13. © 2018 IBM Corporation How do developers teach themselves? 13
  • 14. © 2018 IBM Corporation Our objectives and areas of focus for attracting new developers 14 Objectives • Increase developer adoption of Db2 • Modernize the Db2 developer experience • Expand the ecosystem for Db2 – including skills • Promote benefits of using Db2 Focus areas • Improve user install experience • Develop new technical collateral • Launch an IBM Db2 Community • Interact with third-party communities • Launch a marketing campaign for developers
  • 15. © 2018 IBM Corporation The "new to Db2" developer journey 15
  • 16. © 2018 IBM Corporation Q3 2018 Roadmap* 16 *Complete roadmap can be seen here: https://bigblue.aha.io/published/132f12b1b47fd5ceb9d277da99472521?page=1
  • 17. © 2018 IBM Corporation Summer intern help with roadmap execution 17
  • 18. © 2018 IBM Corporation Computing environment used 18
  • 19. © 2018 IBM Corporation Initial work efforts ü Rework the IBM Marketplace web site to make it easier to get the different free versions of Db2 available (Community Edition, Developer-C, and the Db2 on Cloud Free Tier) ü Create a Db2 Developer-C install script for Ubuntu Linux ü Create a Db2 Developer-C install script for RedHat Linux ü Launch a new IBM Db2 Community website ü Change the ibm_db Python library version number from 2.0.8a to 2.0.9 • Develop Python 3.5 code examples that demonstrate how to use the ibm_db and ibm_db_dbi Python library APIs • Create Jupyter Notebooks that document how to use the APIs in the ibm_db and ibm_db_dbi libraries 19
  • 20. © 2018 IBM Corporation New IBM Marketplace download page for Db2 Developer Editions 20 https://www.ibm.com/us-en/marketplace/ibm-db2-direct-and-developer-editions
  • 21. © 2018 IBM Corporation New Db2 Community website 21 https://developer.ibm.com/data/db2/
  • 22. © 2018 IBM Corporation Example Jupyter Notebook 22
  • 23. © 2018 IBM Corporation New "How-To Guides" being prepared for publication • Downloading, installing, and running Db2 Developer-C on Ubuntu Linux • Downloading, installing, and running Db2 Developer-C on RedHat Linux (7.5) • Downloading, installing, and running Data Server Manager (from a developer perspective) • Downloading, installing, and running Db2 Community Edition on Ububtu Linux • Downloading, installing, and running Db2 Community Edition on RedHat Linux • Downloading, installing, and running Db2 Developer-C on Windows 10 Home Edition • Downloading, installing, and running Db2 Developer-C on Windows 10 Professional Edition • Downloading, installing, and running Db2 Developer-C on Windows 10 Enterprise Edition • Using the ibm_db library to develop Python applications with Db2 Community Edition on Ubuntu Linux • Using the ibm_db library to develop Python applications with Db2 Community Edition on Ubuntu Linux • Using the ibm_db library to develop Python applications with Db2 Community Edition on RedHat Linux • How to set up and use the the ibm_db_django Python library • How to set up and use the the ibm_db_sa Python library 23
  • 24. © 2018 IBM Corporation The first Db2 with Watson Studio "code pattern" 24 https://github.com/IBM/watson-training-from-on-prem-data
  • 25. © 2018 IBM Corporation Db2 Warehouse on Cloud and Watson Studio continuous learning model 25
  • 26. © 2018 IBM Corporation Db2 on-premises and Watson Studio continuous learning model 26
  • 27. © 2018 IBM Corporation Stack Overflow support Stack Overflow (https://stackoverflow.com) is a question and answer web site for professional and enthusiast programmers; it's built and run by application developers as part of the Stack Exchange network of Q&A sites. According to the Stack Overflow 2018 Developer Survey, over 80% of 57,354 respondents rely on Stack Overflow Q&A when learning something new. Earlier this year, there were 8,165 questions that had been assigned the tag db2 on Stack Overflow; however 2,772 of those questions had not been answered! One way to attract more developers to Db2 is to ensure Stack Overflow questions about Db2 are answered in a timely manner! 27
  • 28. © 2018 IBM Corporation Answering Stack Overflow questions on Db2: stats • May 2018 – number of questions = 107 – number of questions answered = 91 – number of questions unanswered: 16 – answer rate = 85% • June 2018 – number of questions: 96 – number of questions answered: 67 – number of questions unanswered: 29 – answer rate: 70% • July 2018 – number of questions: 94 – number of questions answered: 56 – number of questions unanswered: 38 – answer rate: 59% • August 2018 – number of questions: 103 – number of questions answered: 78 – number of questions unanswered: 25 – answer rate: 65% 28 Average answer rate through September: 73%
  • 29. © 2018 IBM Corporation Next steps (in no particular order) • Create e-mail nurture for marketing campaign activity • CentOS support statement • Move all existing Db2 example programs to GitHub • Create a series of Db2 "Hello World" example programs using modern programming languages (Ember Crooks) • Improve Stack Overflow Db2 question response ratio; eliminate backlog of unanswered questions • Produce "How to Guide" for Downloading, installing, and running Db2 Community Edition on Windows (Home, Professional, and Enterprise) • Create series of HDMP videos showcasing each HDMP component • Refresh and republish select IBM DeveloperWorks articles on IBM Developer • Publish a custom "Db2 V11.1 Fundamentals for Application Developers" book / ebook • Db2 RDS on AWS 29
  • 30. © 2018 IBM Corporation Next steps (Continued) • IBM Go Driver for Db2 • Create collateral (paper & video) showing usage of MacOS client (provided thru DS driver on Mac) • Db2 11.x Developer-C (non-pureScale) marketplace availability on Azure • Develop collateral (paper & video) that explains the process of using JavaScript with Db2 • Develop collateral (paper & video) that explains the process of using Node.js with Db2 • Db2 11.x (non-pureScale) availability on Google Cloud Platform • Natural Language Query support • JSON ANSI SQL support • RESTful API support 30
  • 31. © 2018 IBM Corporation31