tigergraph / pyTigerGraph

Python package for utilizing TigerGraph Databases
https://docs.tigergraph.com/pytigergraph/current/intro/
Apache License 2.0
29 stars 13 forks source link

Streamlit Connection integration #156

Closed sfc-gh-jcarroll closed 5 months ago

sfc-gh-jcarroll commented 1 year ago

Is your feature request related to a problem? Please describe. Streamlit team recently released st.experimental_connection to make connecting to data stores even easier. Previously, @GenericP3rson had built a TigerGraph tutorial for Streamlit as it sounded like these were commonly used together. https://github.com/streamlit/docs/pull/121

Describe the solution you'd like Wanted to see if TigerGraph team wanted to build a connection implementation for Streamlit and update the existing tutorial to use this.

Describe alternatives you've considered Continue with the existing tutorial, which is great 😄

Additional context

Connections can be built by extending ExperimentalBaseConnection. We've built a few examples:

If someone is interested in taking this on and setting up the repo, would be happy to discuss, do code review, or set up a quick call to discuss. If not no worries (and feel free to close this). Cheers!

parkererickson-tg commented 1 year ago

Thanks for the info @sfc-gh-jcarroll ! Looks like a good potential enhancement. Definitely will discuss with the team.