Not sure how to develop a web app upon this

Asked by Akul Sahariya

Hi,
I have started reading the Zeitgeist doc: http://zeitgeist-project.com/docs/0.8.2/client.html but It would be great if the team could provide me info on developing a new web application. I need to know a few things on application integration if its possible to create a server side application (C/Vala/Python) and how to setup :
1. Data source to store incoming activities
2. Im developing on a bare ubuntu server. if someone could tell me what additional non-desktop based libraries would be required

Thanks & Regards,

Question information

Language:
English Edit question
Status:
Answered
For:
Zeitgeist Framework Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Siegfried Gevatter (rainct) said :
#1

Hi Akul,

Thank you for your interest in using Zeitgeist.

Zeitgeist was originally created as a desktop-wide service (to track everything concerning one particular user). It is certainly possible to use it as a backend for a website, but depending on your needs it may not be the best option. I'm curious, could you share a bit on what's your plan for using it?

You can install the "zeitgeist", apt-get will show you which additional dependencies are required. It shouldn't be much, just some libraries if you don't have them installed already.

As for using it, you can find an example of how it works with Python here: http://bloc.eurion.net/archives/2012/zeitgeist-python-api-tutorial/. For Vala or C, usage is similar. Information about the datamodel is available at http://eurion.net/zeitgeist/docs/0.8.2/datamodel.html, in particular:
 - List of "interpretations" *: http://eurion.net/zeitgeist/docs/0.8.2/ontology.html#symbol-interpretation
 - List of "manifestations" *: http://eurion.net/zeitgeist/docs/0.8.2/ontology.html#symbol-manifestation
(* Those documentation pages are a bit messy at the moment, since they don't separate event and subject interpretations/manfiestations; in general, anything with URL semanticdesktop.org is for subjects and zeitgeist-project.com is for events).

Revision history for this message
Siegfried Gevatter (rainct) said :
#2

>> You can install the "zeitgeist",
That should have been: You can install the "zeitgeist" package

By the way, note that we are not in any way related to https://launchpad.net/~tzm.

Revision history for this message
Akul Sahariya (akurnya) said :
#3

Hi Siegfried, as a backend service, basically the usage tracking of various features to store as user logs - number of checkin, checkouts,users he interacted with, number of posts, posts by tags, posts by categories, etc, etc - some forum like user activites need to be logged/recorded and I thought since we use an ubuntu server why not ask for help here with this framework!
Thanks for those links let me check them out and get back to you for any doubts!

Yup I know its not the php zeitgeist framework or Tzm!

Revision history for this message
Siegfried Gevatter (rainct) said :
#4

You could re-compile Zeitgeist replacing the ontology with one of your own that's better suited for these types of events, but it'd still be a somewhat forced match.

Zeitgeist wasn't build for the types of queries you'll probably want to make. It could give you lists of {all, most recent} checkins, the most {popular check-in location, user with the most visits, ...} (depending on how you design the ontology), etc. but it doesn't provide any API for eg. counting the number of checkins.

If you really want to you could probably implement some additional method calls, but I think you'd be better of with a standard SQL/NoSQL database solution.

Revision history for this message
Akul Sahariya (akurnya) said :
#5

so when someone develops a new ubuntu application and wants to integrate with zeitgeist, do they make a new data model.how do you go about it?
Still not clear with the difference b/w ontology and data models.

Yes I considered using a proper query. before that i would just consider if this could be done with this framework.

Revision history for this message
Akul Sahariya (akurnya) said :
#6

 It could give you lists of {all, most recent} checkins, the most {popular check-in location, user with the most visits, ...}
thats exactly what I want.

Revision history for this message
Siegfried Gevatter (rainct) said :
#7

>> so when someone develops a new ubuntu application and wants to integrate
>> with zeitgeist, do they make a new data model.how do you go about it?

Nope, they use the existing one. But in your case you have multiple users, etc. which is not what Zeitgeist was designed for.

>> Still not clear with the difference b/w ontology and data models.

They are the same, essentially.

Revision history for this message
Siegfried Gevatter (rainct) said :
#8

Basically the problem is that there's only a certain number of ways you can query, so depending on how you store the data there is some things you can query and some you can't. Another solution would give you more flexibility there.

Maybe it would work out for what you want, that'd be cool. But it isn't something I've given much thought.

Revision history for this message
jhone corner (jhonecorener34) said (last edit ):
#9

For innovative app solutions tailored to your needs, choose Whetstonez. Our experienced team specializes in developing user-friendly mobile applications that meet your business goals. Trust us to bring your app ideas to life.

Can you help with this problem?

Provide an answer of your own, or ask Akul Sahariya for more information if necessary.

To post a message you must log in.