<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>open innovation Archives - PHYSICS</title>
	<atom:link href="https://physics-faas.eu/tag/open-innovation/feed/" rel="self" type="application/rss+xml" />
	<link>https://physics-faas.eu/tag/open-innovation/</link>
	<description>Optimized Hybrid Space-Time Continuum in Faas</description>
	<lastBuildDate>Tue, 14 Jun 2022 12:03:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://physics-faas.eu/wp-content/uploads/2021/02/cropped-cropped-PHYSICS-logo-32x32.png</url>
	<title>open innovation Archives - PHYSICS</title>
	<link>https://physics-faas.eu/tag/open-innovation/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Challenges in PHYSICS Flows Deployment</title>
		<link>https://physics-faas.eu/challenges-in-physics-flows-deployment/</link>
		
		<dc:creator><![CDATA[Elina Vasiliki]]></dc:creator>
		<pubDate>Tue, 14 Jun 2022 12:02:05 +0000</pubDate>
				<category><![CDATA[FaaS]]></category>
		<category><![CDATA[closed innovation]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[open innovation]]></category>
		<guid isPermaLink="false">https://physics-faas.eu/?p=1250</guid>

					<description><![CDATA[<p>Function-as-a-service is an event-driven compute paradigm that allows to execute primarily stateless, and arbitrary code in heterogeneous cloud computing platforms[1][2][3]. PHYSICS is a research project that seeks to enhance this simple FaaS model, some of [&#8230;]</p>
<p>The post <a href="https://physics-faas.eu/challenges-in-physics-flows-deployment/">Challenges in PHYSICS Flows Deployment</a> appeared first on <a href="https://physics-faas.eu">PHYSICS</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div style="height:33px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Function-as-a-service is an event-driven compute paradigm that allows to execute primarily stateless, and arbitrary code in heterogeneous cloud computing platforms[1][2][3]. PHYSICS is a research project that seeks to enhance this simple FaaS model, some of the architecture principles of the PHYSICS platform are described as follows:</p>



<ul class="wp-block-list"><li>It follows the FaaS model &#8211; the basic building blocks of the PHYSICS platform are the <strong>functions</strong>.</li><li>The way to trigger actions are by using orchestrated flows &#8211; the PHYSICS platform supports creating <strong>flows</strong> (using a GUI) in order to ease application development. These flows are orchestrated by flow orchestration tools such as <strong>NodeRED</strong> or <strong>OpenWhisk</strong>.&nbsp;</li></ul>



<p>It makes usage of the compute continuum &#8211; another important aspect of the <strong>PHYSICS</strong> platform is the ability to deploy functions where they can be executed most efficiently, anywhere in the compute continuum, from the data center to the edge.</p>



<p>So let&#8217;s look at the following simple flow:</p>



<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>



<p><br></p>



<p class="has-text-align-center"><a href="https://lucid.app/documents/edit/0972f48b-5dad-4ac8-9f19-22c0da724d36/0?callback=close&amp;name=docs&amp;callback_type=back&amp;v=280&amp;s=612" target="_blank" rel="noreferrer noopener"><img fetchpriority="high" decoding="async" width="612" height="169" src="https://lh5.googleusercontent.com/HqLN1l-YqzBP04jaF4D2_qcdh8MCklU9ManZmpY_hyBFVVl5AMYVWdxKDC2QwLAbQ20GeHCXY8580diTzSVzx8qqbH2D73R2MsksJZ-jOGNY69BC0M4zn0qm48VZ7RCrtbOQX5Jty6ORJoIuBQ"></a></p>



<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The query data step process some complex query on a database in the data center. Based on the query result, there is a request sent in parallel to multiple edges to fetch information from the edge sensors. These results are inputs to an additional step that is also executed in the data center.</p>



<p>In a high-level view of the FaaS model, this looks relatively simple &#8211; a function can run everywhere, and as long as there exists an endpoint, it is possible to call each function from any location in the network.&nbsp;</p>



<p>Based on the simple function as a service model described in the previous flow, there are novel challenges imposed by the infrastructure architectural topology of the EDGE. These challenges are:</p>



<ul class="wp-block-list"><li>Keeping a streamlined workflow execution across multiple Kubernetes clusters.<ul><li>The workflow execution must include soft-handover tasks, so forth, parts of the workflow are executed depending on the criteria defined by the workflow controller.</li><li>The workflow execution must ensure that the authentication, authorization, and accounting of any action is enforced across the continuum.</li><li>The network connectivity across the continuum must be established.</li></ul></li><li>Keeping potentially disconnected locations stable enough to run the workflows.<ul><li>Provide mechanisms to recover from connection issues in the edge without affecting the workflow execution.</li><li>Provide a method to support and handle edge locations where there might be low bandwidth.</li></ul></li></ul>



<p>And all the above aspects should be handled transparently, without any involvement of the flow designer, since the platform decides where to deploy each function.&nbsp;</p>



<p>These are some of the challenges that we encounter in the <strong>PHYSICS</strong> project, and we work on solving them by the platform, in a transparent manner to the flow creators.&nbsp;</p>



<div style="height:42px" aria-hidden="true" class="wp-block-spacer"></div>



<p>References:</p>



<p><strong>[1]: </strong><strong><em>Architectural Implications of Function-as-a-Service Computing, https://doi.org/10.1145/3352460.3358296</em></strong></p>



<p><strong>[2]: Cloudburst: stateful functions-as-a-service, </strong><a href="https://doi.org/10.14778/3407790.3407836"><strong>https://doi.org/10.14778/3407790.3407836</strong></a></p>



<p><strong>[3]: FaaSter: Accelerated Functions-as-a-Service with Heterogeneous GPUs, </strong><a href="https://doi.org/10.14778/3407790.3407836"><strong>https://doi.org/</strong></a><strong>10.1109/HiPC53243.2021.00057</strong></p>



<p><br></p>



<div style="height:29px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" width="890" height="502" src="https://physics-faas.eu/wp-content/uploads/2022/05/image.png" alt="" class="wp-image-1244" srcset="https://physics-faas.eu/wp-content/uploads/2022/05/image.png 890w, https://physics-faas.eu/wp-content/uploads/2022/05/image-300x169.png 300w, https://physics-faas.eu/wp-content/uploads/2022/05/image-768x433.png 768w" sizes="(max-width: 890px) 100vw, 890px" /><figcaption><em>Closed vs. Open Innovation funnel</em></figcaption></figure></div>



<div style="height:31px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:29px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:21px" aria-hidden="true" class="wp-block-spacer"></div>



<p>It is, per se, cost-saving as well as an accelerator of time-to-market as it supports the creation of a key differentiation factor for any kind of product.</p>



<p>Focusing only on EU projects, one of their main handicaps is to get out of the research bubble, identifying topics not yet addressed and real-world user needs far beyond the consortium expectations. This will help to better eliminate the boundaries between business and research activities in collaborative environments, reducing risks and better using funds while focusing on results with a wider end user scope. There are several types of innovation according to its inclusion level (intercompany, intracompany, for experts, publicly open), and the purpose of use (marketing, gathering insight, finding talent, R&amp;D). PHYSICS follows an open innovation strategy for maximising its adoption impact, providing tailored messages and offerings according to users’ needs, and not only from the consortium perspectives. Furthermore, it is open to different external stakeholders, with or without a technical background, that can provide valuable feedback about current technical challenges and market gaps while validating the proposed project results and exploitation strategy. With the main goal of attracting and engaging external stakeholders by involving them in the project R&amp;D processes, aiming to maximise impact and foster the adoption of results.</p>



<p>Stay tuned, as everything will be documented in the PHYSICS Handbook, including a replicability plan.</p>



<p><br>[1<em>] Viima, Open Innovation, https://www.viima.com/blog/open-innovation</em></p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:31px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:31px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://physics-faas.eu/challenges-in-physics-flows-deployment/">Challenges in PHYSICS Flows Deployment</a> appeared first on <a href="https://physics-faas.eu">PHYSICS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Unleashing PHYSICS potential through open innovation</title>
		<link>https://physics-faas.eu/unleashing-physics-potential-through-open-innovation/</link>
		
		<dc:creator><![CDATA[Elina Vasiliki]]></dc:creator>
		<pubDate>Fri, 06 May 2022 10:24:48 +0000</pubDate>
				<category><![CDATA[FaaS]]></category>
		<category><![CDATA[closed innovation]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[open innovation]]></category>
		<guid isPermaLink="false">https://physics-faas.eu/?p=1243</guid>

					<description><![CDATA[<p>FaaS is the most central technology in serverless architectures, which allows organisations to focus on code and not on infrastructure. During pandemics, data traffic increased a lot, and major cloud providers put the focus on [&#8230;]</p>
<p>The post <a href="https://physics-faas.eu/unleashing-physics-potential-through-open-innovation/">Unleashing PHYSICS potential through open innovation</a> appeared first on <a href="https://physics-faas.eu">PHYSICS</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div style="height:33px" aria-hidden="true" class="wp-block-spacer"></div>



<p>FaaS is the most central technology in serverless architectures, which allows organisations to focus on code and not on infrastructure. During pandemics, data traffic increased a lot, and major cloud providers put the focus on FaaS as the next technical trend.</p>



<p>PHYSICS takes advantage of this situation, providing a FaaS platform to operate, orchestrate and deploy applications on different infrastructures. However, for getting a real success, it is not only a matter of developing novel technologies or covering current technical/market gaps. However, to determine PHYSICS success it is important to measure its real impact. And this can only be done engaging different stakeholders.</p>



<p>Open innovation is not a new concept as it has been around for more than 20 years. However, it has gained importance in the last years with the digital transformation processes and new user-centric business models. It basically consists of opening the innovation processes to any external expert or researcher who can provide valuable feedback to improve the ongoing work.</p>



<p></p>



<p><br><br></p>



<div style="height:29px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" width="890" height="502" src="https://physics-faas.eu/wp-content/uploads/2022/05/image.png" alt="" class="wp-image-1244" srcset="https://physics-faas.eu/wp-content/uploads/2022/05/image.png 890w, https://physics-faas.eu/wp-content/uploads/2022/05/image-300x169.png 300w, https://physics-faas.eu/wp-content/uploads/2022/05/image-768x433.png 768w" sizes="(max-width: 890px) 100vw, 890px" /><figcaption><em>Closed vs. Open Innovation funnel</em></figcaption></figure></div>



<div style="height:31px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:29px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:21px" aria-hidden="true" class="wp-block-spacer"></div>



<p>It is, per se, cost-saving as well as an accelerator of time-to-market as it supports the creation of a key differentiation factor for any kind of product.</p>



<p>Focusing only on EU projects, one of their main handicaps is to get out of the research bubble, identifying topics not yet addressed and real-world user needs far beyond the consortium expectations. This will help to better eliminate the boundaries between business and research activities in collaborative environments, reducing risks and better using funds while focusing on results with a wider end user scope. There are several types of innovation according to its inclusion level (intercompany, intracompany, for experts, publicly open), and the purpose of use (marketing, gathering insight, finding talent, R&amp;D). PHYSICS follows an open innovation strategy for maximising its adoption impact, providing tailored messages and offerings according to users’ needs, and not only from the consortium perspectives. Furthermore, it is open to different external stakeholders, with or without a technical background, that can provide valuable feedback about current technical challenges and market gaps while validating the proposed project results and exploitation strategy. With the main goal of attracting and engaging external stakeholders by involving them in the project R&amp;D processes, aiming to maximise impact and foster the adoption of results.</p>



<p>Stay tuned, as everything will be documented in the PHYSICS Handbook, including a replicability plan.</p>



<p><br>[1<em>] Viima, Open Innovation, https://www.viima.com/blog/open-innovation</em></p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:31px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="height:31px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://physics-faas.eu/unleashing-physics-potential-through-open-innovation/">Unleashing PHYSICS potential through open innovation</a> appeared first on <a href="https://physics-faas.eu">PHYSICS</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
