EMFStore catalog/index [message #946175] |
Mon, 15 October 2012 21:52  |
Eclipse User |
|
|
|
I've been looking into EMFStore as an approach to maintaining my models and model instances. Looks very promising but I have the following questions:
Where can I find the model/schema that EMFStore uses to maintain its catalog/index of saved models and instances?
What is the type of repository the EMFStore uses? git, svn, or something else?
Thanks
Jim
|
|
|
|
|
|
|
Re: EMFStore catalog/index [message #949034 is a reply to message #948378] |
Thu, 18 October 2012 12:06   |
Eclipse User |
|
|
|
Hi Jim,
sure, thanks for giving EMFStore a try, comments inline...
> Can the EMFStore clients run in an offline mode without the server?
Yes, absolutely. Projects can remain in an unshared state. They are only
stored on the client then.
> We are considering building on top of EMFStore and would need to be able
> to provide the users the CRUD capabilities. Where can I find the
> documented API (maybe javadoc) for EMFStore?
All public methods are documented as JavaDoc, if you install the source
bundles you can see the documentation. A good starter to learn about the
API (which is quite thin), are the example plugins:
http://eclipse.org/emfstore/documentation/howToUseExamples.php
You can find more information including the example plugins on this page:
http://eclipse.org/emfstore/documentation.php
> How would I query the EMFStore for instances? Say I have Library models
> stored and I want to find one that matches a name that is part of the
> Library.
Clients check out a project from the EMFStore. So they can run queries
on the project locally. It is possible to implement a server extension
to run specific queries on the server, but currently there is no generic
server-side query support.
If you would like to discuss certain usage scenarios, maybe a Skype
telco would help to answer all your questions. I would be available on
Skype tomorrow (GMT+2). Anyway I am happy to answer your questions in
the newsgroup, of course.
Cheers,
Maximilian
--
Maximilian Kögel
Get Professional Eclipse Support: http://eclipsesource.com/munich
|
|
|
|
|
Re: EMFStore catalog/index [message #958921 is a reply to message #949791] |
Fri, 26 October 2012 06:12  |
Eclipse User |
|
|
|
Hi,
an update on this: I met Istvan at the EclipseCon and we agreed to build
a prototype for an integration to show feasibility. The first iteration
of the prototype will allow to run queries on the client side and the
second iteration will run queries on the server side.
Cheers,
Maximilian
Cheers,
Maximilian
Am 19.10.2012 11:46, schrieb Maximilian Koegel:
> Good idea, I guess so. I know Istvan (project lead) and hope to meet him
> next week at EclipseCon.
>
> Cheers,
> Maximilian
>
> Am 18.10.2012 19:50, schrieb Erdal Karaca:
>> As for the queries part, the following sounds interesting:
>>
>> http://eclipse.org/proposals/modeling.emf.incquery/
>>
>> Maybe, that could be integrated (somehow) into emfstore (client or
>> server side).
>
>
--
Maximilian Kögel
Get Professional Eclipse Support: http://eclipsesource.com/munich
|
|
|
Powered by
FUDForum. Page generated in 0.05554 seconds