dotnetomaniak.pl - Artykuły z tagiem cypher

Today’s post is going to be super easy, especially if you’re familiar with SQL, so without much explanation let’s discuss a little bit about two clauses that you might spot later in my Neo4j & Cypher series – Union and With.  UNION clause The Union clause can be used to merge the results of two queries. There are just two restrictions:the number of columns in both queries must be the samecolumn names in both queries must be the same Let’s demonstra...

Źródło: foreverframe.net
Dziel się z innymi:
Neo4j & Cypher #3 UNION & WITH clasuse - Forever F[r]ame

Daj się poznać 2017 2528 dni, 3 godziny, 16 minut temu dpawlukiewicz 16 źrodło rozwiń

In the previous post, we explored Neo4j dataset containing actors and movies. We also got familiar with basics of Cypher – declarative query language created for graph databases. In today’s post, we’ll find out how to create a more complex query which will consist of many relationships and nodes.  What are we going to retrieve? Let’s start with defining our task. Imagine that someone asked us to build a query which will answer the below question: I...

Tagi: cypher, neo4j, query
Źródło: foreverframe.net
Dziel się z innymi:
Neo4j & Cypher #2 Creating complex query - Forever F[r]ame

Daj się poznać 2017 2529 dni, 16 godzin, 58 minut temu dpawlukiewicz 23 źrodło rozwiń

In one of my previous post, we got familiar with the graph databases concept as the opposing approach to the aggregate-oriented, NoSQL databases. As I promised back then, there’s going to be a series of post dedicated to the query language designed for querying that kind of data structure called Cypher. Today’s one starts it and it going to present the way to install Neo4j and later is going to discuss creating simple queries.  Installing Neo4j To start our j...

Źródło: foreverframe.net
Dziel się z innymi:
Neo4j & Cypher #1 Installation and basic query - Forever F[r]ame

Daj się poznać 2017 2537 dni, 15 godzin, 38 minut temu dpawlukiewicz 37 źrodło rozwiń

Almost all my career I’ve spent with relational databases (later called RDB) and more precisely SQL Server. Honestly, I’ve never complained about that. It works fine, integrating with object languages is very quick since we’ve got a lot of different ORMs (like Entity Framework or Dapper) and it’s pretty easy to learn no matter how advanced developer you are. Sounds like a perfect solution, right? I mean, think about all the companies and projects th...

Źródło: foreverframe.net
Dziel się z innymi:
Introduction to graph databases - Forever F[r]ame

Daj się poznać 2017 2540 dni, 4 godziny, 17 minut temu dpawlukiewicz 69 źrodło rozwiń

Jak już nie raz wspominałem, chciałbym by sercem MemoryVisualizera był język zapytań oparty o Cypher, a właściwie leżąca pod spodem baza grafowa Neo4j. Ma mi to zapewnić dużą ekspresyjność zapytań oraz (mam nadzieję) dużą szybkość działania. Tutaj pojawia się pewien drobny temat do przemy...

Tagi: .Net, cypher, git, GitHub, neo4j
Źródło: blog.kokosa.net
Dziel się z innymi:
Blog Kokosa | MemoryVisualizer - Neo4j, .NET i GitHub

Daj się poznać 2016 2913 dni, 16 godzin, 44 minuty temu KonradKokosa 93 źrodło rozwiń

Memory Visualizer wymaga udostępnienia języka zapytań odnośnie obiektów i struktur w pamięci. Jak pisałem w części Cypher, co to jest?!, język ten nazywam MQL - Memory Query Language. W istocie jest to jednak po prostu Cypher, który rozszerzę o elementy kontrolujące...

Tagi: cypher, gc, memory, neo4j
Źródło: blog.kokosa.net
Dziel się z innymi:
Blog Kokosa | MemoryVisualizer - Memory Query Language

Daj się poznać 2016 2921 dni, 16 godzin, 44 minuty temu KonradKokosa 42 źrodło rozwiń

Obiekty w pamięci tworzą całkiem rozbudowany graf. Mają pomiędzy sobą referencje, są też poukładane w segmenty w ramach pamięci procesu, które to możemy potraktować również jako kolejny węzeł w grafie. W tym sensie segment może być rodzicem wielu obiektów, które zawiera ...

Tagi: cypher, grafy, neo4j
Źródło: blog.kokosa.net
Dziel się z innymi:
Blog Kokosa | Memory Visualizer - Cypher, co to jest?!

Daj się poznać 2016 2927 dni, 14 godzin, 13 minut temu KonradKokosa 78 źrodło rozwiń

Najaktywniejsi w tym miesiącu