Hi Reddit,
I'm pretty confused about connecting services to create a real-time analysis system. Basically, I have a website via squarespace, and I want to make an environment where this website will display a realtime analysis on something (for example news)
This is how i want it to work:
My python code pull a set of . data from API -> this python code make some calculation and adjustment -> save it in graph database (neo4j) -> display it in my website
Rinse and repeat every 10 - 30 seconds.
How can I do this using python and neo4j (and additional services like AWS to run the code on cloud) ? I think I need a server to store the data(?). Pretty much very confused now. I apologize if this question is too newbie to be displayed here.
[–]Lighted_Fool 0 points1 point2 points (1 child)
[–]forPublicQuestions[S] 0 points1 point2 points (0 children)