Skip to content

Commit 27bbef8

Browse files
committed
made updates to the markdown based on comments 2
1 parent 9a668c1 commit 27bbef8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tutorial/markdown/python/streamlit/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,23 @@ st.write("Document 222 deleted")
127127
result = connection.query("SELECT * FROM `travel-sample`.`inventory`.`airline` LIMIT 5;")
128128
st.write(result)
129129
```
130+
131+
## 4. Appendix
132+
133+
Here are some helpful resources for working with Couchbase and Streamlit:
134+
135+
### **Couchbase Documentation**
136+
- [Couchbase Python SDK Compatibility](https://docs.couchbase.com/python-sdk/current/project-docs/compatibility.html#python-version-compat)
137+
- [Getting Started with Couchbase Capella](https://docs.couchbase.com/cloud/get-started/intro.html)
138+
- [Connecting to Couchbase Capella](https://docs.couchbase.com/cloud/get-started/connect.html#prerequisites)
139+
- [N1QL Query Language Guide](https://docs.couchbase.com/server/current/n1ql/n1ql-language-reference/index.html)
140+
- [Couchbase SDKs Overview](https://docs.couchbase.com/home/sdk.html)
141+
142+
### **Streamlit Documentation**
143+
- [Streamlit Secrets Management](https://docs.streamlit.io/develop/concepts/connections/secrets-management)
144+
- [Using `st.connection`](https://docs.streamlit.io/develop/api-reference/connections)
145+
- [Streamlit Components](https://docs.streamlit.io/develop/api-reference)
146+
147+
### **Additional Resources**
148+
- [Couchbase Sample Data](https://docs.couchbase.com/server/current/tools/cbimport-json.html)
149+
- [Demo App](https://couchbase-connector-demo-app.streamlit.app/)

0 commit comments

Comments
 (0)