CN110909081A - Back-end data fusion rendering service method - Google Patents

Back-end data fusion rendering service method Download PDF

Info

Publication number
CN110909081A
CN110909081A CN201911211153.XA CN201911211153A CN110909081A CN 110909081 A CN110909081 A CN 110909081A CN 201911211153 A CN201911211153 A CN 201911211153A CN 110909081 A CN110909081 A CN 110909081A
Authority
CN
China
Prior art keywords
rendering
user
server
cloud platform
user browser
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911211153.XA
Other languages
Chinese (zh)
Inventor
孙正佳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to CN201911211153.XA priority Critical patent/CN110909081A/en
Publication of CN110909081A publication Critical patent/CN110909081A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • Medical Informatics (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a back-end data fusion rendering service method, relates to the technical field of computers, and provides the following scheme aiming at the problem that a super computer, cloud computing and big data storage cannot be fused, wherein the scheme comprises the following steps: a user initiates a rendering resource request through a user browser; the authentication server authenticates the validity of the request; after the authentication is successful, the rendering server starts a rendering instance and feeds back Websocket monitoring information to the user browser through the Web server; a user browser requests a Websocket connection from a rendering server; the authentication server authenticates the validity of the request; after the authentication is successful, establishing Websocket connection between the rendering server and the user browser; the user browser converts the monitored user operation behavior into an operation instruction and sends the operation instruction to the rendering server through the Websocket; and the rendering server drives the graphics to be rendered and sends the rendered graphics data to the user browser for the user to view. The invention realizes the sharing access of the cloud platform to the files of the storage system of the super computer.

Description

Back-end data fusion rendering service method
Technical Field
The invention relates to the technical field of computers, in particular to a service method for fusion rendering of back-end data.
Background
In the case of back-end rendering of HTML, the browser will receive the final HTML string presented to the user directly after computation by the server, where computation is done by the server parsing the template file stored at the server side, in which case the browser only performs the parsing of the HTML and displays the image represented by the HTML on the display to the user through a system call provided by the operating system to manipulate the display content of the display.
However, how to construct a service environment in which a supercomputer is integrated with cloud computing and big data storage and how to realize shared access of a cloud platform virtual host to supercomputer storage system files is not reported at present.
Disclosure of Invention
In order to achieve the purpose, the invention adopts the following technical scheme:
a back-end data fusion rendering service method comprises the following steps:
step one, a user initiates a resource rendering request through a user browser;
authenticating the validity of a rendering resource request initiated by a user by accessing an authentication server in the cloud platform;
step three, after the authentication is successful, a rendering instance is started by a rendering server in the cloud platform, and Websocket monitoring information is fed back to a user browser through a Web server;
fourthly, the platform front end in the user browser requests a Websocket connection to a rendering server;
step five, the authentication server in the cloud platform authenticates the effectiveness of the request Websocket connection;
step six, after the authentication is successful, establishing Websocket connection between a rendering server in the cloud platform and a platform front end in a user browser;
step seven, the platform front end in the user browser converts the monitored user operation behavior into an operation instruction and sends the operation instruction to a rendering server in the cloud platform through Websocket;
step eight, a rendering server in the cloud platform drives graphics to render;
and step nine, the rendering server in the cloud platform sends the rendered graphic data to the front end of the platform in the user browser for the user to view.
Preferably, the rendering resource in the rendering resource request is a calculation result stored in a storage node module in the super computer.
Preferably, the storage node module stores the calculation result obtained by the calculation node module, and the calculation result is obtained by the calculation node module in the super computer.
Preferably, in the sixth step, after the authentication is successful, the rendering server establishes a Websocket long connection with the platform front end in the user browser by starting the command processing service.
Preferably, in the ninth step, the rendering server sends the rendered graphic data to a platform front end in a user browser through Websocket for a user to view.
Another object of the present invention is to provide a method for sharing access to a supercomputer storage system file by a cloud platform, comprising:
the super computer stores a calculation result obtained by a calculation node module in the super computer in a storage node module in the super computer, a cloud platform accesses the storage node module through Samba service and directly reads the calculation result in the storage node module, so that a bottom layer accesses a WEB server of the cloud platform through an Http protocol when a user accesses the cloud platform through a user browser, when the user needs to perform data visualization on the calculation result in the storage node module of the super computer, the user initiates a data rendering request to the WEB server in the cloud platform through a user browser and authenticates the validity of the data rendering request through an authentication server, after the authentication is successful, a bidirectional communication channel is established between the user browser and the rendering server based on a Websocket protocol to realize the synchronization of a user graphic interaction instruction and the rendering operation of the rendering server, and meanwhile, the rendering server reads the calculation result stored in the storage node module through the Samba service to perform data rendering.
Compared with the prior art, the invention has the beneficial effects that:
the method constructs a service environment integrating the supercomputer, cloud computing and big data storage, and realizes the shared access of the cloud platform to the supercomputer storage system file.
Drawings
FIG. 1 is a flow chart of the present invention;
FIG. 2 is a flowchart illustrating sharing access of a cloud platform to a supercomputer storage system file in a service environment constructed by the method of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments.
Referring to fig. 1-2, how to construct a service environment in which a supercomputer is integrated with cloud computing and big data storage can be realized by the following method, including the following steps:
step one, a user initiates a resource rendering request through a user browser;
secondly, the WEB server authenticates the effectiveness of the rendering resource request initiated by the user through accessing the authentication server;
step three, after the authentication is successful, the WEB server informs the rendering server to start a rendering instance, and the Websocket monitoring information is fed back to the user browser through the Web server;
fourthly, the platform front end in the user browser requests a Websocket connection to a rendering server;
step five, the rendering server authenticates the effectiveness of the request Websocket connection through accessing the authentication server;
after the authentication is successful, the rendering server establishes Websocket long connection with a platform front end in a user browser through starting a command processing service;
step seven, the platform front end in the user browser converts the monitored user operation behavior into an operation instruction and sends the operation instruction to the rendering server through the Websocket;
step eight, the rendering server drives the graphics rendering;
step nine, the rendering server sends the rendered graphic data to the front end of a platform in a user browser through Websocket for a user to view;
rendering resources in the rendering resource request are calculation results stored in a storage node module in the super computer, the storage node module stores the calculation results obtained by the calculation node module, and the calculation results are obtained by the calculation node module in the super computer.
Under the service environment that the supercomputer constructed based on the method is fused with cloud computing and big data storage, the cloud platform carries out shared access on the supercomputer storage system file, and the specific process is as follows:
the super computer stores a calculation result obtained by a calculation node module in the super computer in a storage node module in the super computer, a cloud platform accesses the storage node module through Samba service and directly reads the calculation result in the storage node module, so that a bottom layer accesses a WEB server of the cloud platform through an Http protocol when a user accesses the cloud platform through a user browser, when the user needs to perform data visualization on the calculation result in the storage node module of the super computer, the user initiates a data rendering request to the WEB server in the cloud platform through a user browser and authenticates the validity of the data rendering request through an authentication server, after the authentication is successful, a bidirectional communication channel is established between the user browser and the rendering server based on a Websocket protocol to realize the synchronization of a user graphic interaction instruction and the rendering operation of the rendering server, and meanwhile, the rendering server reads the calculation result stored in the storage node module through the Samba service to perform data rendering.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art should be considered to be within the technical scope of the present invention, and the technical solutions and the inventive concepts thereof according to the present invention should be equivalent or changed within the scope of the present invention.

Claims (6)

1. A back-end data fusion rendering service method is characterized by comprising the following steps:
step one, a user initiates a resource rendering request through a user browser;
authenticating the validity of a rendering resource request initiated by a user by accessing an authentication server in the cloud platform;
step three, after the authentication is successful, a rendering instance is started by a rendering server in the cloud platform, and Websocket monitoring information is fed back to a user browser through a Web server;
fourthly, the platform front end in the user browser requests a Websocket connection to a rendering server;
step five, the authentication server in the cloud platform authenticates the effectiveness of the request Websocket connection;
step six, after the authentication is successful, establishing Websocket connection between a rendering server in the cloud platform and a platform front end in a user browser;
step seven, the platform front end in the user browser converts the monitored user operation behavior into an operation instruction and sends the operation instruction to a rendering server in the cloud platform through Websocket;
step eight, a rendering server in the cloud platform drives graphics to render;
and step nine, the rendering server in the cloud platform sends the rendered graphic data to the front end of the platform in the user browser for the user to view.
2. The backend data fusion rendering service method according to claim 1, wherein the rendering resource in the rendering resource request is a calculation result stored in a storage node module in the super computer.
3. The backend data fusion rendering service method according to claim 2, wherein the storage node module stores the calculation result obtained by the calculation node module, and the calculation result is obtained by the calculation node module in the super computer.
4. The backend data fusion rendering service method according to claim 1, wherein in step six, the rendering server establishes a Websocket long connection with a platform front end in a user browser by starting a command processing service.
5. The backend data fusion rendering service method according to claim 1, wherein in step nine, the rendering server sends the rendered graphic data to a platform front end in a user browser through a Websocket for viewing by a user.
6. A method of sharing access to supercomputer storage system files by a cloud platform based on the method of any of claims 1 to 5, comprising:
the super computer stores a calculation result obtained by a calculation node module in the super computer in a storage node module in the super computer, a cloud platform accesses the storage node module through Samba service and directly reads the calculation result in the storage node module, so that a bottom layer accesses a WEB server of the cloud platform through an Http protocol when a user accesses the cloud platform through a user browser, when the user needs to perform data visualization on the calculation result in the storage node module of the super computer, the user initiates a data rendering request to the WEB server in the cloud platform through a user browser and authenticates the validity of the data rendering request through an authentication server, after the authentication is successful, a bidirectional communication channel is established between the user browser and the rendering server based on a Websocket protocol to realize the synchronization of a user graphic interaction instruction and the rendering operation of the rendering server, and meanwhile, the rendering server reads the calculation result stored in the storage node module through the Samba service to perform data rendering.
CN201911211153.XA 2019-12-02 2019-12-02 Back-end data fusion rendering service method Pending CN110909081A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911211153.XA CN110909081A (en) 2019-12-02 2019-12-02 Back-end data fusion rendering service method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911211153.XA CN110909081A (en) 2019-12-02 2019-12-02 Back-end data fusion rendering service method

Publications (1)

Publication Number Publication Date
CN110909081A true CN110909081A (en) 2020-03-24

Family

ID=69821334

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911211153.XA Pending CN110909081A (en) 2019-12-02 2019-12-02 Back-end data fusion rendering service method

Country Status (1)

Country Link
CN (1) CN110909081A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112882851A (en) * 2021-03-24 2021-06-01 国家超级计算天津中心 Cloud interaction system based on supercomputer

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020078051A1 (en) * 2000-12-18 2002-06-20 Ullmann Lorin Evan Method and apparatus in mark-up language documents for providing mark-up language hidden attributes
CN1867144A (en) * 2006-06-08 2006-11-22 中国移动通信集团公司 Map browser embedded mobile terminal and mobile phone map mobile terminal platform
US20080313648A1 (en) * 2007-06-14 2008-12-18 Microsoft Corporation Protection and communication abstractions for web browsers
CN103268220A (en) * 2012-02-24 2013-08-28 苏州蓝海彤翔系统科技有限公司 Software architecture suitable for large-scale animation rendering service cloud platform
CN104063407A (en) * 2013-03-22 2014-09-24 谈天霆 Browser architecture based on cloud computing and analysis method
CN106663090A (en) * 2014-06-09 2017-05-10 微软技术许可有限责任公司 Converting presentation metadata to a browser-renderable format during compilation
CN107924318A (en) * 2015-08-14 2018-04-17 微软技术许可有限责任公司 Desktop and application remote processing solution based on web browser
US20190319952A1 (en) * 2016-12-05 2019-10-17 B<>Com Method for authenticating a terminal equipment, device, server equipment and related computer program

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020078051A1 (en) * 2000-12-18 2002-06-20 Ullmann Lorin Evan Method and apparatus in mark-up language documents for providing mark-up language hidden attributes
CN1867144A (en) * 2006-06-08 2006-11-22 中国移动通信集团公司 Map browser embedded mobile terminal and mobile phone map mobile terminal platform
US20080313648A1 (en) * 2007-06-14 2008-12-18 Microsoft Corporation Protection and communication abstractions for web browsers
CN103268220A (en) * 2012-02-24 2013-08-28 苏州蓝海彤翔系统科技有限公司 Software architecture suitable for large-scale animation rendering service cloud platform
CN104063407A (en) * 2013-03-22 2014-09-24 谈天霆 Browser architecture based on cloud computing and analysis method
CN106663090A (en) * 2014-06-09 2017-05-10 微软技术许可有限责任公司 Converting presentation metadata to a browser-renderable format during compilation
CN107924318A (en) * 2015-08-14 2018-04-17 微软技术许可有限责任公司 Desktop and application remote processing solution based on web browser
US20190319952A1 (en) * 2016-12-05 2019-10-17 B<>Com Method for authenticating a terminal equipment, device, server equipment and related computer program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
廖宏建;杨玉宝;唐连章;卫建安;: "基于云计算的动漫渲染实验平台研究与实现" *
袁戎;孙智;谢庆国;: "基于云端GPU的三维容积重建" *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112882851A (en) * 2021-03-24 2021-06-01 国家超级计算天津中心 Cloud interaction system based on supercomputer

Similar Documents

Publication Publication Date Title
CN109068153B (en) Video playing method and device and computer readable storage medium
US9880989B1 (en) Document annotation service
US10207190B2 (en) Technologies for native game experience in web rendering engine
US9569865B2 (en) Supporting color fonts
US20120317236A1 (en) Web-Browser Based Desktop And Application Remoting Solution
CN109992406B (en) Picture request method, picture request response method and client
EP3693872A1 (en) Client-side customization and rendering of web content
CN103701600A (en) Input validation method and device
US20160316020A1 (en) Web page information presentation method and system
WO2015035897A1 (en) Search methods, servers, and systems
US11438403B2 (en) Page presentation method and system, computer system, and computer readable medium
CN113849752B (en) Page caching method, device and storage medium
CN110909081A (en) Back-end data fusion rendering service method
CN113568764A (en) User information acquisition method, device, equipment and medium for micro service
CN113055348B (en) Cross-platform data request method and device and electronic equipment
US20140156736A1 (en) Apparatus and method for managing threads to perform divided execution of software
US20140067903A1 (en) Media query engine system and method
WO2023100524A1 (en) Access distribution method
US11758016B2 (en) Hosted application as web widget toolkit
CN113448649B (en) Redis-based home page data loading server and method
US20210389846A1 (en) Systems and methods for viewing incompatible web pages via remote browser instances
CN110890957B (en) Key security device interaction method, electronic device and storage medium
CN112988310A (en) Online experiment method based on multi-split-screen browser
KR101170322B1 (en) Method and device for providing cloud computing service using personal computer based on web
CN110769027A (en) Service request processing method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200324

WD01 Invention patent application deemed withdrawn after publication