Livecode Array Encoding / Decoding using other platforms?

Bob Sneidar bobsneidar at iotecdigital.com
Tue May 21 10:23:18 EDT 2019


I have a routine that will convert an array to an sql table. That is probably going to be your best bet, but it would have to be stored that way. 

Bob S


> On May 21, 2019, at 07:08 , Tom Glod via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> My LC written client will send to cloud for long term storage on the
> livecloud system...... but then I will have to pull the data to aggregate,
> count, and analyze it to show data interesting and useful points to the
> customers..  As much as I love LC I really want to do the right thing and
> use a high performing language to do that.  Something like Rust.
> 
> Each new (1) customer (a school) will usually be 1500+ users who create
> 150,000+ records or more.  So it will add up quickly.
> 
> I think I will convert to JSON on its way out from the client and going to
> storage. That way the cost of that conversion is not paid by the cloud
> service but the client.
> 
> Thanks RG





More information about the use-livecode mailing list