Skip to content

Commit 2dcb5cc

Browse files
authored
Update README.md (#45)
Added a note clarifying that this repo is intended for experimental use, and to visit the forums to ask questions/etc.
1 parent 168a0cb commit 2dcb5cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# SingleStore demo: Realtime Digital Marketing <!-- omit in toc -->
22

3+
**Attention**: The code in this repository is intended for experimental use only and is not fully tested, documented, or supported by SingleStore. Visit the [SingleStore Forums](https://www.singlestore.com/forum/) to ask questions about this repository.
4+
5+
36
- [Code tour](#code-tour)
47
- [Data simulator](#data-simulator)
58
- [`./gen`](#gen)
@@ -169,4 +172,4 @@ mysql -u root -h 172.17.0.3 -ptest martech < sql/seed.sql
169172
sed 's/${PARTITIONS}/2/;s/${SCALE_FACTOR}/v2\/100k-2p/' pipelines.sql | mysql -u root -h 172.17.0.3 -ptest martech
170173
```
171174

172-
Note that we are replacing the PARTITIONS and SCALE_FACTOR variables in pipelines.sql with acceptable values. See [scalefactors.ts](./web/src/scalefactors.ts) for additional options.
175+
Note that we are replacing the PARTITIONS and SCALE_FACTOR variables in pipelines.sql with acceptable values. See [scalefactors.ts](./web/src/scalefactors.ts) for additional options.

0 commit comments

Comments
 (0)