Re: [PyWrapper-devel] MOBY
Status: Alpha
Brought to you by:
jatorre
From: Skofic A. M. (IPGRI) <m.s...@cg...> - 2006-11-16 08:34:38
|
You bet there is a boost, and I am becoming your nightmare... :-) If implementing multiple invocations is not something that will take a lot of resources and time I think we can wait for later to implement it. Regarding collections as query arguments I also was thinking that with the stylesheet one can build a series of OR clauses, so I think we can handle it like that. The question of referring to a custom MOBY central I think we need it now, because I don't see any GCP data types in the Canada registry and because those who are building the models use the IRRI registry, so I am afraid I will have to work alternatively with the Canada and the IRRI registry. I don't need this feature today, but let me know how long would it take if I ask you, so that I can plan it in advance. One question about MOBY in TAPIR: is there any way to control the start and limit parameters in the query you send to TAPIR? I mean override the values sent by the MOBY request. I was thinking about this to try to send a query with count='true' and start='0' and limit='0' to try to get the count back as a MOBY output parameter. Bye! Milko On Nov 16, 2006, at 1:42 , Javier de la Torre wrote: > Good news, > > >> Yesterday I must have done something and TAPIR refused to start, >> maybe some strange character in one of the data source files, I >> don't know. Today I rebuilt the data source and TAPIR starts and >> works fine. This just to point out that if anything happens to >> some configuration files it is very difficult to figure out what >> is wrong, so it could be a good thing to provide more feedback >> when you are unable to startup TAPIR, at least list the file that >> breaks the startup process. > > Thats true, there is always the debug, but I know it can be hard... > maybe the start script should say in which part did it fail to load > more clearly... > >> >> Regarding MOBy I have been trying the existing service and all >> seems to work well, fast also. Now, what about the MOBY features >> that TAPIR doesn't still support, I mean the ability to send more >> than one query at the time and the ability to accept collections >> as a query parameter? >> > The multiple invocations option I think is discarded for this > version of PyWrapper. I dont think is that complicate to implement > but I dont think is necessary to work on this in this version. > The ability to accept collections as a query parameter, although > not tested, I think is possible to use it the way it is now... I > dont see the problem transforming the moby request with a > collection into a TAPIR filter with multiple conditions... but as I > said I dont have any service with collections to test. > >> Also users need the ability to refer to a custom MOBY central >> registry. >> > > Yes... thats true... do you need it now or can we wait a bit for me > to be more free? > > I see an incredible boost in your TAPIR and PyWrapper knowledge on > the last two weeks! > > Javi. |