Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Correlation Vector

## Background
Expand All @@ -24,19 +23,25 @@ The standard is widely used internally at Microsoft for first party applications

## Reference Implementations

### Microsoft

- [Cpp](https://github.com/Microsoft/CorrelationVector-Cpp) \(C\+\+\)
- [CSharp](https://github.com/Microsoft/CorrelationVector-CSharp) \(C\#\)
- [Go](https://github.com/Microsoft/CorrelationVector-Go)
- [Java](https://github.com/Microsoft/CorrelationVector-Java)
- [JavaScript](https://github.com/Microsoft/CorrelationVector-JavaScript)

### Community

- [Elixir](https://github.com/seamlyapp/ex_correlation_vector)

## Future Roadmap

TBD

# Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.

Expand Down