Skip to content

Commit f1f57fd

Browse files
committed
new neo4j resources
1 parent 025677d commit f1f57fd

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

content/pages/02-development-environments/07-shells.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ environment named `fullstackpython` within the macOS Terminal application.
4040
is a post by the creator of [Oil shell](http://www.oilshell.org/) that
4141
goes into the rationale for building a new shell even though so many others
4242
such as Bash, zsh, PowerShell and KornShell already exist.
43+
44+
* [explainshell](https://explainshell.com/)
45+
([source code](https://github.com/idank/explainshell)) is a wonderful
46+
little tool that shows how input and arguments in the shell break
47+
down and are interpreted by commands. The data is pulled from the
48+
[Ubuntu](/ubuntu.html) `man` pages.

content/pages/03-data/14-neo4j.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ of the database.
3636
Transform and Load (ETL) tool to move your data from one database such as
3737
[MySQL](/mysql.html) into Neo4j.
3838

39+
* [Migrating from MySQL to Neo4j](https://engineering.logicgate.com/migrating-from-mysql-to-neo4j-2f6cb63a73c8)
40+
gives specific advice about how your data can change during a migration from
41+
a relational database to a graph database which the author did not know
42+
before undertaking their own migration.
43+
3944

4045
### Neo4j resources
4146
* [Building a Recommendation Engine with Neo4j and Python](https://www.youtube.com/watch?v=ILjTikVhT9k)
@@ -69,3 +74,7 @@ of the database.
6974
* [How to Import the Bitcoin Blockchain into Neo4j](https://neo4j.com/blog/import-bitcoin-blockchain-neo4j/)
7075
shows how to use an existing cryptocurrency data set within Neo4j to
7176
perform analysis on the graph structure.
77+
78+
* [Getting Started with Data Analysis using Neo4j](https://neo4j.com/blog/getting-started-data-analysis-neo4j/)
79+
is a programming language agnostic tutorial that explains how to
80+
do analysis directly in the Neo4j Cypher Query Language.

content/pages/05-deployment/38-serverless.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ have "beta" support with unclear production-worthiness. The following
186186
resources are some comparison articles to help you in your decision-making
187187
process for which platform to learn.
188188

189+
* [Serverless at scale](https://blog.binaris.com/serverless-at-scale/)
190+
compares the "Big 3" AWS, Azure and Google Cloud in serverless performance.
191+
The author provides some nice data around average response times and
192+
outliers.
193+
189194
* [Serverless hosting comparison](https://headmelted.com/serverless-showdown-4a771ca561d2)
190195
is a broad overview of documentation, community, pricing and other
191196
notes for the major platforms as well as IBM OpenWhisk and

content/pages/06-devops/01-monitoring.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,11 @@ Incident Management
167167
* The Collector Highlight Series has an article on [StatsD](http://blog.librato.com/posts/statsd)
168168
that explains how to install it and how it works.
169169

170-
* This [survey on monitoring tools](http://kartar.net/2014/11/monitoring-survey---tools/)
171-
has some nice data and graphs on what developers and operations folks use
172-
in their environments.
170+
* OpenCensuss, OpenTracing and OpenMetrics are three projects that are trying
171+
to create standards for application monitoring metrics.
172+
[This article on the 3 projects](https://www.datadoghq.com/blog/instrument-opencensus-opentracing-and-openmetrics/)
173+
is a helpful overview to understand what each one is trying to do and how
174+
they compare to each other.
173175

174176

175177
## Monitoring learning checklist

0 commit comments

Comments
 (0)