‣ Netflix Data Explorer
📖 Reference Documentations and resources
Overview¶
The Data Explorer by netflix is a web-based tools that will help you navigate and edit your data. It supports both Cassandra and Dynomite but here we will focus on Astra. There a few killer features
Multi Cluster Access¶
Multi-cluster access provides easy access to all of the clusters in your environment. The cluster selector in the top nav allows you to switch to any of your discovered clusters quickly.
Explore your data¶
The Explore view provides a simple way to explore your data quickly. You can query by partition and clustering keys, insert and edit records, and easily export the results or download them as CQL statements.
Schema Designer¶
Creating a new Keyspace and Table by hand can be error-prone
Our schema designer UI streamlines creating a new Table with improved validation and enforcement of best practices.
Query IDE¶
The Query Mode provides a powerful IDE-like experience for writing free-form CQL queries.
Prerequisites¶
- You should have an Astra account
- You should Create an Astra Database
- You should Have an Astra Token
- You should Download your Secure Connect Bundle
Procedure¶
1 Run Locally¶
Prerequisites: You need
node
,npm
andyarn
- Install Yarn on MAC
- Clone the repository
- Install the dependencies (expect a 2min build it will download quite some packages)
- Start the applications
- Import your secure connect bundle (see Prerequisite section above)
2 Execute with Gitpod¶
- Click the button
- Open the application
- Import your secure connect bundle (see Prerequisite section above)