Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
symfony + Cassandra
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mercedes Sualog III  
View profile  
 More options Sep 21 2010, 11:00 pm
From: Mercedes Sualog III <mercedes.sua...@gmail.com>
Date: Tue, 21 Sep 2010 20:00:40 -0700 (PDT)
Local: Tues, Sep 21 2010 11:00 pm
Subject: symfony + Cassandra
Hi guys!

Does anybody of you tried using symfony with Cassandra as database?
Does it work?

Thank you.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eno  
View profile  
 More options Sep 22 2010, 10:26 am
From: Eno <symb...@gmail.com>
Date: Wed, 22 Sep 2010 10:26:15 -0400 (EDT)
Local: Wed, Sep 22 2010 10:26 am
Subject: Re: [symfony-users] symfony + Cassandra

On Tue, 21 Sep 2010, Mercedes Sualog III wrote:
> Does anybody of you tried using symfony with Cassandra as database?
> Does it work?

I suspect that you will have to roll your own library to use it (we do a
similar thing to use an XML database).

Unless there are plans to have Doctrine ODM support it? Anyone know?

--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mercedes Sualog III  
View profile  
 More options Sep 22 2010, 10:44 pm
From: Mercedes Sualog III <mercedes.sua...@gmail.com>
Date: Thu, 23 Sep 2010 10:44:21 +0800
Local: Wed, Sep 22 2010 10:44 pm
Subject: Re: [symfony-users] symfony + Cassandra

Actually I don't still have the idea on how to do it..I am thinking since
Symfony supports ORM ideally this should support any database but I am not
sure with Cassandra since this a NoSQL and new one.

When you say "roll your own library" does this mean I have to create on my
own and library was not yet available?(Sorry I am not yet so much familiar
with the libraries available.)

How does it work on XML database in your case?

Thank you for your reply.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eno  
View profile  
 More options Sep 23 2010, 1:37 pm
From: Eno <symb...@gmail.com>
Date: Thu, 23 Sep 2010 13:37:18 -0400 (EDT)
Local: Thurs, Sep 23 2010 1:37 pm
Subject: Re: [symfony-users] symfony + Cassandra

On Thu, 23 Sep 2010, Mercedes Sualog III wrote:
> Actually I don't still have the idea on how to do it..I am thinking since
> Symfony supports ORM ideally this should support any database but I am not
> sure with Cassandra since this a NoSQL and new one.

Yeah, you would need to write an ORM->NoSQL mapping layer...

> When you say "roll your own library" does this mean I have to create on my
> own and library was not yet available?(Sorry I am not yet so much familiar
> with the libraries available.)

ORM is an abstraction on top of SQL. Doctrine has a similar abstraction
(ODM) so you can use Mongo as your backend database. I dont know if its
designed to work with any other NoSQL database so you would have to write
something similar (if you want a higher level interface) or adapt some
existing abstraction code. Of course, your queries might be very simple in
which you can just use straight PHP and whatever API is provided for
Cassandra.

> How does it work on XML database in your case?

We're using MySQL and eXist. The parts of the application that need to
talk to eXist do not use any ORM layer - its just straight PHP talking
directly to eXist (we're also using memcache so the performance is pretty
good in spite of this).

--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mercedes Sualog III  
View profile  
 More options Sep 25 2010, 3:12 am
From: Mercedes Sualog III <mercedes.sua...@gmail.com>
Date: Sat, 25 Sep 2010 15:12:18 +0800
Local: Sat, Sep 25 2010 3:12 am
Subject: Re: [symfony-users] symfony + Cassandra

I think I have to check first the ODM if it can work already with Cassandra.
Yeah, as far as I checked last time it works with Mongo.

Thank you for your reply and additional information about XML database ...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »