update readme file
This commit is contained in:
parent
ba86534086
commit
7a2b9c2ed6
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -1,5 +1,5 @@
|
||||||
# casser
|
# casser
|
||||||
Cutting edge Java 8 Cassandra Client
|
Cutting edge Java 8 and Scala 2.11 Cassandra Client
|
||||||
|
|
||||||
Current status: First application is using in production!
|
Current status: First application is using in production!
|
||||||
|
|
||||||
|
@ -12,10 +12,11 @@ Current status: First application is using in production!
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
* Only JVM 8
|
* Latest JVM 8
|
||||||
* Latest Datastax Driver 2.1.5
|
* Latest Datastax Driver 2.1.5
|
||||||
* Latest Cassandra 2.1.4
|
* Latest Cassandra 2.1.4
|
||||||
* Maven
|
* Latest Scala 2.11
|
||||||
|
* Latest Maven as well
|
||||||
|
|
||||||
### Maven
|
### Maven
|
||||||
|
|
||||||
|
@ -61,14 +62,14 @@ public interface Timeline {
|
||||||
|
|
||||||
@PartitionKey
|
@PartitionKey
|
||||||
UUID userId();
|
UUID userId();
|
||||||
|
|
||||||
@ClusteringColumn
|
@ClusteringColumn
|
||||||
@Types.Timeuuid
|
@Types.Timeuuid
|
||||||
Date timestamp();
|
Date timestamp();
|
||||||
|
|
||||||
@Column
|
@Column
|
||||||
String text();
|
String text();
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue