File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Trellis has been designed with four primary goals:
32
32
33
33
Trellis has been built from the ground up to support horizontal scalability. While it is
34
34
possible to run Trellis on a single machine, scaling out across a cluster is well-defined and supported. Trellis is
35
- " eventually consistent", meaning that many operations run asynchronously. While this makes the system very responsive, it
36
- also means that clients cannot expect operations to be atomic. In general, per-resource operations are atomic; operations
35
+ eventually consistent, which is to say that many operations run asynchronously. While this makes the system very responsive, it
36
+ also means that clients cannot always expect operations to be atomic. In general, per-resource operations are atomic; operations
37
37
that cause other resources to change tend to be handled asynchronously.
38
38
39
39
### Durability
@@ -108,7 +108,7 @@ based on a triplestore or local dataset. In addition, below is a list of other k
108
108
109
109
## Building
110
110
111
- * Trellis is written in Java and requires at least Java 8. It can be built with Gradle.
111
+ * Trellis is written in Java and requires at least Java 8. It can be built with [ Gradle] ( https://gradle.org ) .
112
112
113
113
```
114
114
$ ./gradlew install
You can’t perform that action at this time.
0 commit comments