Skip to content

Commit 93553be

Browse files
Added README.md
1 parent 3ef032e commit 93553be

File tree

3 files changed

+32
-22
lines changed

3 files changed

+32
-22
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/target
2-
3-
/Cargo.lock
2+
3+
/Cargo.lock

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
# Package systemathics-apis on crates.io
1+
# About Ganymede
22

3-
[![crates.io](https://img.shields.io/crates/v/systemathics-apis.svg)](https://crates.io/crates/systemathics-apis)
3+
Built as cloud native, Ganymede is a fully managed platform, continuously updated with high-quality, curated,
4+
and cross validated data. Ganymede is purpose built for the financial data markets ever increasing data volumes,
5+
allowing clients to query against large data sets, including tick-by-tick, sampled, daily, corporate actions,
6+
ESG and reference data. Packed with a broad range of analytics, the solution is optimized for fast response times,
7+
supports full order book natively and allows fine grained/customizable trade and quote conditions mapping and filtering.
8+
9+
For further information, please visit [Ganymede home page](https://ganymede.cloud)
10+
11+
# About this project
412

5-
```
6-
cargo build
7-
```
13+
This project provides up-to-date gRPC clients to access [Ganymede API](https://ganymede.cloud/api-documentation.html)
14+
15+
Latest Rust crate
16+
17+
[![crates.io](https://img.shields.io/crates/v/systemathics-apis.svg)](https://crates.io/crates/systemathics-apis)
818

9-
# Example
19+
# About us
1020

11-
```
12-
cargo run --example static-data-client TOKEN_FROM_GANYMEDE_CLOUD
13-
```
21+
[Systemathics](https://systemathics.com) is a French fintech founded in 2008 developing its innovative products with the highest quality standards 100% in France.
22+
Our main mission is to provide global investors with a complete end-to-end solution to systematize alpha generation in a robust way.
23+
From data pre and post trade analysis, back-testing, risk assessment and signal generation to day-to-day execution in production and everything in between.

buf.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: v1beta1
2-
build:
3-
roots:
4-
- src
5-
lint:
6-
use:
7-
- DEFAULT
8-
ignore:
9-
- google
10-
breaking:
11-
use:
1+
version: v1beta1
2+
build:
3+
roots:
4+
- src
5+
lint:
6+
use:
7+
- DEFAULT
8+
ignore:
9+
- google
10+
breaking:
11+
use:
1212
- FILE

0 commit comments

Comments
 (0)