文本說(shuō)明云計(jì)算overseeing ship surveys and surveyors globally using iot ker_第1頁(yè)
文本說(shuō)明云計(jì)算overseeing ship surveys and surveyors globally using iot ker_第2頁(yè)
文本說(shuō)明云計(jì)算overseeing ship surveys and surveyors globally using iot ker_第3頁(yè)
文本說(shuō)明云計(jì)算overseeing ship surveys and surveyors globally using iot ker_第4頁(yè)
文本說(shuō)明云計(jì)算overseeing ship surveys and surveyors globally using iot ker_第5頁(yè)
免費(fèi)預(yù)覽已結(jié)束,剩余18頁(yè)可下載查看

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、Overseeing Ships Surveys and Surveyors Globally Using IoT and DockerJay BlanchardSoftware Systems EngineerFugro Chance, Inc.(NOTE: PASTE IN PORTRAIT AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Aater SulemanCo-Founder & CEO Flux7(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Fugro

2、Chance Inc. is among the worlds most trusted and innovative survey companies. A wealth of experience, first-class performance, superior technology and integrity makes us the standard of excellence for survey quality.Fugro Chance Inc. is an integral part of the Fugro Group Offshore Survey Division (O

3、SD) and provides the highest quality survey services throughout the world.Jay Blanchard is a long-time software engineer who developed a passion for efficient and effective web application design. He is fascinated with JavaScript and has authored two books on the jQuery library. Jay is also a speake

4、r and workshop teacher with a desire to help others learn how to use web technologies effectively. His latest projects include real-time, business specific, web-based positioning systems. (NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)AchievementsAater Suleman Co-Founder & CEO Flu

5、x7 Faculty, University of Texas at Austin Flux7: Cloud and DevOps SolutionsFounded in 2013Team of 35+Headquartered in Austin, TexasAWS DevOps, Healthcare, and Life Sciences CompetenciesTechTargets “Impact Best AWS Consulting Partner” two years in a row (2015 & 2016)Partner Recognition Award by AWS a

6、t reInvent 2015 Customers featured on stage at AWS re:Invent three years in a rowDocker Foundation and authorized consulting partner150+ happy customers through word of mouth(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)EngagementArchitect the solution with FugroCompress timeline

7、sTransfer the Skills (NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Architect the solution with FugroCloudFormation(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Phase “0”: Focused on designing a secure AWS environment and switching to Infrastructure as codePhas

8、e 1: Refined the solution by introducing Docker, Continuous integration, and Continuous DeliveryTimeline(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Flux7 Engage: Paired up Flux7 architects with Fugro engineers Conducted daily office hours, knowledge transfer, and debugging sess

9、ionsHow do we support a unique, real-time application with broadcast messages and web-sockets where some services exist together?How do we version a web application and deploy new features in the application efficiently and globally?How do we support future development, especially when additional mi

10、cro-services might be employed?Challenges“This will be a brief moment of audience participation which should work to make things a bit more interesting for a couple of seconds.” Captain ObviousSolution(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)An array of sensors are connected

11、 to an IoT device onboard each vessel which then communicates to the web based application back “on the beach” via a low-bandwidth satellite connection.(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Diverse responsibility among services leads to adopting a micro-service architectu

12、re.(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Code, database connections and other considerations determined that two services should be run in one container.Using SupervisorD provides a solid process to run both micro-services in the same containerApply SupervisorD liberally!

13、FROM ubuntu:14.04MAINTAINER RUN apt-get updateRUN apt-get install -y apache2 supervisor php5 php5-mysql php5-cliRUN mkdir -p /var/lock/apache2 /var/run/apache2 /var/log/supervisorRUN a2enmod rewriteRUN a2enmod sslCOPY supervisord.conf /etc/supervisor/conf.d/supervisord.confCOPY applog /etc/logrotate

14、.d/applogCOPY socket_log /etc/logrotate.d/socket_logCOPY udp_log /etc/logrotate.d/udp_logADD 000-default.conf /etc/apache2/sites-enabled/ADD default-ssl.conf /etc/apache2/sites-enabled/ADD apache2.conf /etc/apache2/ADD www-server/ /www-server/EXPOSE 80 443 30089CMD /usr/bin/supervisordsupervisordnod

15、aemon=trueprogram:apache2command=/bin/bash -c source /etc/apache2/envvars & exec /usr/sbin/apache2 -DFOREGROUNDprogram:broadcastercommand=bin/bash -c exec /usr/bin/php -f /www-server/services/broadcast_processor.phpsupervisord.conf(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)(NO

16、TE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZEpicklejuice/gateway dev 2380a6273d20 3 days ago 851.9 MBpicklejuice/gateway 3.14.1-1.0.2-118 2380a6273d20 3 days ago 851.9 MBpi

17、cklejuice/gateway 3.14.0-1.0.2-117 c6fcd4fb28c8 3 days ago 839.4 MBpicklejuice/gateway test-image 59a4e1392d50 4 days ago 339.9 MBpicklejuice/gateway 3.11.0-1.0.2-116 8ef06a3cff21 7 days ago 777 MBpicklejuice/gateway 3.10.2-1.0.2-115 2da2807c4ecf 7 days ago 764.5 MBpicklejuice/gateway 3.10.0-1.0.2-1

18、14 cb9453a4ab9e 10 days ago 739.6 MBpicklejuice/gateway 3.8.0-1.0.2-113 9f39248452a3 10 days ago 714.7 MBpicklejuice/gateway 3.5.0-1.0.2-112 c1526c434b85 2 weeks ago 677.3 MBweb app serverweb app server(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)web app serverweb app server“How does this make future development easier?” Moby(NOTE: PASTE IN PHOTO AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)Additional micro-services can be run in their own containers and plugged into the application “black box

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論