Filter
Exclude
Time range
-
Near
Replying to @Nathano86
Saved this Tweet to your Notion database. Tags: [Cypherquery, Bloodhound]
#エンジニア #Neo4j 最近、CypherQueryと戯れてます。 UNIONやCALLが用意されてますが、基本的には使う必要がなし CALLは使い方を間違えると、データの処理回数が恐ろしいことになるので、使わないに徹底したほうが良さそう Nodeの設計も重要だけど、クエリの書き方はもっと重要☝️
2
And I #finishstrong today learning @neo4j and #cypherquery. I have no CS degree and never attended Bootcamp but I can learn how to #code. It’s never too late to learn. I know it needs time and dedication. And I keep telling myself that I have a passion for it. 💪🏻 #womanintech
3
21 Oct 2019
#neo4j #cypherquery to convert epoch timestamps for #BloodHound data: MATCH (n:User) WHERE n.enabled = TRUE RETURN n.name, datetime({epochSeconds: toInteger(n.pwdlastset) }), datetime({epochSeconds: toInteger(n.lastlogon) }) order by n.pwdlastset

5
15
Replying to @dapoadebowale
@pinsonbavard you could use cypher with eg. `CREATE (n:Person)` with the cypherQuery function.
1
1