Data.RiakClient
Riak client using google protocol buffers for binary socket communication with the cluster of riak nodes
Install / Use
/learn @garethstokes/Data.RiakClientREADME
First you need to establish a connection to riak, and to establish a connection to riak you will need to build a RiakConnectionManager
var connectionManager = RiakConnectionManager.FromConfiguration; // doesn't do anything now, IoC coming soon! connectionManager.AddConnection("192.168.0.188", 8087); // server address and protocol buffer port
then make the connection to riak
var riakConnection = new RiakContentRepository(connectionManager);
#Insert
var response = riakConnection.Find(x => { x.ReadValue = 1; x.Bucket = bucket; x.Keys = new string[] { key }; });
var document = response.Result;
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
