diff --git a/README.md b/README.md new file mode 100644 index 0000000..26b93c4 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## ![logo](assets/images/logo-color.png) + + [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/openmessaging/public) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) + +### A vendor-neutral open standard for distributed messaging and streaming +OpenMessaging, which includes the establishment of industry guidelines and messaging, streaming specifications to provide a common framework for finance, e-commerce, IoT and big-data area. The design principles are the cloud-oriented, simplicity, flexibility, and language independent in distributed heterogeneous environments. Conformance to these specifications will make it possible to develop a heterogeneous messaging applications across all major platforms and operating systems. + +## The domain architecture +![domain-design](assets/images/OpenMessaging-V0.3.0-alpha.png) + +## Introduction +This repository contains Open Messaging Specification APIs in C++. An example implementation can be found [here](https://github.com/openmessaging/openmessaging-client-sdk-cpp). + +C++ APIs are designed to be consistent with [Java APIs](https://openmessaging.github.io/openmessaging-java/) in terms of semantics. + + +## ![Powered by Linux Foundation](http://openmessaging.cloud/images/linux-foundation-logo.png) \ No newline at end of file diff --git a/assets/images/OpenMessaging-V0.2.0-alpha.png b/assets/images/OpenMessaging-V0.2.0-alpha.png new file mode 100644 index 0000000..c82b033 Binary files /dev/null and b/assets/images/OpenMessaging-V0.2.0-alpha.png differ diff --git a/assets/images/OpenMessaging-V0.3.0-alpha.png b/assets/images/OpenMessaging-V0.3.0-alpha.png new file mode 100644 index 0000000..368cf4f Binary files /dev/null and b/assets/images/OpenMessaging-V0.3.0-alpha.png differ diff --git a/assets/images/domain-design.png b/assets/images/domain-design.png new file mode 100644 index 0000000..19190e5 Binary files /dev/null and b/assets/images/domain-design.png differ diff --git a/assets/images/logo-color.png b/assets/images/logo-color.png new file mode 100644 index 0000000..e478182 Binary files /dev/null and b/assets/images/logo-color.png differ diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..2d61698 Binary files /dev/null and b/assets/images/logo.png differ