Which clients should Aerospike do next? Please vote!

Let’s say PHP7 is “in the pipe” and will get done soon. And the Node 2.0 interface / release is a major step forward. And we covered Python 3. And our Hack / HHVM project didn’t get much traction.

What’s next on your list for client support?

  • Swift
  • C on Windows
  • Rust
  • Scala (idiomatic, not java)
  • D
  • OCaml
  • Haskell
  • Other

0 voters

Anything I missed?

What’s your next project?

I’ve been wrapping the Linux C client to use in Julia. It would be nice to have a full Julia API (Julia can call into C directly with no additional overhead, so it could mostly be based on the current C client.

python + gevent for async

1 Like

Hi, is this still valid or you already selected what will be next clients?

This is still valid … do go ahead and vote!

We have our basic Rust implementation. If you are interested in Rust and Aerospike, please contact me.

Quick update on the Rust client: An initial v0.0.1 release is now available on crates.io. Documentation can be found at docs.rs and the source code is available in the aerospike-client-rust repo. Please note that this is a work in progress and that the public API of the client is still subject to change. Feedback, bug reports and pull requests are welcome!