1DS C++ SDK
Перейти к файлу
Max Golovanov 2c1d9b73c8 Merge branch 'master' into maxgolov/flushandteardown_lock 2019-10-10 17:23:31 -07:00
.github Enable build tests for debug and release on Linux and Mac 2019-10-09 15:13:35 -07:00
Solutions Add "Original Filename" to DLL metadata 2019-10-08 10:11:22 -07:00
docker
docs
examples Fix MacProxy sample (#141) 2019-10-07 08:50:53 -07:00
googletest
lib Merge branch 'master' into maxgolov/flushandteardown_lock 2019-10-10 17:23:31 -07:00
sqlite
sqliteUWP
tests Merge branch 'master' into maxgolov/flushandteardown_lock 2019-10-10 17:23:31 -07:00
tools
wrappers Initial implementation of Pii drop flag 2019-10-09 17:53:23 -07:00
zlib
.gitattributes
.gitignore
.gitmodules
CHANGELOG.md
CMakeLists.txt
CONTRIBUTING.md
LICENSE
README.md
RunOACR.bat
azure-pipelines.yml
build-Win32Debug.bat
build-Win32Release.bat
build-all.bat
build-clang.sh
build-cmake-clang.cmd
build-docker.cmd
build-docker.sh
build-gtest.sh
build-ios.sh
build-rhel.sh
build-tests.bat
build-tests.sh Fix HTTP server unit test on Mac 2019-10-09 01:36:55 -07:00
build-win.ps1
build-win10-compact.bat
build-x64Debug.bat
build-x64Release.bat
build.sh
install.sh
mat-sdk.spec.in
test-all.cmd
test-ios.sh Create unit test script for ios 2019-10-02 12:00:53 -07:00

README.md

1DS C/C++ SDK

1DS C/C++ SDK enables cross-platform telemetry collection from various Microsoft products. It enables data / telemetry upload to 1DS Collector++.

Overview

One Data Strategy (1DS) is a cross-org initiative with five teams across the company coming together to unify multiple telemetry efforts at Microsoft. This includes the teams that built Asimov, Aria, Shared Data Platform, Geneva, OMS, Application Insights, and Visual Studio App Center. We aim to create a unified data production, collection, and set of tools for key scenarios for the entire company. Collector++ is the externally-facing destination end-point where data/telemetry is uploaded to that subsequently routes the data to Microsoft internal data pipeline.

We need a data culture where every engineer, every day, is looking at the
usage data, learning from that usage data, questioning what new things to
test out with our products, and being on that improvement cycle which is the
lifeblood of Microsoft...
                                                              -- Satya Nadella

Getting Started

The SDK is released as a source package every month, following the milestones.

Build

Build Environments (click to expand):
Operating System Compiler
Mac OS X 10.11.6 Clang Xcode 8.3
Mac OS X 10.12.6 Clang Xcode 9.0, 9.1
Mac OS X 10.13.3 Clang Xcode 9.2, 9.3, 10.0, 10.1
Raspbian GNU/Linux 8 (jessie) GCC 4.9.2 (armv7l)
Ubuntu 14.04.* LTS GCC 4.8.*, 4.9.4
Ubuntu 14.04.1 LTS GCC 5.x.x
Ubuntu 16.04 LTS GCC 5.x.x (armv7l)
Windows Server 2016 Visual Studio 2017
Target Platforms (click to expand):
Target Platform Supported Covered by CI
Linux (x86, x64, arm, aarch64)
Mac OS X 10.11+
Mac OS X (latest)
Ubuntu 14.04.x LTS
Ubuntu (latest)
Windows 7.1
Windows 8.1
Windows 10.x
Windows Server 2012
Windows Server 2016
  • Supported - these platforms are known to work well with the SDK in production.
  • Covered by CI - these platforms are tested as part of CI.

Test

There are two sets of tests available:

  • tests/unittests - unit tests that verify operation of each individual component.
  • tests/functests - functional tests that verify customer-facing APIs and features, they also cover the flow of data to Collector++.

These tests use Google Test / Google Mock framework and get built alongside the SDK. Launch functests and unittests binary executables to capture the test results.

Getting Support

We recommend GitHub issues as the communication channel for both feature requests and issues.

We are also available on email and community meeting, please refer to CONTRIBUTING.md for more details.

Note: Please refer to the supported platforms, anything not in the list should be treated as a feature request. The SDK is released as source package, there is no plan to release prebuilt binaries. Build issues are in general out of the support scope due to the unlimited number of build flags combinations.

Contributing

See CONTRIBUTING.md for more details.

Versioning

This library follows Semantic Versioning.

License

By contributing to 1DS C++ SDK repository, you agree that your contributions will be licensed under MIT License.