Skip to content

dickcav/geode-native

This branch is 179 commits behind apache/geode-native:develop.

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2021
Feb 24, 2021
Jan 26, 2021
Mar 29, 2021
Jun 2, 2020
Mar 26, 2021
Feb 12, 2021
Feb 24, 2021
Jan 26, 2021
Feb 7, 2017
Feb 24, 2021
Aug 11, 2017
Mar 2, 2021
Feb 24, 2021
Feb 19, 2021
Aug 19, 2020
Feb 24, 2021
Feb 24, 2021
Mar 22, 2021
Jul 2, 2019
Apr 22, 2020
Oct 13, 2018
Feb 19, 2021
Dec 12, 2018
Oct 16, 2020
Feb 19, 2021
Feb 19, 2021
Feb 24, 2021
Mar 2, 2021
Feb 24, 2021
Mar 2, 2021
Aug 11, 2017
Jul 8, 2019
Nov 3, 2018
Feb 12, 2021
Mar 2, 2021

Repository files navigation

Apache Geode

Build Status License LGTM Total Alerts Language grade: C/C++ Language grade: C# Language grade: JavaScript

Table of Contents

Overview

Native Client is a client implementation for Apache Geode that does not require the Java server JARs.

Building from Source

Directions to build Native Client from source can be found in the source distribution in BUILDING.md.

Application Development

Native Client applications can be written in these client technologies:

Versioning

Geode Native follows the Semantic Versioning 2.0.0 specification (semver). This specification only addresses the API compatibility with libraries and does not cover ABI compatibility.

C++

ABI compatibility is not preserved similarly to the API compatibility. ABI compatibility is only guaranteed between patch releases. Recompilation is required for both minor and major releases.

.NET

ABI compatibility is preserved similarly to the API compatibility. ABI compatibility is guaranteed between patch and minor releases. Recompilation is only require for major releases or to utilize new APIs added in minor releases.

Export Control

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

  • Apache Geode links to and uses OpenSSL ciphers.

Packages

No packages published

Languages

  • C++ 71.3%
  • C# 21.3%
  • Java 3.5%
  • CMake 2.5%
  • Python 0.8%
  • Shell 0.2%
  • Other 0.4%