python - Analyzing graphs in Django -
i have django based backend there many users (users 1, 2, 3 ... 100). each user x, can list of users (a, b, c) friends user on facebook (i can find using facebook api), , friends user on database (my own custom friendship model has information)
i want way analyze "interconnectedness" on daily basis, maybe in django admin panel or somewhere else - drawing me 100 users , showing clusters of users friends each other (on facebook, on database)
is there package readily enables me in django, or in platform (i can export django data in compatible way , feed other system)
thanks
what django google charts or django chartit?
or more complex can use free d3 js library.
Comments
Post a Comment