Thanks.
On Wed, Feb 13, 2013 at 2:29 PM, Brandon Williams wrote:
> On Wed, Feb 13, 2013 at 1:27 PM, Vladimir Vivien
> wrote:
> > Is this http://wiki.apache.org/cassandra/HowToContribute still the best
> > place to get started?
>
> Yes, still looks fairly accu
Is this http://wiki.apache.org/cassandra/HowToContribute still the best
place to get started?
On Wed, Feb 13, 2013 at 2:20 PM, Brandon Williams wrote:
> On Wed, Feb 13, 2013 at 1:18 PM, Vladimir Vivien
> wrote:
> > How does one get that committer badge?
>
> Cont
PMC has voted to add Jason as a committer.
> > We look forward to making Cassandra better together!
> >
> > --
> > Jonathan Ellis
> > Project Chair, Apache Cassandra
> > co-founder, http://www.datastax.com
> > @spyced
> >
>
--
Vladimir Vivien
Thanks.
On Tue, May 15, 2012 at 4:27 PM, Brandon Williams wrote:
> On Tue, May 15, 2012 at 3:23 PM, Vladimir Vivien
> wrote:
> > Is there any plan to modularize cassandra codebase ?
> > There are tons of subsystems within cassandra begging to be reused
> > elsewher
Hi,
Does anyone links for best practices on using cassandra as a
distributed-datagrid?
Are there commercial datagrid offerings based on cassandra ?
--
Vladimir Vivien
p?
>>
>> It's eclipse-files
>>
>>
>>
>> On Sep 7, 2011, at 6:19 PM, Jason
>> Rutherglen>
>> wrote:
>>
>> I think it's 'ant generate-eclipse-files'? Maybe we should make it show
>>> up?
>>>
>>
--
Vladimir Vivien
basic idea, but assuming you have the Avro Python module
> > installed you should be able to just...
> >
> > $ cd drivers/py
> > $ python
> >>>> import cql
> >>>> conn = cql.Connection('Keyspace1', 'localhost', 9160)
> >>>> conn.execute('UPDATE Standard1 WITH ROW("k", COL("c", "hello!"));')
> >>>> print conn.execute('SELECT FROM Standard1 WHERE KEY = "k"')
> > [{u'columns': [{u'timestamp': 1288297508761L, u'name': 'c', u'value':
> > 'hello!', u'ttl': None}], u'key': 'k'}]
> >>>>
> >
> >
> > I've been chewing on all of this for a while so I'm brimming with ideas,
> > but I'll let the dust settle on this email before going any further. :)
> >
> > Thoughts?
> >
> >
> >
> > P.S. Dear Cliff Moon, I apologize. You were right.
> >
> > --
> > Eric Evans
> > eev...@rackspace.com
> >
> >
> >
> >
> >
>
--
Vladimir Vivien