Skip to main content
1-Visitor
July 27, 2016
Question

How to save remote data to db and then fetch it on moshup?

  • July 27, 2016
  • 1 reply
  • 1249 views

Is there any guild for working with Data Tables? For exmaple i send packages with data form remote thing, and i whant to save them to DB and thn show in moshuo via table for example. I tried to do this via Value Streams, but it good only for data that chages.

1 reply

22-Sapphire I
August 2, 2016

When you have incoming data, you can store that pretty much in any way or form you want.

Either map it to properties which could trigger a write to valuestreams

or take the incoming data and write it to a regular stream

if it is data over time I recommend against writing it to a DataTable.

if it is static data that is replaced, you can write it to a DataTable

there are services for all of this.