-
Let's assume a StructuredNode subclass Foo. When instantiating a Foo object (or in fact even through the Foo class itself), any Property instances of the object which don't have a default value specif…
-
Currently outdated, we have supported python 3 for ages
-
Hi,
With a recent update, i was able to share index on subclasses, and it helped in order to find any node type using just one index and just one property (uuid).
Today, i noticed this approach outc…
-
I try to investigate advantages of neo4j database for django project with neo4django (I used `sudo pip install -e git+https://github.com/scholrly/neo4django#egg=neo4django-dev
` for installing it). I …
-
Fetching from an index seems to broken in python 2.6
``` pythontrace
ERROR: test.test_alias.test_property_setup_hook
----------------------------------------------------------------------
Traceback (…
-
Hi everybody, anyone have done any benchmark on the REST interface of neo4j using neomodel and /or py2neo
I was trying to import some nodes (1.8M) with 26 properties from a CSV file and is frustratin…
-
I have an issue with relationship validation in flask. (I believe this could be re-created in other frameworks as well as they might employ similar techniques.)
I'm using the (thread safe) g global …
bebbi updated
11 years ago
-
Hi..
I'm new at Neo4j. I have error with call the method save() from my file models.py. I install neomodel with pip install neomodel but I don't know this error.
Anyone have an idea?.
Features …
-
```
>>> import neomodel
>>> class Foo(neomodel.StructuredNode):
... prop = neomodel.StringProperty(unique_index=True)
...
>>> f1 = Foo(prop="Test")
>>> f1.save()
>>> Foo.index.get(prop="Test")
>…
-
When saving a node, I get this:
``` python
>>> e.save()
/[...]/src/neomodel/neomodel/core.py:176: DeprecationWarning: WriteBatch.create_node is deprecated, use WriteBatch.create instead.
batch.crea…
szabi updated
11 years ago