You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-26Lines changed: 13 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,39 +20,26 @@ To use this SDK, add the following dependency to your project:
20
20
21
21
### Usage
22
22
23
-
- Define a Bean in respect of the `cassandra-driver-mapping` rules. Those are described in the [referential documentation](https://docs.datastax.com/en/developer/java-driver/3.11/manual/object_mapper/creating/). As an example we leverage this bean and this table:
24
-
```sql
25
-
CREATETABLEIF NOT EXISTS simpledata (
26
-
id int,
27
-
data text,
28
-
PRIMARY KEY (id)
29
-
);
30
-
```
31
-
32
-
- Associated bean will be the class [`SimpleDataEntity`](#)
23
+
Documentation is avalailable in [Awesome Astra](https://awesome-astra.github.io/docs/pages/tools/integration/apache-beam-google-dataflow/) with sample codes
0 commit comments