Livecode Array Encoding / Decoding using other platforms?

Tom Glod tom at makeshyft.com
Tue May 21 10:31:00 EDT 2019


Bob,

Yup.... got it ......i'll convert and store as Json and base encode any
binary chunks i need to store as part of it.

Thanks

On Tue, May 21, 2019 at 10:23 AM Bob Sneidar via use-livecode <
use-livecode at lists.runrev.com> wrote:

> 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
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list