SlideShare a Scribd company logo
1 of 101
Download to read offline
MARK LANG | JIRA ADMIN | CISCO | @MARKLANG78
Are You Ready to Rumble?
Let’s Migrate Some Jira Data
Legal Disclaimer
THE INFORMATION HEREIN IS PROVIDED ON AN “AS IS” BASIS, WITHOUT
ANY WARRANTIES OR REPRESENTATIONS, EXPRESS, IMPLIED OR
STATUTORY, INCLUDING WITHOUT LIMITATION, WARRANTIES OF
NONINFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A
PARTICULAR PURPOSE.”
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
There are neither
beginnings or endings…But
it was a beginning
ROBERT JORDAN
A Few Numbers
1
Instance in Production February 2014
43
Separate Jira & Confluence Instances
Paid Apps across our instances
111+
Marketplace; Source (https://marketplace.atlassian.com/)
>50
Large Migrations
1,000,000
Migrated Issues
What I told you was true,
from a certain point of
view
STAR WARS VI
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
Get ALL the Data
Before
• No clear process forward
• Not sure what data migrates
• Don’t know what you don’t know
• Frustrated customers
enews; Source (http://bit.ly/cliff_image)
Before
• No clear process forward
• Not sure what data migrates
• Don’t know what you don’t know
• Frustrated customers
After
• Defined process
• Questionnaire facilitates dialog
• Better idea on timeline
• Prepared to deal with bumps and bruises
enews; Source (http://bit.ly/cliff_image)
SWNS; Source (http://bit.ly/basecliff_image)
Migrate as much
as possible
Full System
Application Export
Merge
Projects or Spaces
Native
DB and Filesystem
(home)
Other
Applications
What are you choices?
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
Discovery
Most Important
Take your time
Document Well
Validate
Requirements
Set Expectations
• Goal is to avoid surprises later
• Call out limitations
• Set the tone
• Build a connection
Start High Level
• Typical “W” Questions
• Who, Where, When, What
• Get an idea of the big picture
• What are their expectations?
Drill Down
• Type of Migration
• Where is the data coming from?
• Jira, Bugzilla, Rally
• Support Choices
Details
• Where is the data coming from?
• Actual URL, Versions
• How much data?
• User Accounts and Access
• Apps
Integrations
• Deep Integrations you
directly support
• Everything Else - Indirectly
Connected
• Confluence Apps
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
Tools PeoplePractices
Migration Components
Plans are worthless, but
planning is everything
DWIGHT EISENHOWER
TheMigrationPhases
Discovery
Sandboxing
Customer
Validation
Production
Migration
Closeout
YoPriceVille; Source (http://bit.ly/sandbox_phase)
WorldArtsMe; Source (http://bit.ly/prod_deploy)
Discovery
Sandboxing
Validate
Production
Closeout
• Questionnaire
• AccesstoData
• Research
Discovery
Sandboxing
Validate
Production
Closeout
• Questionnaire
• AccesstoData
• Research
Discovery
Sandboxing
Validate
Production
Closeout
• CopyfromProduction
• DocumentWell
• TimeIt
YoPriceVille; Source (http://bit.ly/sandbox_phase)
Discovery
Sandboxing
Validate
Production
Closeout
• CopyfromProduction
• DocumentWell
• TimeIt
YoPriceVille; Source (http://bit.ly/sandbox_phase)
Discovery
Sandboxing
Validate
Production
Closeout
• CustomerInvolvement
• Data&Permissions
• QuietPeriod
Discovery
Sandboxing
Validate
Production
Closeout
• Preparation
• OutsideBusinessHours
• HardCutover
WorldArtsMe; Source (http://bit.ly/prod_deploy)
Discovery
Sandboxing
Validate
Production
Closeout
• High-Touch
• DataValidation
• ReviewTimeStamps
• TwoWeeksorLess
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
If the only tool you have is a
hammer, you tend to see every
problem as a nail
ABRAHAM MASLOW
Tools PeoplePractices
Migration Components
Migration
Details
Metadata
User Data
• Users
• Custom Fields
• Workflows
• Schemes
• Field Configurations
Metadata
User Data
• Projects
• Issues
• Assignees
• Reporters
• Dashboards
• Filters
• Agile Boards
• History
Migration
Details
WHAT WE MODIFY
Metadata
Must be first data migrated
App
We use Botron Configuration
Manager
Why we modify
Avoid
Affecting Default
Configuration
Remove
Unnecessary Metadata
Contain
Changes to Specific Projects
Why we modify
Avoid
Affecting Default
Configuration
Remove
Unnecessary Metadata
Contain
Changes to Specific Projects
What we look for
Switch from Global to
Specific Field Context
Reduce Scope by Removing
Parameters
Rename Workflows Remove Excess Metadata
What we look for
Rename Workflows Remove Excess Metadata
RenamingaWorkflow
RenamingaWorkflow
RenamingaWorkflow
RenamingaWorkflow
RemovingExcessMetadata
RemovingExcessMetadata
FromMetadatatoApplicationData
JiraData
• UserandGroupMapping
• TakingapartJiraExportfiletogetatEntities.xml
• Retainhistoricalactions
• User’sactions
• Watches
• History
• UserPermissions
Whywemodify
Retain:
TheBIGREASON
• Usernamesaredifferentbetween instances
Whywemodify
Let’s work with an example of John Doe
Where’sWaldo?
Source Target
Name John Doe John Doe
userName JohnDoe4 jdoe4
groupName Devgroup1 dev_group1
MappingFile
SED Pass 1
sed 's|(.*)#(.*)|s/"1"/"2"/gI|'
< user_group_mapping_mini.txt
| sed -f- entities.xml > output.xml
Attributes
Elements
User Mentions
Markdown
SED Pass 2
sed 's|(.*)#(.*)|s/>1/>2/gI|'
< user_group_mapping_mini.txt
| sed -f- output.xml > output2.xml
Attributes
Elements
User Mentions
Markdown
SED Pass 3
sed 's|(.*)#(.*)|s/~1/~2/gI|'
< user_group_mapping_mini.txt
| sed -f- output2.xml > output3.xml
Attributes
Elements
User Mentions
Markdown
SED Pass 4
sed 's|(.*)#(.*)|s/=1/=2/gI|'
< user_group_mapping_mini.txt
| sed -f- output3.xml > output4.xml
Attributes
Elements
User Mentions
Markdown
SED Pass 4
sed 's|(.*)#(.*)|s/=1/=2/gI|'
< user_group_mapping_mini.txt
| sed -f- output3.xml > output4.xml
Attributes
Elements
User Mentions
Markdown
Tools PeoplePractices
Migration Components
Pick a Strong
Team
Right Skills
Community
Atlassian Support
Solution Partners
Pick a Strong
Team
Right Skills
Community
Atlassian Support
Solution Partners
Pick a Strong
Team
Right Skills
Community
Atlassian Support
Solution Partners
Pick a Strong
Team
Right Skills
Community
Atlassian Support
Solution Partners
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
• Versions!
• ChangingProjectKey
• ManuallyWiringUpAttachments
• AddingIssuestoSprints
• MigratingRallyData
Tips&Tricks
Agenda
Background
What’s Your Goal?
Ask First
Process
Tools as a Guide
Other Tips & Tricks
Takeaways & Resources
Prepare,prepare,
prepare!
• DiscoveryisyourFoundation
• SandboxuntilComfortable
• Iterate!
Lookbeforeyouleap
• Understandyourdata
• Automate
• BeFlexible
Usealifeline
• AtlassianCommunity
• SolutionPartners
• AtlassianSupport
Usealifeline
• AtlassianCommunity
• SolutionPartners
• AtlassianSupport
MIGRATION RESOURCES
• QuestionnaireExample
• SEDExamples
• DocumentedTips&Tricks
http://go.atlassian.com/summit19-migration
Specialthanks…
tomyCiscoteam!
MARK LANG | JIRA ADMIN | CISCO | @MARKLANG78
Thank you!
NeONBRAND; Source (http://bit.ly/unsplash_boxinggloves)
Elements:
OSCurrentStep
OSCurrentStepPrev
OSHistoryStep
OSCurrentStepPrev
ChangeGroup
ChangeItem
AuditLog
AuditChangedValue
AuditItem
Whyitworks:Mappinguser,
removingpostfunctions&
requirementsbutretaining
history
Thedatastillexistsinthefollowing
elements,andisreplayedwithout
restriction.
Questions
1.Whydoyouhavetodothis -withsomanymigrationsandsomanyinstances?
1. Ciscoismadeupofalotofseparatebusinessunits. Theseareeffectively
separatebusinessesandoftenhavetheirownbudgetsandrequirements.
2.Youhavetodoalotofupgradesasaresultofyourscale.Haveyouconsidered
consolidatingmorethanyoudonowandforcingsomeoftheteamstobeonshared
instanceswithmoreappsthantheymightnormallywant?
1.Wehaveabsolutelyconsideredit.Weweighoutthecostsvstheamountof
resourcesneededtosupportandtheflexibilityorlackofflexibility. Oftenthe
licensecostsandtheneedforflexibilitydriveustothistypeofdesign.
3.Howdoyouchargebackfortheseservices?
1.EachDepartment(BusinessUnit)hasadepartmentidthatwecaninternallybillas
acrosscharge
Questions
1.Howdoyouhandleupgrades?
1.Itisa4monthcycleforus. Thefirstmonthisreviewofthelatestenterpriserelease
inalab/stageenvironment. Thefirst/secondmonthalsogetsthefirstsetof
instancesinonegeographiclocationupgradedinasandbox/DRenvironmentand
testedwiththeirdataandapps. Thatgroupisupgradedtoproductionoverthe
weekendthatmonthwhileweareupgradingthesecondsetofinstancesfroma
secondgeographiclocationinSandbox/DR. Thethirdmonthseestheupgradeof
thoseinstancesalongwiththefinalgroupSandbox/DRandthefourthmonthisthe
productionupgradeofthelastlocation.
2.Howdoyoumanageglobalteams?
1.Wehave3tiersofsupportandourtier1isinIndia,whiletier2and3areintheUS.
WearelookingatexpandingthistohaveapresenceinEurposetoo
Questions
1.IsallofCiscorunbyyou?
1.Imanagethelicensesonabout60%ofCisco. Thatisstillgrowingbutnotquiteas
fastapace. Alotofgroupswanttokeepthatcompletecontrol.
2.Arenttherepartnersthatcouldbehelpfultoyouinsomeofthetoughmigrations?
1.Absolutely,butnooneunderstandstheinsideofCiscolikeaCiscoemployee. The
partnersareverygoodatAtlassian,butwehavebecomeverygoodatAtlassian
withhowCiscoworks. Pluswehavemoreexperiencewithmigrationsthanmany
partnersatthispoint.
3.Whataresomegoodtipsforlearningtheskillsyousaidyoumightneedtobegood
atmigrations?
1.Practiceinadevenvironment. Startwithsmallchangesandseewhattheeffects
areinsandbox. Don’tbeafraidoftheentities.xmlandConfigurationmanager.xml
Questions
1.Areyouhiring?
1.Wegothroughcycles,justwatchforanyexternalpostingsonhttps://
www.cisco.com/c/en/us/about/careers.html
2.Areyousureyoucan’thelpmewithmymigration?
1.IwishIcould. Iamhappytohavea1on1sessiontoadvisealittlebitbutitwillbeto
providepointersonly.
3.Howdidyoudeterminewhattolookforintheentities.xmlfileforusermapping?
1.Westartedwithjustlookingfortheuseridsandfoundthatinsomecasesauserid
mightmatcharealword(i.e.‘the’wasaperson’suserid). Sowestartedlookingfor
contextwithintheXMLandbuildingoutdatascenarios.
Details Part 2
• Apps
• Customizations
• Special Configurations
Integrations
• Deep Integrations you
directly support
• Everything Else - Indirectly
Connected
• Confluence Apps
Full System
Application Export
Merge
Projects or Spaces
Native
DB and Filesystem
(home)
Other
Applications
What are you Choices
RinseandRepeat
1.Download project snapshot file with Configuration Manager
2.Create a directory and Unzip
3.Utilize a tool like UltraEdit or Notepad ++ for *.xml
4.Modify the XML and save in UTF-8
5.Zip
6.Deploy
• FixDescriptions,Icons,andColors
• System/GlobalFIelds(likeRankandPriority)
• Rename/CreateSchemes
• Remove“Default”Tags
• RemoveDependentPlugins
• Priorities
• Resolutions
• CleanupExtras
• ProjectRoles
• RenameWorkflows
Whydowemodify
• CreateCustomFieldContexts
ISSUE FIELD CONTEXTS
Modified Fields
Keep Target Context
ISSUE FIELD CONTEXTS
Projects
To be Migrated
Attributes
Reference as parameters
IssueFieldContexts
• Specificreferencetoaprojectwouldbelike//@projects.0
• TofixtheStoryPointsweneedtochangethenameofthecontext
(addanewone)anddefinethecontext(whichprojects)
IssueFieldContexts
• Specificreferencetoaprojectwouldbe//@projects.2
• TofixtheStoryPointsweneedtochangethenameofthecontext
(addanewone)anddefinethecontext(whichprojects)
IssueFieldContexts
RemovingExcessMetadata
RemovingExcessMetadata
RemovingParameters
RemovingParameters
• Linked by userName or lowerUserName not by "ID"
• issues
• changeHistory
• auditLogs
• ID's within the entities XML, are utilized to link other JIRA data.
• customFields
• workflows
• statuses
• resolutions
• screens
• As well as the ID's of the above and their association to a Scheme, or a project
are linked by numerical "ID"
BitofHistory
CommonFixes
• MissingCustomFields
• MissingProjectRoleID
• NoAdministratorAccountafterSystemImport
• InvalidCharacters

More Related Content

What's hot

Ultimate Dogfooding: Behind the Scenes of Building the New Jira
Ultimate Dogfooding: Behind the Scenes of Building the New JiraUltimate Dogfooding: Behind the Scenes of Building the New Jira
Ultimate Dogfooding: Behind the Scenes of Building the New JiraAtlassian
 
Architecting Atlassian for Healthcare and FDA Compliance
Architecting Atlassian for Healthcare and FDA ComplianceArchitecting Atlassian for Healthcare and FDA Compliance
Architecting Atlassian for Healthcare and FDA ComplianceAtlassian
 
WeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our CultureWeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our CultureAtlassian
 
Advocating Adoption: Best Practices for User-Friendly Jira Configurations
Advocating Adoption: Best Practices for User-Friendly Jira ConfigurationsAdvocating Adoption: Best Practices for User-Friendly Jira Configurations
Advocating Adoption: Best Practices for User-Friendly Jira ConfigurationsAtlassian
 
Big Bang And Beyond: Migrating Between Server and Cloud
Big Bang And Beyond: Migrating Between Server and CloudBig Bang And Beyond: Migrating Between Server and Cloud
Big Bang And Beyond: Migrating Between Server and CloudAtlassian
 
Jira Customization: Finding the Perfect Balance
Jira Customization: Finding the Perfect BalanceJira Customization: Finding the Perfect Balance
Jira Customization: Finding the Perfect BalanceAtlassian
 
Product Keynote: Jira Software and Bitbucket Cloud
Product Keynote: Jira Software and Bitbucket CloudProduct Keynote: Jira Software and Bitbucket Cloud
Product Keynote: Jira Software and Bitbucket CloudAtlassian
 
The Top 5 Skills Enterprise Admins Need to Know
The Top 5 Skills Enterprise Admins Need to KnowThe Top 5 Skills Enterprise Admins Need to Know
The Top 5 Skills Enterprise Admins Need to KnowAtlassian
 
Improve Customer Service with Automated Sales and Order Lifecycle Processes U...
Improve Customer Service with Automated Sales and Order Lifecycle Processes U...Improve Customer Service with Automated Sales and Order Lifecycle Processes U...
Improve Customer Service with Automated Sales and Order Lifecycle Processes U...Atlassian
 
Managing Application Lifecycle using Jira and Bitbucket Cloud and AWS Tooling
Managing Application Lifecycle using Jira and Bitbucket Cloud and AWS ToolingManaging Application Lifecycle using Jira and Bitbucket Cloud and AWS Tooling
Managing Application Lifecycle using Jira and Bitbucket Cloud and AWS ToolingAtlassian
 
Standardizing Jira Service Desk in a Decentralized Environment
Standardizing Jira Service Desk in a Decentralized EnvironmentStandardizing Jira Service Desk in a Decentralized Environment
Standardizing Jira Service Desk in a Decentralized EnvironmentAtlassian
 
How to Develop, Track, and Release Like a Boss Using Atlassian Tools
How to Develop, Track, and Release Like a Boss Using Atlassian ToolsHow to Develop, Track, and Release Like a Boss Using Atlassian Tools
How to Develop, Track, and Release Like a Boss Using Atlassian ToolsAtlassian
 
Product Keynote: Jira Service Desk, Opsgenie, Statuspage
Product Keynote: Jira Service Desk, Opsgenie, StatuspageProduct Keynote: Jira Service Desk, Opsgenie, Statuspage
Product Keynote: Jira Service Desk, Opsgenie, StatuspageAtlassian
 
Expecto Performa! The Magic and Reality of Performance Tuning
Expecto Performa! The Magic and Reality of Performance TuningExpecto Performa! The Magic and Reality of Performance Tuning
Expecto Performa! The Magic and Reality of Performance TuningAtlassian
 
Deployment Flexibility: Introducing Support for Microsoft Azure
Deployment Flexibility: Introducing Support for Microsoft AzureDeployment Flexibility: Introducing Support for Microsoft Azure
Deployment Flexibility: Introducing Support for Microsoft AzureAtlassian
 
A Little Prep Goes a Long Way: Planning your next Jira Server Upgrade
A Little Prep Goes a Long Way: Planning your next Jira Server UpgradeA Little Prep Goes a Long Way: Planning your next Jira Server Upgrade
A Little Prep Goes a Long Way: Planning your next Jira Server UpgradeAtlassian
 
How The Trade Desk Built a Connected Team of 100+ Agents
How The Trade Desk Built a Connected Team of 100+ AgentsHow The Trade Desk Built a Connected Team of 100+ Agents
How The Trade Desk Built a Connected Team of 100+ AgentsAtlassian
 
Power Up Jira Service Desk with Apps
Power Up Jira Service Desk with AppsPower Up Jira Service Desk with Apps
Power Up Jira Service Desk with AppsAtlassian
 
How to Power Continuous Deployment at Any Scale with Atlassian
 How to Power Continuous Deployment at Any Scale with Atlassian How to Power Continuous Deployment at Any Scale with Atlassian
How to Power Continuous Deployment at Any Scale with AtlassianAtlassian
 
Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...
Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...
Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...Atlassian
 

What's hot (20)

Ultimate Dogfooding: Behind the Scenes of Building the New Jira
Ultimate Dogfooding: Behind the Scenes of Building the New JiraUltimate Dogfooding: Behind the Scenes of Building the New Jira
Ultimate Dogfooding: Behind the Scenes of Building the New Jira
 
Architecting Atlassian for Healthcare and FDA Compliance
Architecting Atlassian for Healthcare and FDA ComplianceArchitecting Atlassian for Healthcare and FDA Compliance
Architecting Atlassian for Healthcare and FDA Compliance
 
WeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our CultureWeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our Culture
 
Advocating Adoption: Best Practices for User-Friendly Jira Configurations
Advocating Adoption: Best Practices for User-Friendly Jira ConfigurationsAdvocating Adoption: Best Practices for User-Friendly Jira Configurations
Advocating Adoption: Best Practices for User-Friendly Jira Configurations
 
Big Bang And Beyond: Migrating Between Server and Cloud
Big Bang And Beyond: Migrating Between Server and CloudBig Bang And Beyond: Migrating Between Server and Cloud
Big Bang And Beyond: Migrating Between Server and Cloud
 
Jira Customization: Finding the Perfect Balance
Jira Customization: Finding the Perfect BalanceJira Customization: Finding the Perfect Balance
Jira Customization: Finding the Perfect Balance
 
Product Keynote: Jira Software and Bitbucket Cloud
Product Keynote: Jira Software and Bitbucket CloudProduct Keynote: Jira Software and Bitbucket Cloud
Product Keynote: Jira Software and Bitbucket Cloud
 
The Top 5 Skills Enterprise Admins Need to Know
The Top 5 Skills Enterprise Admins Need to KnowThe Top 5 Skills Enterprise Admins Need to Know
The Top 5 Skills Enterprise Admins Need to Know
 
Improve Customer Service with Automated Sales and Order Lifecycle Processes U...
Improve Customer Service with Automated Sales and Order Lifecycle Processes U...Improve Customer Service with Automated Sales and Order Lifecycle Processes U...
Improve Customer Service with Automated Sales and Order Lifecycle Processes U...
 
Managing Application Lifecycle using Jira and Bitbucket Cloud and AWS Tooling
Managing Application Lifecycle using Jira and Bitbucket Cloud and AWS ToolingManaging Application Lifecycle using Jira and Bitbucket Cloud and AWS Tooling
Managing Application Lifecycle using Jira and Bitbucket Cloud and AWS Tooling
 
Standardizing Jira Service Desk in a Decentralized Environment
Standardizing Jira Service Desk in a Decentralized EnvironmentStandardizing Jira Service Desk in a Decentralized Environment
Standardizing Jira Service Desk in a Decentralized Environment
 
How to Develop, Track, and Release Like a Boss Using Atlassian Tools
How to Develop, Track, and Release Like a Boss Using Atlassian ToolsHow to Develop, Track, and Release Like a Boss Using Atlassian Tools
How to Develop, Track, and Release Like a Boss Using Atlassian Tools
 
Product Keynote: Jira Service Desk, Opsgenie, Statuspage
Product Keynote: Jira Service Desk, Opsgenie, StatuspageProduct Keynote: Jira Service Desk, Opsgenie, Statuspage
Product Keynote: Jira Service Desk, Opsgenie, Statuspage
 
Expecto Performa! The Magic and Reality of Performance Tuning
Expecto Performa! The Magic and Reality of Performance TuningExpecto Performa! The Magic and Reality of Performance Tuning
Expecto Performa! The Magic and Reality of Performance Tuning
 
Deployment Flexibility: Introducing Support for Microsoft Azure
Deployment Flexibility: Introducing Support for Microsoft AzureDeployment Flexibility: Introducing Support for Microsoft Azure
Deployment Flexibility: Introducing Support for Microsoft Azure
 
A Little Prep Goes a Long Way: Planning your next Jira Server Upgrade
A Little Prep Goes a Long Way: Planning your next Jira Server UpgradeA Little Prep Goes a Long Way: Planning your next Jira Server Upgrade
A Little Prep Goes a Long Way: Planning your next Jira Server Upgrade
 
How The Trade Desk Built a Connected Team of 100+ Agents
How The Trade Desk Built a Connected Team of 100+ AgentsHow The Trade Desk Built a Connected Team of 100+ Agents
How The Trade Desk Built a Connected Team of 100+ Agents
 
Power Up Jira Service Desk with Apps
Power Up Jira Service Desk with AppsPower Up Jira Service Desk with Apps
Power Up Jira Service Desk with Apps
 
How to Power Continuous Deployment at Any Scale with Atlassian
 How to Power Continuous Deployment at Any Scale with Atlassian How to Power Continuous Deployment at Any Scale with Atlassian
How to Power Continuous Deployment at Any Scale with Atlassian
 
Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...
Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...
Scaling Agile to the Enterprise: 5 Secrets to Unlocking the Strategic Value o...
 

Similar to Are you Ready to Rumble? Let's Migrate Some Jira Data

BuildingSecurity Audits with Extended Events
BuildingSecurity Audits with Extended EventsBuildingSecurity Audits with Extended Events
BuildingSecurity Audits with Extended EventsJason Strate
 
Bridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the CloudBridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the CloudInside Analysis
 
AUG NYC Presentation Feb 13 Event
AUG NYC Presentation Feb 13 EventAUG NYC Presentation Feb 13 Event
AUG NYC Presentation Feb 13 EventAUGNYC
 
(SEC402) Enterprise Cloud Security via DevSecOps 2.0
(SEC402) Enterprise Cloud Security via DevSecOps 2.0(SEC402) Enterprise Cloud Security via DevSecOps 2.0
(SEC402) Enterprise Cloud Security via DevSecOps 2.0Amazon Web Services
 
Threat Modeling All Day!
Threat Modeling All Day!Threat Modeling All Day!
Threat Modeling All Day!Steven Carlson
 
Finding Security a Home in a DevOps World
Finding Security a Home in a DevOps WorldFinding Security a Home in a DevOps World
Finding Security a Home in a DevOps WorldShannon Lietz
 
Make your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More SafeMake your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More SafeThuan Ng
 
Banking on Innovation and DevOps
Banking on Innovation and DevOpsBanking on Innovation and DevOps
Banking on Innovation and DevOpsTapabrata Pal
 
What Data Do You Have and Where is It?
What Data Do You Have and Where is It? What Data Do You Have and Where is It?
What Data Do You Have and Where is It? Caserta
 
The New Frontier: Optimizing Big Data Exploration
The New Frontier: Optimizing Big Data ExplorationThe New Frontier: Optimizing Big Data Exploration
The New Frontier: Optimizing Big Data ExplorationInside Analysis
 
Dawn - Actionscript Library
Dawn - Actionscript LibraryDawn - Actionscript Library
Dawn - Actionscript Librarysammyt
 
Protect your Database with Data Masking & Enforced Version Control
Protect your Database with Data Masking & Enforced Version Control	Protect your Database with Data Masking & Enforced Version Control
Protect your Database with Data Masking & Enforced Version Control DBmaestro - Database DevOps
 
The What, Why, and How of DevSecOps
The What, Why, and How of DevSecOpsThe What, Why, and How of DevSecOps
The What, Why, and How of DevSecOpsCprime
 
Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Caserta
 
Course 8 : How to start your big data project by Eric Rodriguez
Course 8 : How to start your big data project by Eric Rodriguez Course 8 : How to start your big data project by Eric Rodriguez
Course 8 : How to start your big data project by Eric Rodriguez Betacowork
 
Mr. desmond cloud security_format
Mr. desmond cloud security_formatMr. desmond cloud security_format
Mr. desmond cloud security_formatMULTIMATICS_ID
 
The Hacking Games - Security vs Productivity and Operational Efficiency 20230119
The Hacking Games - Security vs Productivity and Operational Efficiency 20230119The Hacking Games - Security vs Productivity and Operational Efficiency 20230119
The Hacking Games - Security vs Productivity and Operational Efficiency 20230119lior mazor
 
Big Data: Setting Up the Big Data Lake
Big Data: Setting Up the Big Data LakeBig Data: Setting Up the Big Data Lake
Big Data: Setting Up the Big Data LakeCaserta
 

Similar to Are you Ready to Rumble? Let's Migrate Some Jira Data (20)

BuildingSecurity Audits with Extended Events
BuildingSecurity Audits with Extended EventsBuildingSecurity Audits with Extended Events
BuildingSecurity Audits with Extended Events
 
Bridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the CloudBridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the Cloud
 
AUG NYC Presentation Feb 13 Event
AUG NYC Presentation Feb 13 EventAUG NYC Presentation Feb 13 Event
AUG NYC Presentation Feb 13 Event
 
(SEC402) Enterprise Cloud Security via DevSecOps 2.0
(SEC402) Enterprise Cloud Security via DevSecOps 2.0(SEC402) Enterprise Cloud Security via DevSecOps 2.0
(SEC402) Enterprise Cloud Security via DevSecOps 2.0
 
Threat Modeling All Day!
Threat Modeling All Day!Threat Modeling All Day!
Threat Modeling All Day!
 
Finding Security a Home in a DevOps World
Finding Security a Home in a DevOps WorldFinding Security a Home in a DevOps World
Finding Security a Home in a DevOps World
 
Make your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More SafeMake your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More Safe
 
Banking on Innovation and DevOps
Banking on Innovation and DevOpsBanking on Innovation and DevOps
Banking on Innovation and DevOps
 
What Data Do You Have and Where is It?
What Data Do You Have and Where is It? What Data Do You Have and Where is It?
What Data Do You Have and Where is It?
 
The New Frontier: Optimizing Big Data Exploration
The New Frontier: Optimizing Big Data ExplorationThe New Frontier: Optimizing Big Data Exploration
The New Frontier: Optimizing Big Data Exploration
 
Dawn - Actionscript Library
Dawn - Actionscript LibraryDawn - Actionscript Library
Dawn - Actionscript Library
 
Protect your Database with Data Masking & Enforced Version Control
Protect your Database with Data Masking & Enforced Version Control	Protect your Database with Data Masking & Enforced Version Control
Protect your Database with Data Masking & Enforced Version Control
 
The What, Why, and How of DevSecOps
The What, Why, and How of DevSecOpsThe What, Why, and How of DevSecOps
The What, Why, and How of DevSecOps
 
Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics
 
SmartERP PeopleSoft Security
SmartERP PeopleSoft  Security SmartERP PeopleSoft  Security
SmartERP PeopleSoft Security
 
SPS Toronto 2015
SPS Toronto 2015SPS Toronto 2015
SPS Toronto 2015
 
Course 8 : How to start your big data project by Eric Rodriguez
Course 8 : How to start your big data project by Eric Rodriguez Course 8 : How to start your big data project by Eric Rodriguez
Course 8 : How to start your big data project by Eric Rodriguez
 
Mr. desmond cloud security_format
Mr. desmond cloud security_formatMr. desmond cloud security_format
Mr. desmond cloud security_format
 
The Hacking Games - Security vs Productivity and Operational Efficiency 20230119
The Hacking Games - Security vs Productivity and Operational Efficiency 20230119The Hacking Games - Security vs Productivity and Operational Efficiency 20230119
The Hacking Games - Security vs Productivity and Operational Efficiency 20230119
 
Big Data: Setting Up the Big Data Lake
Big Data: Setting Up the Big Data LakeBig Data: Setting Up the Big Data Lake
Big Data: Setting Up the Big Data Lake
 

More from Atlassian

International Women's Day 2020
International Women's Day 2020International Women's Day 2020
International Women's Day 2020Atlassian
 
10 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 202010 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 2020Atlassian
 
Forge App Showcase
Forge App ShowcaseForge App Showcase
Forge App ShowcaseAtlassian
 
Let's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UILet's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UIAtlassian
 
Meet the Forge Runtime
Meet the Forge RuntimeMeet the Forge Runtime
Meet the Forge RuntimeAtlassian
 
Forge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceForge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceAtlassian
 
Take Action with Forge Triggers
Take Action with Forge TriggersTake Action with Forge Triggers
Take Action with Forge TriggersAtlassian
 
Observability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeObservability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeAtlassian
 
Trusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelTrusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelAtlassian
 
Designing Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemDesigning Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemAtlassian
 
Forge: Under the Hood
Forge: Under the HoodForge: Under the Hood
Forge: Under the HoodAtlassian
 
Access to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAccess to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAtlassian
 
Design Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginDesign Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginAtlassian
 
Tear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingTear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingAtlassian
 
Nailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterNailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterAtlassian
 
Building Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindBuilding Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindAtlassian
 
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Atlassian
 
Beyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsBeyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsAtlassian
 
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamThe Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamAtlassian
 
Building Apps With Enterprise in Mind
Building Apps With Enterprise in MindBuilding Apps With Enterprise in Mind
Building Apps With Enterprise in MindAtlassian
 

More from Atlassian (20)

International Women's Day 2020
International Women's Day 2020International Women's Day 2020
International Women's Day 2020
 
10 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 202010 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 2020
 
Forge App Showcase
Forge App ShowcaseForge App Showcase
Forge App Showcase
 
Let's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UILet's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UI
 
Meet the Forge Runtime
Meet the Forge RuntimeMeet the Forge Runtime
Meet the Forge Runtime
 
Forge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceForge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User Experience
 
Take Action with Forge Triggers
Take Action with Forge TriggersTake Action with Forge Triggers
Take Action with Forge Triggers
 
Observability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeObservability and Troubleshooting in Forge
Observability and Troubleshooting in Forge
 
Trusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelTrusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy Model
 
Designing Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemDesigning Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI System
 
Forge: Under the Hood
Forge: Under the HoodForge: Under the Hood
Forge: Under the Hood
 
Access to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAccess to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIs
 
Design Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginDesign Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch Plugin
 
Tear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingTear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the Building
 
Nailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterNailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that Matter
 
Building Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindBuilding Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in Mind
 
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
 
Beyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsBeyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced Teams
 
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamThe Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
 
Building Apps With Enterprise in Mind
Building Apps With Enterprise in MindBuilding Apps With Enterprise in Mind
Building Apps With Enterprise in Mind
 

Recently uploaded

What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 

Recently uploaded (20)

What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 

Are you Ready to Rumble? Let's Migrate Some Jira Data