Worth noting that the datastax-supported nodejs driver is fully
implemented in nodejs. So, data serialization/deserialization tends to
be painfully slow in high load applications.

You might want to consider the nodejs client library that binds to the
datastax cpp driver instead:
https://github.com/demmer/node-cassandra-native-driver

Just another option depending on your needs.

Hope that helps,
Branden

On Wed, Jul 13, 2016 at 8:13 AM, Mike D <michael.dellagra...@gmail.com> wrote:
> Hi,
>
> You should try using the datastax driver,
> https://github.com/datastax/nodejs-driver-dse, check out online at
> http://www.globalscale.us.
>
> Regards,
>
> Audrey
>
> On Monday, July 11, 2016 at 1:31:19 PM UTC-4, Vinay wrote:
>>
>> Hi,
>>
>> I am using Angular Express Seed with cassandra database.what is the best
>> practice to connect cassandra database and execute queries.Right now am
>> using client.execute which is not a right practice.Could anyone suggest how
>> do i connect cassandra in express like dao objects in java.Also,please
>> recommend some links or apps for the same.
>>
>>
>> Regards,
>> Vinay Niranjan
>
> --
> Job board: http://jobs.nodejs.org/
> New group rules:
> https://gist.github.com/othiym23/9886289#file-moderation-policy-md
> Old group rules:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> To post to this group, send email to nodejs@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/nodejs/406bd9ff-12dc-4a59-bb7d-437d4b477b44%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/CAOo4ObqahNFqPrne5xDdCofEShJjBxThRgLgxsOwU8_2jH762Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to