An open API service indexing awesome lists of open source software.

https://github.com/streamlit/snowflake-double-blind-demo

An example Streamlit app that demonstrates using Snowflake to join two datasets that use obfuscated IDs for data security
https://github.com/streamlit/snowflake-double-blind-demo

Last synced: 8 months ago
JSON representation

An example Streamlit app that demonstrates using Snowflake to join two datasets that use obfuscated IDs for data security

Awesome Lists containing this project

README

          

# Snowflake Double-blind Hash Demo

---

**👈 Select a mode from the dropdown on the left** to get started!

---

## 🐟 Summary

**This app shows a double-blind join in Snowflake using Streamilt.**
Note that:

1. Streamlit enables **rich, non-trivial interactions** such as generating synthetic
data from scratch.
2. [This entire
app](https://github.com/streamlit/snowflake-double-blind-demo/blob/master/streamlit_app.py)
required **less than 200 lines of code!**

**This is the magic of Streamlit!** Such interactions cannot be implemented in Retool or
Tableau without torturing the underlying abstractions. By contrast, Streamlit presents an
incredibly flexible language for expressing rich data apps in the ML age.

This is why Streamlit is actively deployed over half the Fortune 50!

## 🐬 More information

- Check out [streamlit.io](https://streamlit.io)
- Jump into our [documentation](https://docs.streamlit.io)
- Ask a question in our [community forums](https://discuss.streamlit.io)

## 🦑 See more complex demos

- Use a neural net to [analyze the Udacity Self-driving Car Image
Dataset] (https://github.com/streamlit/demo-self-driving)
- Explore a [New York City rideshare dataset]
(https://github.com/streamlit/demo-uber-nyc-pickups)