All posts tagged with 'Neo4j'

Documentation as code, code as documentation

05-Dec-18

This morning, I read this kind tweet by Raumzeitfalle: @rotnroll666 Just discovered the nice #arc42 based documentation of biking2. Thanks for providing such nice example. Got the hint from @DevBoost that #arc42 might be something helpful. The biking2 example helps a lot! — 📸 Raumzeitfalle 🛶 (@Raumzeitfalle) December 4, 2018 This refers to arc42 by […]

Read the complete article »

How to get data into Neo4j?

12-Oct-18

This is the second post in the series of From relational databases to databases with relations. Check the link to find all the other entries, too. The source code for everything, including the relational dataset is on GitHub: https://github.com/michael-simons/bootiful-music.The post has also been featured in This Week in Neo4j. To feel comfortable in a talk, […]

Read the complete article »

Validate nested Transaction settings with Spring and Spring Boot

25-Sep-18

The Spring Framework has had an outstanding, declarative Transaction management for years now. The configurable options maybe overwhelming at first, but important to accommodate many different scenarios. Three of them stick out: propagation, isolation and to some lesser extend, read-only mode (more on that a bit later) propagation describes what happens if a transaction is […]

Read the complete article »