kanglib / arcus-cpp-client

Arcus C++ Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arcus-cpp-client : Arcus C++ Client

This is a c++ client driver for Arcus cloud.

Requirement

This driver requires zookeeper and mhash library. Install them first.

Use

Arcus C++ client is template library so you just should include arcus.h and arcus_mc_node.h to use it. If you want to use danamic list, dynamic set and dynamic map, include arcus_list.h, arcus_set.h and arcus_map.h and use it.

You can sample test vectors in test.cpp build it using Makefile and see detail usage in it.

Visit arcus cache cloud project at github to get more detail information. https://github.com/naver/arcus

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Arcus C++ Client

License:Apache License 2.0


Languages

Language:C++ 99.9%Language:Makefile 0.1%