There is no special client software necessary to access and manage data in Clusterpoint database server platform architecture. XML- or JSON- based simple HTTP/HTTP messaging is all that is necessary. Clusterpoint XML / JSON messaging and Clusterpoint API command set is openly published on Clusterpoint DBMS Developer's Guide (WiKi) web section. Use any favorite programming language to access Clusterpoint Server functionality following only the very basic simple principles how to "speak" to Clusterpoint Server over standard web networking protocols.
All you need to create, send, receive and parse Clusterpoint XML / JSON messages with API commands in your application to start to develop database applications for the Clusterpoint Server is your own preferred programing language: PHP, Java, C/C++, C#, JavaScript or any other.
Most application development environments and programming languages support XML or JSON formatted data representing them internally as objects, arrays, vectors or other parameterized data structures or strings. Majority have built-in functions to convert XML- or JSON- formatted data to one of those object types and vice versa. One can say that Clusterpoint Server 'speaks' the language of your programming environment, without any vendor-specific proprietary client software (drivers), that commonly are used to access functionality of other database servers and often making complex to set up and maintain client software in working order across all computers.
As programmers usually prefer to develop some high-level wrap-around functionality in a set of even more simplified functions accessing certain server-based functionality, we encourage to develop a library of functions or object methods in your own programming language or development framework for storing XML or JSON formatted data, accessing and searching data objects on a Clusterpoint Server.
Please note that we supply sample client API libraries for most popular languages, that work over low-level TCP/IP protocol at significantly higher speed than REST based http/https protocols can deliver. For those customers where application performance is absolute priority, they can take advantage of our sample client API libraries working over high-speed TCP/IP connections. Those API libraries we supply under open source licensing, so as anyone could adopt and improve our source code for better functionality or performance. You are also welcome to rewrite them into any other programming language.
Customer submitted sample API source code for such client side API functionality in different
programming languages will be promptly published by us on Clusterpoint Web site under Products / 3rd Party Software section. 
Please see published open sample source code in the most popular programming environments in Developer's Guide (Wiki). There are sample source code use cases available for the following programming languages / frameworks:
We would add new customer requested sample codes for specific languages and frameworks from time to time, following new source code contribution from our partners and customer audience feedback.
We
have also developed a high-level API functions library for PHP
programmers, which can be used as convenient "wrapper" software for
Clusterpoint XML- or JSON- based API messaging, without formation of XML- or JSON- envelope
messages in application code. You can download it from Clusterpoint
WiKi API Libs section. 
Sample code for Clusterpoint API commands is being provided and improved upon by our partners and we are committed to publish the best client sample code implementations on our Web site and include code samples or references into Developer's WiKi Documentation.
Please see Developer's Guide (Wiki) to see if there is a sample code how to use Clusterpoint API in your favorite programming language.
You are welcome to submit to us new sample source code for your existing application server environment or application development framework or programming language and we will promptly add it to Clusterpoint database server platform Sample API Code sections, retaining your copyright and licensing preferences. If licensing terms are not present in sample software headings, please treat it as free software.
Please send us your sample source code to Clusterpoint Support
Email. 