Skip to content

Commit cbb534f

Browse files
author
Narine C
authored
Added build status image
1 parent d274df7 commit cbb534f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Contextual Sync
22

3+
[![Build Status - Master](https://travis-ci.org/csync/csync-java.svg?branch=master)](https://travis-ci.org/csync/csync-java)
4+
[![License][license-svg]][license-link]
5+
6+
[license-svg]: https://img.shields.io/hexpm/l/plug.svg
7+
[license-link]: https://github.com/csync/csync-server/blob/master/LICENSE
8+
39
Contextual Sync (CSync) is an open source, real-time, continuous data synchronization service for building modern applications. The CSync data store is organized with key/values where keys have a hierarchical structure. Clients can obtain the current value for a key and any subsequent updates by listening on the key. Updates are delivered to all online clients in near-real time. Clients can also listen on a key pattern where some components contain wildcards.
410

511
## Keys

0 commit comments

Comments
 (0)