Is there a Thrift or Cassandra client for Node.js/JavaScript

前端 未结 4 1940
谎友^
谎友^ 2021-01-01 18:36

I would like to start using Cassandra with a node.js deployment, but I can\'t find a Thrift or Cassandra client for Node.js and/or JavaScript.

Is there one?

4条回答
  •  隐瞒了意图╮
    2021-01-01 18:51

    Someone made one now: https://github.com/wadey/node-thrift

    Update: Rackspace released a node cassandra api:
    http://code.google.com/a/apache-extras.org/p/cassandra-node/

    Update: They moved it to github:
    https://github.com/racker/node-cassandra-client

    Update: There is a CQL driver now too:
    https://github.com/simplereach/helenus

    Update: There is a CQL driver, that uses the Cassandra native protocol https://github.com/jorgebay/node-cassandra-cql

    Update: DataStax released a CQL driver for Cassandra using the native protocol: https://github.com/datastax/nodejs-driver

提交回复
热议问题