Skip to content

Commit 00dd919

Browse files
committed
working on neo4j and redis pages
1 parent ccbe1aa commit 00dd919

File tree

8 files changed

+120
-12
lines changed

8 files changed

+120
-12
lines changed

content/pages/02-development-environments/18-github.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ meta: GitHub is a software-as-a-service platform that provides a user interface,
1010
# GitHub
1111
[GitHub](https://github.com) is a software-as-a-service platform that
1212
provides a user interface, tools and backup for developers to use with their
13-
Git projects. Accounts are free for public open source development and private
14-
Git repositories can also be hosted for
13+
[Git](/git.html) repositories. Accounts are free for public open source
14+
development and private Git repositories can also be hosted for
1515
[$7 per month](https://github.com/pricing).
1616

1717
<a href="https://github.com/" style="border:none"><img src="/img/logos/github.png" width="100%" alt="GitHub logo." class="technical-diagram"></a>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: GitLab
2+
category: page
3+
slug: gitlab
4+
sortorder: 0220
5+
toc: False
6+
sidebartitle: GitLab
7+
meta: GitLab is a software-as-a-service platform that provides tools and backup for Git repositories.
8+
9+
10+
# GitLab
11+
[GitLab](https://gitlab.io) is a software-as-a-service platform that
12+
provides tools and backup for [Git](/git.html) repositories.
13+
14+
<a href="https://gitlab.com/" style="border:none"><img src="/img/logos/gitlab.jpg" width="100%" alt="GitLab logo." class="technical-diagram"></a>
15+
16+

content/pages/09-data/13-redis.markdown

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,32 @@ get started in those areas.
106106
connections maxing out on Heroku, and how to avoid this in your own
107107
applications by modifying your `redis.conf` settings.
108108

109+
110+
* [link](https://github.com/alexk307/redis_cache)
111+
* [link](https://github.com/Altoros/redis-labs-use-cases)
112+
* [link](https://github.com/vipshop/redis-migrate-tool)
113+
* [link](https://speakerdeck.com/neovintage/postgres-and-redis-sitting-in-a-tree)
114+
* [link](https://www.oreilly.com/ideas/extending-the-redis-database)
115+
* [link](https://www.youtube.com/playlist?list=PL83Wfqi-zYZGlCiC5F9OO-cHnb5B9rVST)
116+
* [link](https://www.youtube.com/watch?v=CF8zt8l6SeI)
117+
* [link](https://github.com/antirez/neural-redis)
118+
* [link](http://www.obeythetestinggoat.com/better-tests-for-redis-integrations-with-redislite.html)
119+
* [link](https://redislabs.com/blog/adding-a-search-engine-to-redis-adventures-in-module-land)
120+
* [link](http://www.allthingsdistributed.com/2016/10/faster-scalable-elasticache-redis.html)
121+
* [link](https://blog.sentry.io/2016/02/23/buffering-sql-writes-with-redis.html)
122+
* [link](https://www.compose.com/articles/a-quick-guide-to-redis-lua-scripting/)
123+
* [link](https://kushaldas.in/posts/testing-a-redis-container-using-gotun.html)
124+
* [link](https://github.com/redislabsmodules/rejson)
125+
* [link](https://making.pusher.com/redis-pubsub-under-the-hood/)
126+
* [link](https://redislabs.com/videos/redisday-tlv-2017/)
127+
* [link](https://scalegrid.io/blog/high-availability-with-redis-sentinels-connecting-to-redis-masterslave-sets/)
128+
* [link](https://amplitude.engineering/an-afternoon-of-code-golf-in-lua-to-achieve-4x-performance-in-redis-cd631268f25)
129+
* [link](http://eng.tapjoy.com/blog-list/real-time-deduping-at-scale)
130+
* [link](https://www.compose.com/articles/mastering-redis-high-availability-and-blocking-connections/)
131+
* [link](http://antirez.com/news/111)
132+
* [link](http://tech.trivago.com/2017/01/25/learn-redis-the-hard-way-in-production/)
133+
* [link](https://scalegrid.io/blog/6-crucial-redis-monitoring-metrics/)
134+
* [link](http://engineering.grab.com/a-key-expired-in-redis-you-wont-believe-what-happened-next)
135+
* [link](https://github.com/sripathikrishnan/redis-rdb-tools)
136+
* [link](https://dmitrypol.github.io/redis/2017/03/27/redis-cache-pregen.html)
137+
* [link](https://eng.paxos.com/write-fast-apps-using-async-python-3.6-and-redis)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
title: Neo4j
2+
category: page
3+
slug: neo4j
4+
sortorder: 0916
5+
toc: False
6+
sidebartitle: Neo4j
7+
meta: Neo4j is a graph NoSQL database that can be used to persist data in Python applications.
8+
9+
10+
# Neo4j
11+
[Neo4j](https://neo4j.com/product/)
12+
([source code](https://github.com/neo4j/neo4j))
13+
is a [NoSQL](/no-sql-datastore.html)
14+
graph database that can be used to persist data in
15+
[Python web applications](/web-development.html) and
16+
[data projects](/data.html). Neo4j has both
17+
[a commercial version and a community version](https://neo4j.com/editions/)
18+
of the database.
19+
20+
<a href="https://neo4j.com/product/" style="border: none;"><img src="/img/logos/neo4j.png" width="100%" alt="Neo4j logo." class="technical-diagram" /></a>
21+
22+
<div class="well see-also">Neo4j is an implementation of the <a href="/no-sql-datastore.html">NoSQL database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
23+
24+
25+
### Neo4j resources
26+
* [1](https://www.youtube.com/watch?v=ILjTikVhT9k)
27+
* [2](http://neo4j.com/blog/rdbms-drivers-for-graph-database/)
28+
* [3](http://neo4j.com/blog/technical-documentation-graph/)
29+
* [4](https://neo4j.com/blog/rdbms-neo4j-etl-tool/)
30+
* [5](https://neo4j.com/blog/rdbms-vs-graph-data-modeling/)
31+
* [6](https://www.youtube.com/watch?v=hDuy8Qj6Q-k)
32+
* [7](https://github.com/JPCERTCC/aa-tools/tree/master/impfuzzy/impfuzzy_for_Neo4j)

content/pages/12-meta/01-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ inception in December 2012. You can view detailed changes via the
1515

1616
## 2017
1717
### August
18+
* Updated the [Redis](/redis.html) page with loads of new resources.
19+
* New [Neo4j](/neo4j.html) starter page.
1820
* Loads of new [Bokeh](/bokeh.html) resources and some new descriptions.
1921
* Split out from the [ORMs](/object-relational-mapper-orms.html) and created
2022
dedicated pages for [Django ORM](/django-orm.html),

static/img/logos/neo4j.png

18.8 KB
Loading

theme/templates/choices/neo4j.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What do you want to learn about after Neo4j?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/databases.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/deployment.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/application-programming-interfaces.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/table-of-contents.html

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ <h4 class="toc-subsection">2.1 <a href="/text-editors-ides.html">Text Editors an
4242
<div class="toc"><a href="/sublime-text.html">Sublime Text</a></div>
4343
<div class="toc"><a href="/jupyter-notebook.html">Jupyter Notebook</a></div>
4444

45-
<h4 class="toc-subsection">2.2 <a href="/source-control.html">Source Control</a></h4>
46-
<div class="toc"><a href="/git.html">Git</a></div>
47-
<div class="toc"><a href="/mercurial.html">Mercurial</a></div>
48-
<div class="toc"><a href="/apache-subversion.html">Apache Subversion</a></div>
45+
<h4 class="toc-subsection">2.2 <span class="soon">Shells</span></h4>
46+
<div class="toc soon">Bash</div>
47+
<div class="toc soon">zsh</div>
48+
<div class="toc soon">PowerShell</div>
4949

5050
<h4 class="toc-subsection">2.3 <span class="soon">Environment configuration</span></h4>
5151
<div class="toc"><a href="/application-dependencies.html">Application dependencies</a></div>
@@ -66,14 +66,19 @@ <h4 class="toc-subsection">2.4 <a href="/hosted-source-control-services.html">Ho
6666
<div class="toc"><a href="/gitlab.html">GitLab</a></div>
6767
-->
6868

69-
<h4 class="toc-subsection">2.4 <span class="soon">Hosted Source Control Services</span></h4>
69+
<h4 class="toc-subsection">2.4 <a href="/source-control.html">Source Control</a></h4>
70+
<div class="toc"><a href="/git.html">Git</a></div>
71+
<div class="toc"><a href="/mercurial.html">Mercurial</a></div>
72+
<div class="toc"><a href="/apache-subversion.html">Apache Subversion</a></div>
73+
74+
<h4 class="toc-subsection">2.5 <span class="soon">Hosted Source Control Services</span></h4>
7075
<div class="toc"><a href="/github.html">GitHub</a></div>
7176
<div class="toc"><a href="/bitbucket.html">BitBucket</a></div>
7277
<div class="toc soon">GitLab</div>
7378

7479

75-
<h3>3. <a href="/python-programming-language.html">Core Python Language</a></h3>
76-
<h4 class="toc-subsection">3.1 <span class="soon">Intermediate Language Concepts</span></h4>
80+
<h3>3. <a href="/python-programming-language.html">Programming Language</a></h3>
81+
<h4 class="toc-subsection">3.1 <span class="soon">Language Concepts</span></h4>
7782
<div class="toc"><a href="/generators.html">Generators</a></div>
7883
<div class="toc"><a href="/comprehensions.html">Comprehensions</a></div>
7984
<div class="toc soon">Decorators</div>
@@ -263,7 +268,7 @@ <h4 class="toc-subsection">9.3 <a href="/no-sql-datastore.html">NoSQL</a></h4>
263268
<div class="toc"><a href="/redis.html">Redis</a></div>
264269
<div class="toc"><a href="/mongodb.html">MongoDB</a></div>
265270
<div class="toc"><a href="/apache-cassandra.html">Apache Cassandra</a></div>
266-
<div class="toc soon">Neo4j</div>
271+
<div class="toc"><a href="/neo4j.html">Neo4j</a></div>
267272

268273
<h4 class="toc-subsection">9.4 <span class="soon">Data analysis</span></h4>
269274
<div class="toc soon">Pandas</div>
@@ -328,13 +333,19 @@ <h4 class="toc-subsection two-digit">11.1 <a href="/monitoring.html">Monitoring<
328333
<div class="toc two-digit soon">Prometheus</div>
329334
<div class="toc two-digit soon">Service Canary</div>
330335

331-
<h4 class="toc-subsection two-digit">11.2 <span class="soon">Web App Performance</span></h4>
336+
<h4 class="toc-subsection two-digit">11.2 <span class="soon">Hosted Monitoring Services</span></h4>
337+
<div class="toc two-digit soon">Rollbar</div>
338+
<div class="toc two-digit soon">Sentry</div>
339+
<div class="toc two-digit soon">New Relic</div>
340+
<div class="toc two-digit soon">DataDog</div>
341+
342+
<h4 class="toc-subsection two-digit">11.3 <span class="soon">Web App Performance</span></h4>
332343
<div class="toc two-digit"><a href="/caching.html">Caching</a></div>
333344
<div class="toc two-digit soon">Vertical scaling</div>
334345
<div class="toc two-digit soon">Horizontal scaling</div>
335346
<div class="toc two-digit soon">Load balancing</div>
336347

337-
<h4 class="toc-subsection two-digit">11.3 <a href="/web-analytics.html">Web Analytics</a></h4>
348+
<h4 class="toc-subsection two-digit">11.4 <a href="/web-analytics.html">Web Analytics</a></h4>
338349
<div class="toc two-digit soon">Google Analytics</div>
339350
<div class="toc two-digit soon">Piwik</div>
340351
<div class="toc two-digit soon">Heap</div>

0 commit comments

Comments
 (0)