File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
tutorial/markdown/python/streamlit Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -127,3 +127,23 @@ st.write("Document 222 deleted")
127127result = connection.query(" SELECT * FROM `travel-sample`.`inventory`.`airline` LIMIT 5;" )
128128st.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/ )
You can’t perform that action at this time.
0 commit comments