You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: get-started/get-started.adoc
+22-14
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,12 @@ Read our introductory tutorials and developer guides that cover all areas of you
14
14
Getting started with Neo4j is easy.
15
15
Take your first steps in becoming an expert Neo4j developer.
16
16
17
-
1. Get Neo4j, link:/developer/get-started/guide-neo4j-browser[Use the Neo4j Browser]: either
18
-
* link:/download[Download & Install Neo4j Server] or
19
-
* link:/sandbox[Try our Online Sandbox]
20
-
2. link:/developer/cypher[Learn to Create and Query Data], link:/online-course[Take the Online Course]
17
+
1. link:/download[Install Neo4j,target=_blank] or link:/sandbox[Start a Sandbox Online]
18
+
2. link:/developer/cypher[Learn to Create and Query Data] and link:/online-course[Take the Free Online Course]
21
19
3. link:/developer/working-with-data/guide-importing-data-and-etl[Import Your Data]
22
20
4. link:/developer/language-guides[Build an Application]
23
-
5. Get Help on http://stackoverflow.com/questions/tagged/neo4j[StackOverflow], link:https://groups.google.com/forum/#!forum/neo4j[Google Group] or http://neo4j.com/contact-us/[by contacting us]
24
-
6. link:/developer/in-production[Deploy and Run your database in production]
21
+
5. Get Help on http://stackoverflow.com/questions/tagged/neo4j[StackOverflow], http://neo4j.com/slack[Slack], or http://neo4j.com/contact-us/[by contacting us]
22
+
// 6. link:/developer/in-production[Deploy and Run your Database in Production]
25
23
26
24
== What is a Graph Database?
27
25
- - -
@@ -54,27 +52,36 @@ In addition, we show how to integrate graph databases with relational databases
Starting 2015 http://openCypher.org[openCypher] is the open source project for developing the specification, reference-implementation and TCK of Cypher independently of Neo4j.
74
+
71
75
== Language Drivers
72
76
- - -
73
-
Developing applications using Neo4j is fun.
77
+
Developing applications using Neo4j is straightforward.
78
+
Starting with Neo4j 3.0 and the new *binary "Bolt" protocol*, we provide officially supported base drivers for *.Net, Java, JavaScript and Python*.
79
+
Other drivers for the binary and the http protocol are provided by our active contributor community.
80
+
74
81
These language guides help you to work with Neo4j using your preferred programming language and stack.
@@ -87,8 +94,9 @@ These language guides help you to work with Neo4j using your preferred programmi
87
94
Neo4j’s link:/graphacademy[Graph Academy] offers innovative and flexible offerings to meet all your training and tutorial needs based on role, time and price.
88
95
89
96
* Online Course: link:/online-course[Getting Started with Neo4j]
90
-
* Neo4j Experts share their Insights: link:/events/#/events?type=Webinar[Check upcoming Webinars]
91
-
* Learn Neo4j Hands-On: link:/events/#/events?type=Training[Attend Training in Your City]
0 commit comments