SlideShare una empresa de Scribd logo
1 de 26
Descargar para leer sin conexión
William Sterbenz and Hagay Dvir
Cloud PDM Demystified – The Future of File
Management
@AutodeskForge
#ForgeDevCon
Hagay Dvir
Sr. Product Manager &
Chief Product Owner
Fusion Lifecycle
Will Sterbenz
Sr. Architect &
Chief Product Architect
Fusion Lifecycle
About Us
About The Class
• Data management is especially important for
Product Lifecycle Management (PLM) solutions
as means to manage Product Data (PDM)
• In this class we will introduce you to Fusion
Lifecycle, Autodesk’s PLM solution, and
discuss Data Management in that context
• Due to the nature of the class, Fusion Lifecycle
will be covered only briefly. Prior experience
with Fusion Lifecycle will be beneficial
Safe Harbor Statement
This presentation contains forward looking statements about future results,
performance or achievements, financial and otherwise. These statements reflect
management’s current expectations, estimates and assumptions based on the
information currently available to Autodesk. These forward-looking statements are
not guarantees of future performance and involve risks, uncertainties and other
factors that may cause Autodesk’s actual results, performance or achievements to be
materially different from results, performance or achievements expressed or implied
by the forward-looking statements contained in this presentation. A discussion of the
factors that may affect future results is contained in Autodesk’s most recent SEC
filings, including descriptions of the risk factors that may impact Autodesk and the
forward-looking statements made in this presentation. The forward-looking
statements made in this presentation are being made as of the time and date of its
live presentation. If this presentation is reviewed after the time and date of its live
presentation, even if it subsequently is made available by Autodesk, on its Web site
or otherwise, this presentation may not contain current or accurate information.
Autodesk disclaims any obligation to update or revise any forward-looking statement
based on new information, future events or otherwise.
What is Fusion Lifecycle
• Fusion Lifecycle is
Autodesk’s Product
Lifecycle Management
(PLM) system
• Data is organized in
Workspaces
• Workspaces are Data
Containers for items with
the same Business
Purpose
New
Product
Introduction
Project 1
Project 2
Project 3
Project 4
Items and
BOMs
Component
1
Sub-
Assembly 1
Sub-
Assembly 2
Assembly 1
Change
Orders
ECO 1
ECO 2
ECO3
Workspaces
Items
Fusion Lifecycle Items
• A single item usually
represent a single
business object
• Items have Properties
(‘item details’) and
Aspects (‘tabs’)
Data API
• UI is separate from
service
• Client-side MVC
• Backend service
implements Data
Model and Business
Logic
FLC UI
templates, static
content and JS
Browser
FLC
services
Server Client
Data
HTML, JS
Get Workspace Content
• GET
https://<tenant>/api/v3/workspaces/<id>/items
• Unbounded, Paged collection
• Each element in the collection has:
• Title (name)
• URN
• Link
• Version (because it is integral to the name)
GET Item Details
• GET https://<tenant>/api/v3/workspaces/<id>/items/<id>
• Key/Value pairs
• Each element in the collection has:
• Title (name)
• URN
• Link
• Version (because it is integral to the name)
Bill Of Materials (BOM)
• A BOM is a built-in
Aspect that can be
enabled in any
Workspace
• A BOM is a hierarchy
of Fusion Lifecycle
Items
BOM Configurations
• When an item is
released, it gets an
Effectivity date
• BOM configuration
allow to view a BOM as
it was on a given Date
and with a given
Revision Bias
BOM Data Model
• Directed Acyclic Graph
(DAG)
• Edges and nodes
• Edge properties
• Node properties
(Items)
• Reflection
Edge properties:
Quantity,
custom
Node properties:
Descriptor,
Lifecyclestate,
custom
Attachments
• Files surface in Fusion
Lifecycle as
Attachments
• Attachments are
relationships between
Fusion Lifecycle Items
and Files stored in the
Data Repository
Data Repository
• Folder hierarchy (as in
Windows Explorer)
• Lineages are a sorted
collection of Versions
of the same data
Attachments Data Model
• m:n relationship
• Many documents can
be attached to the
same item
• Same document can
be attached to many
items
• Pinning policies
New service and API for attachment relationships
• Forge hides the details
• Uses existing building
blocks
• Multiple services under
one API
• Interoperability with
FLC API and DM API
FLC
Attachments
DM
API
API
API
Real World Example
Example: Build a CAD BOM
Lifecycle
Workflow
Release
Management
Versions
File refs
BOM
CAD
DS
Forge provides a platform API
Using existing building-blocks
Can be used to build a BOM in
FLC based upon CAD structure
with custom logic for excluding
Library parts, purchased items,
etc
Custom logic
Build BOM from CAD
1. GET CAD objects and relationships
2. POST Items
3. POST Bom-Items
4. POST attachments
Forge provides a simple resource-based REST API that
hides the underlying micro-service architecture
Step 1: read CAD from Forge DM
POST https://developer-stg.api.autodesk.com/wipdata-serv-qa/storage/v3/entities/get
["urn:adsk.wipqa:dm.lineage:-w295kWRTZ-Nbf9PrSFRBA"]
{"versionedFiles": [
{ "lineage": {
"urn": "urn:adsk.wipqa:dm.lineage:-w295kWRTZ-Nbf9PrSFRBA",
"createTime": "2016-06-10T19:43:46+0000",
"lastModifiedTime": "2016-06-10T19:43:48+0000",
"lastModifiedUserId": "38SCJGX4R4PV",
"lastModifiedUserName": "bot@autodesk360.com",
"createUserName": "bot@autodesk360.com",
"createSortableName": "Bot Staging bot@autodesk360.com",
"parentFolderUrn": "urn:adsk.wipqa:fs.folder:co.ekykwQljTHKJiTjLXKFJ1Q",
"tipVersionUrn": "urn:adsk.wipqa:fs.file:vf.-w295kWRTZ-Nbf9PrSFRBA?version=1",
"title": "Sports Car.dwfx",
"hidden": false
}]}
Filter out unmanaged parts
(e.g. library components)
Step 2: create Item in FLC
POST https://alphaforgecpdmclass3.autodeskplm.com/api/v3/workspaces/57/items
{
"sections":[
{
"link":"/api/v 3/workspaces/57/sections/233",
"f ields":[
{ "__self __":"/api/v 3/workspaces/57/views/1/fields/ROHS",
"v alue":"f alse"
},
{ "__self __":"/api/v 3/workspaces/57/v iews/1/fields/REACH",
"v alue":"f alse"
},
{ "__self __":"/api/v 3/workspaces/57/views/1/fields/CONFLICT_MINERALS",
"v alue":"f alse"
}
]
},
}
Copy meta-data from Forge
DM to FLC (e.g. description)
Step 3: create BOM relationship in FLC
POST https://alphaforgecpdmclass3.autodeskplm.com/api/v3/workspaces/57/items/6795/bom-items
{link: "/api/v3/workspaces/57/items/6797/bom-items",
title: "151-0323-058 - BRACKET SGL WIDE SS TAB DVI (3.152) DVI (1.552)",
deleted: false,
version: "A",
}
Can apply FLC release
management to BOM
(e.g. ECO process)
Step 4: attach CAD to FLC Items
POST
https://alphaforgecpdmclass3.autodeskplm.com/api/v3/workspaces/57/items/6922/attachm
ents
{
"itemId":"urn:adsk.plm:tenant.workspace.item:ALPHAFORGECPDMCLASS3.57.6922",
"lineageUrn":"urn:adsk.wipqa:dm.lineage:-w295kWRTZ-Nbf9PrSFRBA",
"pinningPolicy":"On Lock“
}
Set policy for release
management
Forge Platform API for Cloud PDM
FLC product is being built on Forge data platform
Combining Forge DM with FLC product API…
will provide platform API for Cloud PDM
Disclaimer: the FLC API and attachments API are not yet released
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIsForge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
 
Forge - DevCon 2017, Darmstadt Germany: Moving to Forge and the Cloud with yo...
Forge - DevCon 2017, Darmstadt Germany: Moving to Forge and the Cloud with yo...Forge - DevCon 2017, Darmstadt Germany: Moving to Forge and the Cloud with yo...
Forge - DevCon 2017, Darmstadt Germany: Moving to Forge and the Cloud with yo...
 
Forge - DevCon 2016: 10 Great Fusion 360 Sample Applications
Forge - DevCon 2016: 10 Great Fusion 360 Sample ApplicationsForge - DevCon 2016: 10 Great Fusion 360 Sample Applications
Forge - DevCon 2016: 10 Great Fusion 360 Sample Applications
 
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
 
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
 
Forge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
Forge - DevCon 2017, Darmstadt Germany - Introduction and RoadmapForge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
Forge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
 
Hsbcad from acad to revit to cloud
Hsbcad from acad to revit to cloud Hsbcad from acad to revit to cloud
Hsbcad from acad to revit to cloud
 
Developing 3D Visualization Apps
Developing 3D Visualization AppsDeveloping 3D Visualization Apps
Developing 3D Visualization Apps
 
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
 
An Introduction to the Office 365 Patterns and Practices Project
An Introduction to the Office 365 Patterns and Practices ProjectAn Introduction to the Office 365 Patterns and Practices Project
An Introduction to the Office 365 Patterns and Practices Project
 
Understanding SharePoint Framework Extensions
Understanding SharePoint Framework ExtensionsUnderstanding SharePoint Framework Extensions
Understanding SharePoint Framework Extensions
 
Azure Functions Overview
Azure Functions OverviewAzure Functions Overview
Azure Functions Overview
 
Microsoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's nextMicrosoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's next
 
APIs, APIs Everywhere!
APIs, APIs Everywhere!APIs, APIs Everywhere!
APIs, APIs Everywhere!
 
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
 
SPSBE18: New era of customizing site provisioning
SPSBE18: New era of customizing site provisioningSPSBE18: New era of customizing site provisioning
SPSBE18: New era of customizing site provisioning
 
O365Con18 - Create an Immersive Experience with Office365 Data and Mixed Real...
O365Con18 - Create an Immersive Experience with Office365 Data and Mixed Real...O365Con18 - Create an Immersive Experience with Office365 Data and Mixed Real...
O365Con18 - Create an Immersive Experience with Office365 Data and Mixed Real...
 
Made for Mobile - Let Office 365 Power Your Mobile Apps
Made for Mobile - Let Office 365 Power Your Mobile AppsMade for Mobile - Let Office 365 Power Your Mobile Apps
Made for Mobile - Let Office 365 Power Your Mobile Apps
 
Polyglot Persistence in Azure
Polyglot Persistence in AzurePolyglot Persistence in Azure
Polyglot Persistence in Azure
 
O365Con18 - Reach for the Cloud Build Solutions with the Power of Microsoft G...
O365Con18 - Reach for the Cloud Build Solutions with the Power of Microsoft G...O365Con18 - Reach for the Cloud Build Solutions with the Power of Microsoft G...
O365Con18 - Reach for the Cloud Build Solutions with the Power of Microsoft G...
 

Destacado

Aras PLM CAD Integration
Aras PLM CAD IntegrationAras PLM CAD Integration
Aras PLM CAD Integration
Aras
 
Aras PLM Roadmap
Aras PLM RoadmapAras PLM Roadmap
Aras PLM Roadmap
Aras
 
Brief Intro to Aras PLM Solutions
Brief Intro to Aras PLM SolutionsBrief Intro to Aras PLM Solutions
Brief Intro to Aras PLM Solutions
Aras
 
Stacey Bennett Work Portfolio
Stacey Bennett Work PortfolioStacey Bennett Work Portfolio
Stacey Bennett Work Portfolio
bennetsy
 

Destacado (14)

Aras PLM CAD Integration
Aras PLM CAD IntegrationAras PLM CAD Integration
Aras PLM CAD Integration
 
4 Steps to Successful Big Data Product Management
4 Steps to Successful Big Data Product Management4 Steps to Successful Big Data Product Management
4 Steps to Successful Big Data Product Management
 
Siemens PLM Software. Игорь Сизов. "Решения Siemens PLM Software для создания...
Siemens PLM Software. Игорь Сизов. "Решения Siemens PLM Software для создания...Siemens PLM Software. Игорь Сизов. "Решения Siemens PLM Software для создания...
Siemens PLM Software. Игорь Сизов. "Решения Siemens PLM Software для создания...
 
MBSE and the Business of Engineering
MBSE and the Business of EngineeringMBSE and the Business of Engineering
MBSE and the Business of Engineering
 
Merging PLM and Microsoft SharePoint Strategies from GPDIS 2009
Merging PLM and Microsoft SharePoint Strategies from GPDIS 2009Merging PLM and Microsoft SharePoint Strategies from GPDIS 2009
Merging PLM and Microsoft SharePoint Strategies from GPDIS 2009
 
Aras PLM Roadmap
Aras PLM RoadmapAras PLM Roadmap
Aras PLM Roadmap
 
Implementing PLM in the Fast-Paced, Innovation Driven Prepared Foods Industry
Implementing PLM in the Fast-Paced, Innovation Driven Prepared Foods IndustryImplementing PLM in the Fast-Paced, Innovation Driven Prepared Foods Industry
Implementing PLM in the Fast-Paced, Innovation Driven Prepared Foods Industry
 
Brief Intro to Aras PLM Solutions
Brief Intro to Aras PLM SolutionsBrief Intro to Aras PLM Solutions
Brief Intro to Aras PLM Solutions
 
The new frontiers in PLM Software
The new frontiers in PLM Software The new frontiers in PLM Software
The new frontiers in PLM Software
 
SharePoint PLM Software Overview
SharePoint PLM Software OverviewSharePoint PLM Software Overview
SharePoint PLM Software Overview
 
11 Ace 2010 Aras Configuration And Change Management
11 Ace 2010 Aras Configuration And Change Management11 Ace 2010 Aras Configuration And Change Management
11 Ace 2010 Aras Configuration And Change Management
 
Stacey Bennett Work Portfolio
Stacey Bennett Work PortfolioStacey Bennett Work Portfolio
Stacey Bennett Work Portfolio
 
Aras Vision and Roadmap 2016
Aras Vision and Roadmap 2016Aras Vision and Roadmap 2016
Aras Vision and Roadmap 2016
 
2015 Quality Management System Vendor Benchmark
2015 Quality Management System Vendor Benchmark2015 Quality Management System Vendor Benchmark
2015 Quality Management System Vendor Benchmark
 

Similar a Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management

Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Synergis Engineering Design Solutions
 
Customization_Oracle_Fusion_Cloud.pptx
Customization_Oracle_Fusion_Cloud.pptxCustomization_Oracle_Fusion_Cloud.pptx
Customization_Oracle_Fusion_Cloud.pptx
RajeevKumar720650
 
Adobe Flex - Developing Rich Internet Application Workshop Day 2
Adobe Flex - Developing Rich Internet Application Workshop Day 2Adobe Flex - Developing Rich Internet Application Workshop Day 2
Adobe Flex - Developing Rich Internet Application Workshop Day 2
Shyamala Prayaga
 

Similar a Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management (20)

Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
Integrating Autodesk Vault to PLM – Rodney Coffey, Razorleaf & Scott Stortz, ...
 
Implementing and Extending Oracle PLM Cloud for Gibson Overseas
Implementing and Extending Oracle PLM Cloud for Gibson OverseasImplementing and Extending Oracle PLM Cloud for Gibson Overseas
Implementing and Extending Oracle PLM Cloud for Gibson Overseas
 
bfx and studio server - Bluebeam eXtreme Conference 2014
bfx and studio server - Bluebeam eXtreme Conference 2014bfx and studio server - Bluebeam eXtreme Conference 2014
bfx and studio server - Bluebeam eXtreme Conference 2014
 
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business SuiteOOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
 
A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...
A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...
A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...
 
Salesforce Spring 23 Webinar
Salesforce Spring 23 WebinarSalesforce Spring 23 Webinar
Salesforce Spring 23 Webinar
 
AIR - Framework ( Cairngorm and Parsley )
AIR - Framework ( Cairngorm and Parsley )AIR - Framework ( Cairngorm and Parsley )
AIR - Framework ( Cairngorm and Parsley )
 
IBM Social Business Toolkit
IBM Social Business ToolkitIBM Social Business Toolkit
IBM Social Business Toolkit
 
Customization_Oracle_Fusion_Cloud.pptx
Customization_Oracle_Fusion_Cloud.pptxCustomization_Oracle_Fusion_Cloud.pptx
Customization_Oracle_Fusion_Cloud.pptx
 
Overview of Capturing requirements
Overview of Capturing requirementsOverview of Capturing requirements
Overview of Capturing requirements
 
Introduction to j2 ee frameworks
Introduction to j2 ee frameworksIntroduction to j2 ee frameworks
Introduction to j2 ee frameworks
 
Adobe Flex - Developing Rich Internet Application Workshop Day 2
Adobe Flex - Developing Rich Internet Application Workshop Day 2Adobe Flex - Developing Rich Internet Application Workshop Day 2
Adobe Flex - Developing Rich Internet Application Workshop Day 2
 
SharePoint as Development Platform for the Modern Intranet
SharePoint as Development Platform for the Modern IntranetSharePoint as Development Platform for the Modern Intranet
SharePoint as Development Platform for the Modern Intranet
 
Accel_Series_2022Winter_En.ppt
Accel_Series_2022Winter_En.pptAccel_Series_2022Winter_En.ppt
Accel_Series_2022Winter_En.ppt
 
SSDT unleashed
SSDT unleashedSSDT unleashed
SSDT unleashed
 
Otbi and bicc_psr_technote_v3_final_document
Otbi and bicc_psr_technote_v3_final_documentOtbi and bicc_psr_technote_v3_final_document
Otbi and bicc_psr_technote_v3_final_document
 
Deep dive into share point framework webparts
Deep dive into share point framework webpartsDeep dive into share point framework webparts
Deep dive into share point framework webparts
 
Fusion Technical Online Training.pptx
Fusion Technical Online Training.pptxFusion Technical Online Training.pptx
Fusion Technical Online Training.pptx
 
Discovering New Product Introduction using Autodesk PLM 360 – Rodney Coffey, ...
Discovering New Product Introduction using Autodesk PLM 360 – Rodney Coffey, ...Discovering New Product Introduction using Autodesk PLM 360 – Rodney Coffey, ...
Discovering New Product Introduction using Autodesk PLM 360 – Rodney Coffey, ...
 
Discovering New Product Introduction (NPI) using Autodesk Fusion Lifecycle
Discovering New Product Introduction (NPI) using Autodesk Fusion LifecycleDiscovering New Product Introduction (NPI) using Autodesk Fusion Lifecycle
Discovering New Product Introduction (NPI) using Autodesk Fusion Lifecycle
 

Más de Autodesk

Más de Autodesk (16)

Top 6 Reasons to work at Autodesk
Top 6 Reasons to work at AutodeskTop 6 Reasons to work at Autodesk
Top 6 Reasons to work at Autodesk
 
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experimentsForge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
 
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
 
Forge - DevCon 2017, Darmstadt Germany: Innovate with Forge
Forge - DevCon 2017, Darmstadt Germany: Innovate with ForgeForge - DevCon 2017, Darmstadt Germany: Innovate with Forge
Forge - DevCon 2017, Darmstadt Germany: Innovate with Forge
 
Make your own Pokédex with the Pokéapi & Node/Express!
Make your own Pokédex with the Pokéapi & Node/Express! Make your own Pokédex with the Pokéapi & Node/Express!
Make your own Pokédex with the Pokéapi & Node/Express!
 
Harnessing the Power of Customer Feedback
Harnessing the Power of Customer FeedbackHarnessing the Power of Customer Feedback
Harnessing the Power of Customer Feedback
 
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
 
Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
 
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
 
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
 
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
 
Forge - DevCon 2016: Introduction to building for HoloLens
Forge - DevCon 2016: Introduction to building for HoloLensForge - DevCon 2016: Introduction to building for HoloLens
Forge - DevCon 2016: Introduction to building for HoloLens
 
Forge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
Forge - DevCon 2016: Forecast for Design, Make, & Use is CloudyForge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
Forge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
 
Forge - DevCon 2016: Building a Drone Imagery Service
Forge - DevCon 2016: Building a Drone Imagery ServiceForge - DevCon 2016: Building a Drone Imagery Service
Forge - DevCon 2016: Building a Drone Imagery Service
 
Forge - DevCon 2016: From Desktop to the Cloud with Forge
Forge - DevCon 2016: From Desktop to the Cloud with ForgeForge - DevCon 2016: From Desktop to the Cloud with Forge
Forge - DevCon 2016: From Desktop to the Cloud with Forge
 
Forge - DevCon 2016: Visual Reporting with Connected Design Data
Forge - DevCon 2016: Visual Reporting with Connected Design DataForge - DevCon 2016: Visual Reporting with Connected Design Data
Forge - DevCon 2016: Visual Reporting with Connected Design Data
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

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?
 
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
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
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...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
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...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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
 

Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management

  • 1. William Sterbenz and Hagay Dvir Cloud PDM Demystified – The Future of File Management
  • 3. Hagay Dvir Sr. Product Manager & Chief Product Owner Fusion Lifecycle Will Sterbenz Sr. Architect & Chief Product Architect Fusion Lifecycle About Us
  • 4. About The Class • Data management is especially important for Product Lifecycle Management (PLM) solutions as means to manage Product Data (PDM) • In this class we will introduce you to Fusion Lifecycle, Autodesk’s PLM solution, and discuss Data Management in that context • Due to the nature of the class, Fusion Lifecycle will be covered only briefly. Prior experience with Fusion Lifecycle will be beneficial
  • 5. Safe Harbor Statement This presentation contains forward looking statements about future results, performance or achievements, financial and otherwise. These statements reflect management’s current expectations, estimates and assumptions based on the information currently available to Autodesk. These forward-looking statements are not guarantees of future performance and involve risks, uncertainties and other factors that may cause Autodesk’s actual results, performance or achievements to be materially different from results, performance or achievements expressed or implied by the forward-looking statements contained in this presentation. A discussion of the factors that may affect future results is contained in Autodesk’s most recent SEC filings, including descriptions of the risk factors that may impact Autodesk and the forward-looking statements made in this presentation. The forward-looking statements made in this presentation are being made as of the time and date of its live presentation. If this presentation is reviewed after the time and date of its live presentation, even if it subsequently is made available by Autodesk, on its Web site or otherwise, this presentation may not contain current or accurate information. Autodesk disclaims any obligation to update or revise any forward-looking statement based on new information, future events or otherwise.
  • 6. What is Fusion Lifecycle • Fusion Lifecycle is Autodesk’s Product Lifecycle Management (PLM) system • Data is organized in Workspaces • Workspaces are Data Containers for items with the same Business Purpose New Product Introduction Project 1 Project 2 Project 3 Project 4 Items and BOMs Component 1 Sub- Assembly 1 Sub- Assembly 2 Assembly 1 Change Orders ECO 1 ECO 2 ECO3 Workspaces Items
  • 7. Fusion Lifecycle Items • A single item usually represent a single business object • Items have Properties (‘item details’) and Aspects (‘tabs’)
  • 8. Data API • UI is separate from service • Client-side MVC • Backend service implements Data Model and Business Logic FLC UI templates, static content and JS Browser FLC services Server Client Data HTML, JS
  • 9. Get Workspace Content • GET https://<tenant>/api/v3/workspaces/<id>/items • Unbounded, Paged collection • Each element in the collection has: • Title (name) • URN • Link • Version (because it is integral to the name)
  • 10. GET Item Details • GET https://<tenant>/api/v3/workspaces/<id>/items/<id> • Key/Value pairs • Each element in the collection has: • Title (name) • URN • Link • Version (because it is integral to the name)
  • 11. Bill Of Materials (BOM) • A BOM is a built-in Aspect that can be enabled in any Workspace • A BOM is a hierarchy of Fusion Lifecycle Items
  • 12. BOM Configurations • When an item is released, it gets an Effectivity date • BOM configuration allow to view a BOM as it was on a given Date and with a given Revision Bias
  • 13. BOM Data Model • Directed Acyclic Graph (DAG) • Edges and nodes • Edge properties • Node properties (Items) • Reflection Edge properties: Quantity, custom Node properties: Descriptor, Lifecyclestate, custom
  • 14. Attachments • Files surface in Fusion Lifecycle as Attachments • Attachments are relationships between Fusion Lifecycle Items and Files stored in the Data Repository
  • 15. Data Repository • Folder hierarchy (as in Windows Explorer) • Lineages are a sorted collection of Versions of the same data
  • 16. Attachments Data Model • m:n relationship • Many documents can be attached to the same item • Same document can be attached to many items • Pinning policies
  • 17. New service and API for attachment relationships • Forge hides the details • Uses existing building blocks • Multiple services under one API • Interoperability with FLC API and DM API FLC Attachments DM API API API
  • 19. Example: Build a CAD BOM Lifecycle Workflow Release Management Versions File refs BOM CAD DS Forge provides a platform API Using existing building-blocks Can be used to build a BOM in FLC based upon CAD structure with custom logic for excluding Library parts, purchased items, etc Custom logic
  • 20. Build BOM from CAD 1. GET CAD objects and relationships 2. POST Items 3. POST Bom-Items 4. POST attachments Forge provides a simple resource-based REST API that hides the underlying micro-service architecture
  • 21. Step 1: read CAD from Forge DM POST https://developer-stg.api.autodesk.com/wipdata-serv-qa/storage/v3/entities/get ["urn:adsk.wipqa:dm.lineage:-w295kWRTZ-Nbf9PrSFRBA"] {"versionedFiles": [ { "lineage": { "urn": "urn:adsk.wipqa:dm.lineage:-w295kWRTZ-Nbf9PrSFRBA", "createTime": "2016-06-10T19:43:46+0000", "lastModifiedTime": "2016-06-10T19:43:48+0000", "lastModifiedUserId": "38SCJGX4R4PV", "lastModifiedUserName": "bot@autodesk360.com", "createUserName": "bot@autodesk360.com", "createSortableName": "Bot Staging bot@autodesk360.com", "parentFolderUrn": "urn:adsk.wipqa:fs.folder:co.ekykwQljTHKJiTjLXKFJ1Q", "tipVersionUrn": "urn:adsk.wipqa:fs.file:vf.-w295kWRTZ-Nbf9PrSFRBA?version=1", "title": "Sports Car.dwfx", "hidden": false }]} Filter out unmanaged parts (e.g. library components)
  • 22. Step 2: create Item in FLC POST https://alphaforgecpdmclass3.autodeskplm.com/api/v3/workspaces/57/items { "sections":[ { "link":"/api/v 3/workspaces/57/sections/233", "f ields":[ { "__self __":"/api/v 3/workspaces/57/views/1/fields/ROHS", "v alue":"f alse" }, { "__self __":"/api/v 3/workspaces/57/v iews/1/fields/REACH", "v alue":"f alse" }, { "__self __":"/api/v 3/workspaces/57/views/1/fields/CONFLICT_MINERALS", "v alue":"f alse" } ] }, } Copy meta-data from Forge DM to FLC (e.g. description)
  • 23. Step 3: create BOM relationship in FLC POST https://alphaforgecpdmclass3.autodeskplm.com/api/v3/workspaces/57/items/6795/bom-items {link: "/api/v3/workspaces/57/items/6797/bom-items", title: "151-0323-058 - BRACKET SGL WIDE SS TAB DVI (3.152) DVI (1.552)", deleted: false, version: "A", } Can apply FLC release management to BOM (e.g. ECO process)
  • 24. Step 4: attach CAD to FLC Items POST https://alphaforgecpdmclass3.autodeskplm.com/api/v3/workspaces/57/items/6922/attachm ents { "itemId":"urn:adsk.plm:tenant.workspace.item:ALPHAFORGECPDMCLASS3.57.6922", "lineageUrn":"urn:adsk.wipqa:dm.lineage:-w295kWRTZ-Nbf9PrSFRBA", "pinningPolicy":"On Lock“ } Set policy for release management
  • 25. Forge Platform API for Cloud PDM FLC product is being built on Forge data platform Combining Forge DM with FLC product API… will provide platform API for Cloud PDM Disclaimer: the FLC API and attachments API are not yet released