Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Update specific sandbox links to go to specific use case sandboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
JMHReif committed Jun 10, 2020
1 parent 1123561 commit e68b5ab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Other factors that can be easily integrated in this query are favorites, allergi
=== More Recommendation Solutions

* https://medium.com/neo4j/whats-cooking-approaches-for-importing-bbc-goodfood-information-into-neo4j-64a481906172[Recipe and Food Recommendations^]
* link:/sandbox/?ref=developer-rec-engine[Sandbox: Recommend Movies by Reviews^]
* link:/sandbox/?usecase=recommendations&ref=developer-rec-engine[Sandbox: Recommend Movies by Reviews^]
* link:/graphgist/beer-amp-breweries-graphgist/[GraphGist: Beer and Breweries Recommendations^]
* link:/graphgist/northwind-recommendation-engine/[GraphGist: Northwind Product Recommendations^]

Expand Down
27 changes: 1 addition & 26 deletions data-import/example-data/example-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ image::{img}browser-example-guides-northwind.png[link=https://neo4j.com/develope
[#neo4j-sandbox]
== Neo4j Sandboxes

To explore a wide variety of datasets in an *online setup* without a local installation, you can use the Neo4j sandbox: link:/sandbox/?ref=developer-ex-data
To explore a wide variety of datasets in an *online setup* without a local installation, you can use the link:/sandbox/?ref=developer-ex-data[Neo4j sandbox^].

Each sandbox is available for at least 3 days after creation and can also be remotely accessed from applications using any Neo4j driver.

Expand All @@ -63,31 +63,6 @@ The use-cases range from
* crime investigation and
* social networks optionally using your own Twitter account.
////
// potential example for Ryan
[%autowidth,opts=header,cols="a,a,m,a"]
|===
| name | description | guide | import script
| image:https://neo4jsandbox.com/img/recommendations-icon-pink.png[link={sandbox}/recommendations,width=64]
{sandbox}/recommendations[Recommendations^]
| Generate personalized real-time recommendations using a dataset of movie reviews.
| :play sandbox/recommendations
| link:{sandbox-script}/...[Download Script^]

| image:https://neo4jsandbox.com/img/network-management-icon-grey.png[link={sandbox}/network-management,width=64] +
{sandbox}/network-management[Network Management^]
| Dependency analysis and root cause analysis with graphs will save time, money, and reduce headaches!
| :play sandbox/network-management
| link:{sandbox-script}/network-management/network-management.cypher[Download Script^]

| image:https://neo4jsandbox.com/img/pole-icon.png[link={sandbox}/pole,width=64] +
{sandbox}/pole[Crime Investigation^]
| Explore connections in crime data using the POLE – Person, Object, Location, Event – model in a public dataset from Manchester, U.K.
| :play sandbox/pole
| link:{sandbox-script}/....cypher[Download Script^]
|===
////

[#guide-examples]
== Other Guide Examples

Expand Down
4 changes: 2 additions & 2 deletions graph-platform/graph-algorithms/graph-algorithms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ There are several ways to get started with graph algorithms:
<div class="column-card-4">
<div class="card">
<div class="card-inner">
<a href="https://neo4j.com/sandbox/algos-book" target="_blank">
<a href="https://neo4j.com/sandbox/?usecase=graph-data-science&ref=developer-gds" target="_blank">
<img src="{img}np_sandbox-toys_1207953_3A8BBC.png" />
</a>
</div>
<div class="card-below">
<a href="https://neo4j.com/sandbox/algos-book" target="_blank">Sandbox</a>
<a href="https://neo4j.com/sandbox/?usecase=graph-data-science&ref=developer-gds" target="_blank">Sandbox</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion graph-platform/neo4j-bloom/neo4j-bloom.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ These are outlined below.

* Neo4j Bloom local with users accessing Bloom via Neo4j Desktop (free for local database instances)
* Neo4j Bloom server with users accessing Bloom via a web browser
* Neo4j Bloom through the link:/sandbox/?ref=developer-bloom[sandbox^]
* Neo4j Bloom through the link:/sandbox/?usecase=bloom&ref=developer-bloom[sandbox^]
* Neo4j Bloom through Neo4j Database as a Service, link:/aura/[Aura^]
* Included in link:/startup-program/[Neo4j Startup Program^]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Bloom is available in the following formats:

* Neo4j Bloom local with users accessing Bloom via Neo4j Desktop (free for local database instances)
* Neo4j Bloom server with users accessing Bloom via a web browser
* Neo4j Bloom through the link:/sandbox/?ref=developer-vis-tools[sandbox^]
* Neo4j Bloom through the link:/sandbox/?usecase=bloom&ref=developer-vis-tools[sandbox^]
* Neo4j Bloom through Neo4j Database as a Service, link:/aura/[Aura^]
* Included in link:/startup-program/[Neo4j Startup Program^]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ The award-winning, investigative work around the link:/blog/icij-neo4j-unravel-p
The ICIJ went on to release follow-ups to the initial leak with the Paradise Papers, Offshore Leaks, and Bahamas Leaks.

All of the data for these investigations is available as a https://offshoreleaks.icij.org/pages/database[database download^].
We also have a sandbox on the link:/sandbox/?ref=developer-paradise-papers[Paradise Papers^] that includes a comprehensive browser guide to explore the vast network of offshore.
We also have a sandbox on the link:/sandbox/?usecase=icij-paradise-papers&ref=developer-paradise-papers[Paradise Papers^] that includes a comprehensive browser guide to explore the vast network of offshore.

=== GraphGist Portal

Expand Down

0 comments on commit e68b5ab

Please sign in to comment.