Re: Cross-Compile Riak for Embedded Device

2017-02-15 Thread Jon Brisbin
I've been playing with messaging and Raspberry Pis a lot the last couple of weeks and it seems to work pretty well to use a couple message brokers like Mosquitto MQTT or something lightweight and publish data to the broker locally. A bridge configuration can make sure the messages get routed from

Re: Cross-Compile Riak for Embedded Device

2017-02-14 Thread Stephen Etheridge
Darshan, Magnus has stolen my thunder and words! I agree that your use case, as outlined by Magnus above, is not one Riak is aimed at. In fact, given you want to persist data on an embedded device, are you sure you even want the overhead of a "database"? There are the options Magnus mentioned

Re: Cross-Compile Riak for Embedded Device

2017-02-14 Thread Magnus Kessler
On 13 February 2017 at 16:06, Darshan Shah wrote: > Our main usecase is to create a database in Embedded system to store value > received from one server. > For our usecase Key value based database is best suitable and we found > Riak is one of best for this. > So we want

Re: Cross-Compile Riak for Embedded Device

2017-02-13 Thread Darshan Shah
Our main usecase is to create a database in Embedded system to store value received from one server. For our usecase Key value based database is best suitable and we found Riak is one of best for this. So we want to cross compile Riak databse for Embedded system. On Fri, Feb 10, 2017, 3:46 PM

Re: Cross-Compile Riak for Embedded Device

2017-02-10 Thread Stephen Etheridge
Darshan, Perhaps if you gave some more details of what you are trying to do I might be able to help further? Stephen On 10 February 2017 at 10:15, Stephen Etheridge wrote: > Darshan, > > I think you are going to be too resource constrained to do anything > effective. We

Re: Cross-Compile Riak for Embedded Device

2017-02-10 Thread Darshan Shah
I am targeting arm-arago-gnuabi. I want to port on ti814x chipset. On Thu, Feb 9, 2017, 11:16 PM Luke Bakken wrote: > Hi Darshan, > > Riak's memory requirements don't lend it to use on embedded devices. > Which device are you targeting? > > -- > Luke Bakken > Engineer >

Re: Cross-Compile Riak for Embedded Device

2017-02-09 Thread Luke Bakken
Hi Darshan, Riak's memory requirements don't lend it to use on embedded devices. Which device are you targeting? -- Luke Bakken Engineer lbak...@basho.com On Wed, Feb 8, 2017 at 5:49 AM, Darshan Shah wrote: > Hi, > > I am new to Riak and I would like to know steps to

Cross-Compile Riak for Embedded Device

2017-02-09 Thread Darshan Shah
Hi, I am new to Riak and I would like to know steps to cross compile Riak for Embedded Unit. >From website I found steps to compile with source code but I need steps to cross compile. It will be appreciated if you can give steps or links from which I can get idea to cross compile. Thanking in