Skip to content

Commit ad37153

Browse files
committed
fix notebook markdown issues
1 parent 150cbae commit ad37153

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

demos/demos_databases_apis/spanner/google_spanner_finance_graph.ipynb

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,39 +21,43 @@
2121
},
2222
{
2323
"cell_type": "markdown",
24-
"id": "814017ae-af4e-4331-b0b0-ed016d010ade",
24+
"id": "aadde18c-979c-4379-b1a8-6a3f15912821",
2525
"metadata": {},
2626
"source": [
27-
"# Demo Notebook - Graphistry and Google Spanner Graph \n",
27+
"# Demo Notebook - Graphistry and Google Spanner Graph\n",
2828
"\n",
29-
"Graphistry is a cutting-edge platform for large-scale visual graph exploration and analysis. It enables users to intuitively investigate complex relationships, patterns and anomalies across vast datasets through highly interactive, GPU-accelerated visualizations. Google Cloud Spanner, on the other hand, is a globally distributed, horizontally scalable, and strongly consistent database ideal for managing large, interconnected datasets.\n",
29+
"Graphistry is a cutting-edge platform for large-scale visual graph exploration and analysis. It enables users to intuitively investigate complex relationships, patterns, and anomalies across vast datasets through highly interactive, GPU-accelerated visualizations. Google Cloud Spanner, on the other hand, is a globally distributed, horizontally scalable, and strongly consistent database ideal for managing large, interconnected datasets.\n",
3030
"\n",
31-
"This interactive guide demonstrates how to combine the power of Graphistry's visual graph analytics and AI with the robust data capabilities of Google Cloud Spanner Graph. Together, these technologies empower you to:\n",
31+
"This interactive guide demonstrates how to combine the power of Graphistry's visual graph analytics and AI with the robust data capabilities of Google Cloud Spanner Graph.\n",
3232
"\n",
33-
"- **Visualize Complex Graphs**: Easily explore relationships and uncover insights in your data through rich visual representations.\n",
34-
"- **Handle Large Datasets**: Leverage Cloud Spanner’s ability to manage vast amounts of interconnected information with strong consistency and scalability.\n",
35-
"- **Perform Advanced Analytics**: Apply graph-based algorithms and clustering techniques to extract actionable insights from structured data.\n",
33+
"Together, these technologies empower you to:\n",
34+
"\n",
35+
"- **Visualize Complex Graphs:** Easily explore relationships and uncover insights in your data through rich visual representations. \n",
36+
"- **Handle Large Datasets:** Leverage Cloud Spanner’s ability to manage vast amounts of interconnected information with strong consistency and scalability. \n",
37+
"- **Perform Advanced Analytics:** Apply graph-based algorithms and clustering techniques to extract actionable insights from structured data.\n",
3638
"\n",
3739
"This demo is designed for:\n",
38-
"- **Data Scientists**: Interested in adding visual graph analytics to their toolkit.\n",
39-
"- **Database Engineers**: Looking to integrate graph capabilities into their Cloud Spanner workflows.\n",
40-
"- **Application Developer**: Prototyping applications built using Graphistry and Google Spanner \n",
40+
"\n",
41+
"- **Data Scientists:** Interested in adding visual graph analytics to their toolkit. \n",
42+
"- **Database Engineers:** Looking to integrate graph capabilities into their Cloud Spanner workflows. \n",
43+
"- **Application Developers:** Prototyping applications built using Graphistry and Google Spanner.\n",
4144
"\n",
4245
"This notebook showcases:\n",
43-
"1. **Connecting to Cloud Spanner**: How to retrieve and preprocess data from Cloud Spanner for graph processing.\n",
44-
"2. **Graph Visualization with Graphistry**: Turning raw data into meaningful visualizations to explore relationships and clusters.\n",
45-
"3. **Real-World Use Cases**: Applying these tools to solve practical problems \n",
46+
"\n",
47+
"1. **Connecting to Cloud Spanner:** How to retrieve and preprocess data from Cloud Spanner for graph processing. \n",
48+
"2. **Graph Visualization with Graphistry:** Turning raw data into meaningful visualizations to explore relationships and clusters. \n",
49+
"3. **Real-World Use Cases:** Applying these tools to solve practical problems.\n",
4650
"\n",
4751
"## Prerequisites\n",
4852
"\n",
49-
"- A Google Cloud account with access to Cloud Spanner.\n",
50-
"- A Graphistry Enterprise Server or free-tier [Graphistry Hub account](https://www.graphistry.com/get-started) \n",
51-
"- Python environment with Graphistry and gcloud spanner support (see pip install below) \n",
52-
"- This demo is based on [FinGraph sample graph](https://codelabs.developers.google.com/codelabs/spanner-graph-getting-started#0)\n",
53+
"- A Google Cloud account with access to Cloud Spanner. \n",
54+
"- A Graphistry Enterprise Server or free-tier [Graphistry Hub account](https://www.graphistry.com/get-started). \n",
55+
"- Python environment with Graphistry and gcloud spanner support (see pip install below). \n",
56+
"- This demo is based on [FinGraph sample graph](https://codelabs.developers.google.com/codelabs/spanner-graph-getting-started#0).\n",
5357
"\n",
5458
"### Let’s Get Started!\n",
5559
"\n",
56-
"Dive in and see how the synergy of Graphistry and Google Cloud Spanner can transform your data exploration and analysis workflows."
60+
"Dive in and see how the synergy of Graphistry and Google Cloud Spanner can transform your data exploration and analysis workflows.\n"
5761
]
5862
},
5963
{

0 commit comments

Comments
 (0)