LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  output data to a website

    Employee
    Posted 04-08-2014 04:25

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dialpemo

    is there a way to output data from Lavastorm to a website and if so how could this be achieved.


  • 2.  RE: output data to a website

    Employee
    Posted 04-08-2014 07:18

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    There is an Output HTML node that could be used, but you would need to write the file to a local disk, then use FTP or some other method to transfer it to the web server.


  • 3.  RE: output data to a website

    Employee
    Posted 04-08-2014 08:07

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ltolleson

    Since you are an LAE Enterprise user you have multiple options for getting the output online. Like Stony said, you can use the Output HTML node to write a static HTML file of your data. This is simply an HTML table that contains the data and will need to be linked from another page to be viewed online. If you are hosting the website from the same server running LAE then it's as simple as writing the HTML file to the correct directory. If the website is hosted on a different machine, then you would need to transfer (FTP, SFTP, SCP, etc.) the file to that server.

    A better solution would be to have a data drive approach where the data is written to a database and the website reads the data from the database. The Lavastorm LRC application is a great platform for implementing this type of solution. Please let Lavastorm know if our Service team can help you develop the appropriate solution.

    Thanks,
    Larry


  • 4.  RE: output data to a website

    Employee
    Posted 04-09-2014 05:21

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dialpemo

    Thank you Stony


  • 5.  RE: output data to a website

    Employee
    Posted 04-09-2014 05:24

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dialpemo

    Dear Larry,

    When you say that are multiple methods do you mean using the http node and using a post method?


  • 6.  RE: output data to a website

    Employee
    Posted 04-09-2014 07:16

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ltolleson

    No, I was referring to either using the Output HTML node to write a static HTML file or using the DB nodes to write the data to a database table. The data in the table could then be read and displayed by a Web Application.


    Originally posted by: dialpemo
    					

    Dear Larry,

    When you say that are multiple methods do you mean using the http node and using a post method?