Skip to content

Commit f8988f5

Browse files
committed
clarification
1 parent 288c7b1 commit f8988f5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ Put this token, along with the path of the endpoint in a file called `config.py`
4949

5050
Note that the `/query/sql` needs to be stripped from the end of the URL you use in the config file.
5151

52-
The result of a run will be a table called `collatz_flotz` in your account.
52+
To run the Collatz sequence and write it into FeatureBase Cloud, do the following:
53+
54+
```
55+
python3 collatz.py
56+
```
57+
58+
Keep in mind a file named `output.sql` will be written to the project directory. This file may be moved into `/data` if you want to save it.
59+
60+
The result of a run will be a table called `collatz_flotz` in your account. This table may be queried via the [Cloud UI](https://cloud.featurebase.com/query).
5361

5462
## Possible Queries
5563
It would be interesting to build a query that traverses graphs.

0 commit comments

Comments
 (0)