I have a project that will be making extensive use of Neo4j, along with
other data systems. As much as I love Django, I don't think the marriage is
there for what you want, yet. If you're not using Django's ORM, Template
System, Administration System, etc... then there's really not much left of
Django to use :) You *could* make it work but you may have better luck
building a solution from a smaller framework or possibly find something out
there that fits your needs better.

On Sat, Sep 8, 2012 at 4:05 PM, LuckySMack <luckysm...@gmail.com> wrote:

> I am currently starting work on a a project that is rest based. In order
> to use django as a rest based system I have to use another library on top
> of it. I've seen that there are a couple out there. But this system will be
> an advanced rest a pi that will allow me to talk to my database, and allow
> other instances of the app to talk to each other. And as cool as django
> seems to get up and running quickly, I'm not sure if its a right fit. It
> seems a bit complex. My app will likely only have one or 2 models as the
> core. And I won't be using djangos orm as I will be needing a db like
> neo4j, titan, or orientdb.
>
> Now that is the core, that will be shared by about a half dozen apps. They
> will all build on top of that. And I feel like django might be too bloated
> or big or complex. The base a pi could probably done by an experienced
> python dev in flask or bottle in a few days time. It doesn't have any ui.
> In comparison I'm also thinking about implementing it in pyramid too. But
> I'm curious as if you guys think it will work in django.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/Iiuk6V4TSHQJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to