Code Monkey home page Code Monkey logo

aerospike-client-csharp's Introduction

Aerospike C# Client Package

Aerospike C# client. This package contains full source code for two Visual Studio solutions:

  • Aerospike.sln
    C# library and demonstration programs with full functionality including "AerospikeClient.QueryAggregate()" (secondary index query with user-defined aggregation). Aggregations require a Lua interpreter (written in C) on the client side. This results in a dependency on an unmanaged DLL. Supported compile targets are x64 (64-bit) and x86 (32-bit). The projects are:

    • AerospikeClient
      C# client library.
    • AerospikeDemo
      C# demonstration program for examples and benchmarks.
    • AerospikeAdmin
      Aerospike user administration. This application is only valid for enterprise servers that are configured to require user authentication.
  • AerospikeLite.sln
    C# library and demonstration programs without "AerospikeClient.QueryAggregate()" (secondary index query with user-defined aggregation). This solution is fully managed. Supported compile targets are AnyCPU, x64 (64-bit) and x86 (32-bit). The included projects are appended with the "Lite" suffix.

    • AerospikeClientLite
    • AerospikeDemoLite
    • AerospikeAdminLite

Prerequisites

  • Windows 7/Windows Server 2008 or greater, preferably 64 bit.
  • Visual Studio 2010 or greater, preferably 64 bit. Visual C# 2010 Express or greater will also work.
  • .NET 4.0 or greater. Visual Studio 2010 will install .NET 4.0 by default.

Build Instructions

  • Double click on Aerospike.sln. The solution will be opened in Visual Studio.
  • Click menu Build -> BuildSolution. The target platform is 64 bit by default.

Demonstration Instructions

  • Ensure Aerospike server has been installed and is operational.
  • Open "Aerospike.sln" in Visual Studio.
  • Press F5 to run demonstration program.
  • Enter server hostname/port of the Aerospike server.
  • Enter server's namespace and set name if they are different from the default.
  • Click on an example (i.e. ServerInfo). The example source code will be displayed.
  • Press "Start" button.

The console window will display the log results of the example. Long running examples can be stopped with "Stop" button.

aerospike-client-csharp's People

Contributors

briannichols avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.