简体   繁体   中英

How to find newly added/modified nodes/relationship between two date-time

How does on find newly added nodes in Neo4j database between to two timestamps (date + time)? Eg, I need to find out newly created nodes/relationships between yesterday and today.

I also need basically the same for modified nodes/relationship between yesterday and today.

您可以使用Spring Data Neo4j从5.1版本开始 对Spring Data审核支持 ,以适当的值填充属性,然后使用常规查询工具来查询所需范围。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM