Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread William Park via talk
Thanks Chris. As always, the go-to guy on database stuffs. -- William Park On Thu, Jan 17, 2019 at 11:54:57AM -0500, Christopher Browne via talk wrote: > I'd be a bit reluctant to look at something belonging to Oracle; as well, I'd > regard Berkeley DB as being fairly heavyweight in this area.

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread Kevin Cozens via talk
On 2019-01-17 12:45 p.m., Christopher Browne via talk wrote: NoSQL is the name of a JavaScript-based database https://www.npmjs.com/package/nosql specifically intended to be integrated into node.js server applications. Really? Hm... JS is being used for all sorts of things besides web pages

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread Christopher Browne via talk
On Thu, Jan 17, 2019, 12:39 PM Kevin Cozens via talk wrote: > On 2019-01-17 11:54 a.m., Christopher Browne via talk wrote: > > I'd be a bit reluctant to look at something belonging to Oracle; as > well, I'd > > regard Berkeley DB as being fairly heavyweight in this area. > > Would NoSQL be an

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread Kevin Cozens via talk
On 2019-01-17 11:54 a.m., Christopher Browne via talk wrote: I'd be a bit reluctant to look at something belonging to Oracle; as well, I'd regard Berkeley DB as being fairly heavyweight in this area. Would NoSQL be an option? -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread Christopher Browne via talk
On Thu, 17 Jan 2019 at 07:46, Steve Petrie, P.Eng. via talk wrote: > BerkelyDB might be another option for storing an enbedded application's > non-volatile data. > > BerkelyDB is now owned by Oracle, but I believe there is an open-source > version available) BerkelyDB could be more performant

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread Lennart Sorensen via talk
On Thu, Jan 17, 2019 at 07:45:32AM -0500, Steve Petrie, P.Eng. via talk wrote: > BerkelyDB might be another option for storing an enbedded application's > non-volatile data. > > BerkelyDB is now owned by Oracle, but I believe there is an open-source > version available) BerkelyDB could be more

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread Steve Petrie, P.Eng. via talk
- Original Message - From: "xerofoify via talk" To: "Tim Tisdall via talk" Cc: "xerofoify" Sent: Wednesday, January 16, 2019 11:57 AM Subject: Re: [GTALUG] Looking for Someone to Answer some Question On Tue, Jan 15, 2019 at 10:53 PM William Park via

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-17 Thread Steve Petrie, P.Eng. via talk
- Original Message - From: xerofoify via talk To: Tim Tisdall via talk Cc: xerofoify Sent: Wednesday, January 16, 2019 11:57 AM Subject: Re: [GTALUG] Looking for Someone to Answer some Question On Tue, Jan 15, 2019 at 10:53 PM William Park via talk wrote

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-16 Thread xerofoify via talk
On Tue, Jan 15, 2019 at 10:53 PM William Park via talk wrote: > > On Tue, Jan 15, 2019 at 07:49:15PM -0500, Kevin Cozens via talk wrote: > > On 2019-01-14 12:35 a.m., William Park via talk wrote: > > > It so happens that I'm looking for interpretor suitable for embedded > > > applications. I read

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-15 Thread ted leslie via talk
I have done some embedded work, but not with such small ram limitation. The first thing you need to do is to see what version of gcc [clang] (and libs) you may be dead-end at based on perhaps drivers, vendor restriction, etc. Maybe your not restricted at all, you can push a full new linux kernel

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-15 Thread Kevin Cozens via talk
On Tue, Jan 15, 2019 at 07:49:15PM -0500, Kevin Cozens via talk wrote: On 2019-01-14 12:35 a.m., William Park via talk wrote: It so happens that I'm looking for interpretor suitable for embedded applications. I read up on "Lua". Maybe there are other options? Without knowing your intended

Re: [GTALUG] Looking for Someone to Answer some Question

2019-01-15 Thread William Park via talk
On Tue, Jan 15, 2019 at 07:49:15PM -0500, Kevin Cozens via talk wrote: > On 2019-01-14 12:35 a.m., William Park via talk wrote: > > It so happens that I'm looking for interpretor suitable for embedded > > applications. I read up on "Lua". Maybe there are other options? > > Without knowing your