13

Forget about a missing semicolon. I was forwarding Neo4j to port 4747 and calling it in Asp.Net with port 7474 in Docker containers. It took me 6 hours to figure that one out. Lol, It's time for the weekend.

Comments
  • 3
    That sucks :/

    How are you liking Neo4j?
  • 2
    @dfox I'm really impressed with it, graphs are awesome. Cypher is a nice too. I'm really interested in profiling it when this project is complete. What do you usually use it for?
  • 2
    @JavaRules nice! I agree, Cypher is pretty awesome.

    I've used Neo4j as a primary database on a number of projects and we also use it for that on devRant. It's great for modeling connected data like this and I've found it easier to make rapid changes with.

    What are you using it for?
  • 1
    @dfox I'm making a company tech map api. So devs can see what tech is connected to what. It's a massive enterprise with a whole lot of spaghetti architecture.
Add Comment