Is there a free real time database like HBase for .Net applications?
Many thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use HBase from .NET.
HBase has a Thrift API and you can generate a .NET client for that.
If you’ll ever require some more advanced calls than what the Thrift API exposes you can write your own Thrift service in Java (or fork and modify the existing one) and call it from .NET.
Besides Thrift it alo has a REST and Avro API which you can also call from .NET