How to save remote data to db and then fetch it on moshup?
Jul 27, 2016
06:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 27, 2016
06:37 AM
How to save remote data to db and then fetch it on moshup?
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.
Labels:
- Labels:
-
Connectivity
1 REPLY 1
Aug 02, 2016
05:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 02, 2016
05:02 PM
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.
