ubauer
> Twitter http://twitter.com/peterneubauer
>
> http://www.neo4j.org - NOSQL for the Enterprise.
> http://startupbootcamp.org/ - Öresund - Innovation happens HERE.
>
>
>
> On Wed, Oct 19, 2011 at 2:40 AM, Thad Guidry wrote:
> > The author states in
The author states in that write up that he had trouble separating the
fixed-width data file (like so many governments produce).
I saw the need and had the Google Refine community add a great visual aid
feature to help with aligning fixed-width data files (along with working
with XML / RDFa / JSON
almost point users to the Freebase Data modeling style
guide as a good reference :
http://wiki.freebase.com/wiki/Data_modeling_style_guide
On Fri, Oct 14, 2011 at 11:26 AM, Thad Guidry wrote:
> From your quick example, it looks like Spring Data Neo4j is what most folks
> really expect out of t
public Role actsIn(Movie movie, String role) {
> return relateTo(movie,"ACTS_IN",Role.class).withTitle(role);
> }
> @RelatedTo(type="ACTS_IN")
> Set movies;
> }
>
>
> Am 14.10.2011 um 16:14 schrieb Thad Guidry:
>
> > I would su
I would suggest breaking down his statement further and fill in the blanks
to gain even better insight into his conjecture.
"it‘s basically a bunch of nodes where you just blob your attributes.‘
Worse than that, to wrap objects around it, you have to have them explicitly
incorporate their node cl
>
>
> Does that help? I hope to get this into shape very soon, so you can
> use the Neo4j Server with the SPARQL plugin in order to load and query
> RDF and essentially turn the Neo4j Server into a Triple Store.
>
>
Can we give that last point full power at warp 10 ? ;) (can't happen fast
enough f
point.
>
> I have however realised I had missed the read locks (or at least forgotten
> about them) that neo4j lock manager offers. So most of what I was talking
> about in regards to pseudo read locks is solved by actual read locks :-)
>
> On Sat, Sep 24, 2011 at 2:33 PM, Thad G
t;
> How do I denote that Joe works as I janitor at that exact school?
> Do you see other problems in the notation above?
>
> Also, thank you very much for your thought inspiring reply!
>
> Jon
> On Sep 24, 2011 7:55 PM, "Thad Guidry [via Neo4j Community D
at 1:31 PM, loldrup wrote:
> Hmm.. Which book would you recommend me to read?
>
> Jon
> On Sep 24, 2011 7:55 PM, "Thad Guidry [via Neo4j Community Discussions]" <
> ml-node+s438527n3364798...@n3.nabble.com> wrote:
> >
> >
> > Quite wrong.
> >
> &g
Quite wrong.
IS_JANITOR_OF will stick you into a boxed node ordinal.
What you really want when modeling the world is to only capture the
"semantic relationships" themselves. IS_A being a core semantic
relationship. I am a janitor. He IS_A janitor. What is a janitor ? What
properties does a ja
Non-blocking has a new meaning compared to the old ways:
http://en.wikipedia.org/wiki/Non-blocking_algorithm
So..
Try to Reduce Lock Contention, instead of getting rid of them entirely:
http://www.thinkingparallel.com/2007/07/31/10-ways-to-reduce-lock-contention-in-threaded-programs/
But also do
11 matches
Mail list logo