cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Example Arichitecture with python and neo4j

2X_8_82983a4b10da79c3c1bcff7cf06723d4f87b0beb.png !
HI!
These days I take a course of Neo4j

And I have some question that is
above picture is possible?

I just wonder that neo4j support python and
the possibility of connect mongodb which connected with python flask app, with Neo4j !

Below picture is source from the neo4j online course.
And the top picture is the one that I edit a little .

original_1|690x345

Any comments would be appriciated

Thanks for everyone for reading my post 🙂

5 REPLIES 5

Hello @gjtnwjd40 and welcome to the Neo4j community:)

What do you want to know exactly?

I use Neo4j with Neo4j Python driver https://neo4j.com/docs/api/python-driver/current/ and it works perfectly fine:)

Regards,
Cobra

Thanks, @Cobra
Well our company have chatbot (which built with python flask etc..) and it use mongodb.

I just want to know the architecture of running my chatbot with neo4j

Should I connect my exist mongodb with neo4j?

if so, I want to know the way to connect my mongodb( which connected with my python made chatbot ) with neo4j

Or can I connect neo4j for my python-chatbot directly ?

Warmest Regards,

Sujeong Heo

Hello @gjtnwjd40,

Yeah, I see, you can connect Neo4j directly to your python-chatbot:) Your python script could do the join between your two databases if needed

If you look at the diagram, each database has its driver and the python is where everything comes together

Regards,
Cobra

Thank you for your advice @Cobra
I keep that in mind and try it.

Hop you having a great time rest of the days

Regards,
Sujeong

You too, no problem, I'm happy to help you

Regards,
Cobra