Skip to content
This repository was archived by the owner on Feb 26, 2018. It is now read-only.

Commit 8fb1096

Browse files
committed
[ql][doc] Add slide and report
- for test coverage, gradle test is not enough, you need to run jacco related commands to generate coverage report - the report is only 84K, so I added it to the report
1 parent 0365abc commit 8fb1096

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
A Time Series Database Proxy in Java with a powerful DSL Reika
66

7+
- [DSL](ql) Reika
8+
79
## Related Projects
810

911
- Golang implementation of [tsdb-proxy](https://github.com/xephonhq/tsdb-proxy)

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ allprojects {
2525
}
2626
}
2727

28+
// gradle jacocoTestReport
2829
jacocoTestReport {
2930
reports {
3031
xml.enabled true
31-
html.enabled false
32+
csv.enabled true
33+
html.enabled true
3234
}
3335
}
3436
}

ql/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Reika
1+
# Reika
22

3-
Reika is a DSL for time series database, it contains two part,
4-
a general purpose static typing language and a query language for
3+
Reika is a DSL for time series database, it contains two part,
4+
a general purpose static typing language and a query language for
55
database related operations. It depends on tsdb-proxy when database
66
operation is involved.
77

@@ -12,10 +12,15 @@ operation is involved.
1212
Build from source
1313

1414
- make sure you have Java8 and gradle installed
15-
- run `gradle shadowJar`
15+
- run `gradle shadowJar`
1616

1717
Docker
18-
18+
1919
- [ ] TODO: https://github.com/xephonhq/tsdb-proxy-java/issues/13
2020

21+
## Documentation
22+
23+
Slides and report for the original course project
2124

25+
- [Lessons we learned from building Reika](http://www.slideshare.net/ssuser7e134a/what-reika-taught-us)
26+
- [Reika: A DSL for time series database](Reika_TSDB_DSL_0.0.1.pdf)

ql/Reika_TSDB_DSL_0.0.1.pdf

81.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)