Discover and read the best of Twitter Threads about #cypher

Most recents (9)

๐ŸŽ‰Today, weโ€™re releasing #Memgraph Lab 2.5.0. ๐Ÿš€

Memgraph Lab is a visual UI for exploring and managing data stored in the Memgraph database. Check out the new features below and what they enable you to do. Image
๐Ÿ”Ž With the new #Memgraph Lab, you can open more than one query execution view and stack them side by side.

This allows you to run different queries in separate sections and compare their execution speeds and results.
๐ŸŽ‰ If you have written several queries in the query editor, you can now run a single query by selecting it and pressing the Run Selected button.

You no longer have to comment out all the other queries you don't want to execute.
Read 8 tweets
#SQL vs. #Cypher for hierarchies

Recursive common-table expressions (SQL)

vs.

built-in path variables in #graph ImageImageImage
This only shows part of the picture; with recursive CTEs in #SQL I believe it is the case that:

- You can constrain max recursion, but not minimum without writing extra code

Contrast to cypher:

MATCH (e:Employee)-[:REPORTS_TO*3..5]->(:Employee)
recursive CTEs are a good example of "implementing a graph abstraction on top of something else". Namely the employee table represents a bunch of node instances; the managerID is a relationship, and the CTE implements a graph traversal.
Read 5 tweets
1/15 Neo4j has always assigned every node (and relationship, but let's focus on nodes) a long value that's called the node's id. Multiply that by the node record size and you know the offset in the node store.
2/15 This id functions as an always present, automatically assigned psedo-property, which allows for O(1) lookups and is also used as the value in our indexes. It's very useful as an addressing mechanism.
3/15 It also has some invariant guarantees, the most interesting of which is that within a transaction, a node id is never reassigned. This, in combination with the above, makes it tempting to use as node identity.
Read 15 tweets
ใ€Œ#JIKOOKAUใ€ โ€ข ๐‘ญ๐‘น๐‘ฐ๐‘บ๐‘บ๐‘ถ๐‘ต

when solo star jeonggukโ€™s forced to live and work with rising star jimin, he loathes it.

but from the very beginning, thereโ€™s been something about jimin that gives him a sudden strong thrill; a frisson of ecstasy.
๐‘ป๐‘ฏ๐‘ฐ๐‘ต๐‘ฎ๐‘บ ๐‘ป๐‘ถ ๐‘น๐‘ฌ๐‘ด๐‘ฌ๐‘ด๐‘ฉ๐‘ฌ๐‘น:

ยฐidol au!
ยฐangst & fluff & crack
ยฐPURELY FICTIONAL.
ยฐhate to love
ยฐlikes and feedback are always appreciated
ยฐignore time stamps!
๐’‘๐’“๐’๐’‡๐’Š๐’๐’†๐’”. 1 ImageImage
Read 220 tweets
#RDF + #Neo4j thread:

Here's an #RDF description of my favourite book by @Superantipatico (source: Library of Congress)

id.loc.gov/resources/workโ€ฆ
I can inspect the triples in the Neo4j browser with

semantics.streamRDF
I can preview them as a graph with

semantics.previewRDF
Read 7 tweets
Each class node can be expanded further; in this case revealing kexts and executables that match it.

(non interactive) svg and pdf versions can be found here:
github.com/DanyL/iOS-grapโ€ฆ

Enjoy!
I really like how the dark version turned out ImageImageImage
Also note that as a @neo4j based network, it can easily be queried using #cypher, allowing the usage of different graph based algorithms such as shortest-path that was used below to query Executables--IOService paths for example. Image
Read 3 tweets
Halin v0.11 was just released, with significant new stuff! Also a new UI design. Let's jump in (thread)
Cluster members exist in their own slide-out menu. The "tab per member" approach wasn't working with bigger clusters. Now you have room to grow.
It's now possible (with most recent #APOC) to get storage capacity metrics, so you can see how close you are to filling your disk which tends to make @neo4j very unhappy. Thanks to @mesirii and @santand84 for several things that helped make this possible.
Read 8 tweets
@StormIsUponUs
Here's my thread on the #FakeNews death of #RBG that will be announced as if it happened on january 27th. So we have alittle while to wait and I'll explain why ๐Ÿ˜
In one #gematria #cypher ginsburg equals "47"
January 27th happens to be "47" days b4 #rbg's birthday, which is march 15th
Read 22 tweets
OK people. I'm live tweeting @neo4j's #Chicago #GraphTour event today.
We are currently in the keynote. The speaker is talking about how popular Neo4j is
Keynote now telling us about all the new Neo4j features. Examples: location filter, including 3d. Auto cache reheating. I'm interested to know if auto cache reheating is working with query patterns or meant to replace them or what
Read 64 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!