Re: Cassandra table as Queue

2015-08-20 Thread Narendra Sharma
I would suggest looking at Comcast Message Bus schema definition. https://github.com/Comcast/cmb -Naren On Thu, Aug 20, 2015 at 10:30 AM, algermissen1971 < algermissen1...@icloud.com> wrote: > Hi Rado, > > On 20 Aug 2015, at 15:05, Radoslav Smilyanov < > radoslav.smilya...@novarto.com> wrote: >

Re: Cassandra table as Queue

2015-08-20 Thread algermissen1971
Hi Rado, On 20 Aug 2015, at 15:05, Radoslav Smilyanov wrote: > Hello, > > I need to have a table that is acting as a queue for specific data. Data that > has to be stored in this table are some unique ids that have to be predefined > and whenever it is requested one id has to be obtained by

Cassandra table as Queue

2015-08-20 Thread Radoslav Smilyanov
Hello, I need to have a table that is acting as a queue for specific data. Data that has to be stored in this table are some unique ids that have to be predefined and whenever it is requested one id has to be obtained by the "queue" and new one has to be added. This queue table will have fixed siz