Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] new developer introduction to writing a Measurement Archive Service

Subject: perfsonar development work

List archive

Re: [pS-dev] new developer introduction to writing a Measurement Archive Service


Chronological Thread 
  • From: Roman Lapacz <>
  • To: Loukik Kudarimoti <>
  • Cc:
  • Subject: Re: [pS-dev] new developer introduction to writing a Measurement Archive Service
  • Date: Wed, 23 Aug 2006 16:27:07 +0200

Loukik Kudarimoti wrote:
[14:40] loukik: so, if the request is of get key
[14:40] loukik: i.e. metadatakeyrequest
[14:40] loukik: it uses a configuration storage manager to do a match against
the request
[14:40] loukik: if the request is for data
[14:41] loukik: it checks if there is a key already
[14:41] loukik: if yes, it calls on a storage manager to fetch data from the
rrd file
[14:41] Ivan Koga: is it a general component too? [14:41] Ivan Koga: generic?
[14:42] loukik: well, the component which can talk to an xml database is
generic

Are you talking about the implementation of xmldb access made by Maciej? If yes then it is generic. But if you are talking about storage managers (MetadataConfigurationStorageManager, SimpleMetadataConfigurationStorageManager) for fetching the information from the metadata configuration file (nmwg:store) then it's not generic. It's only for MA services (RRD, SQL or others).

[14:42] loukik: but this component requires an xpath or xquery expression
[14:42] loukik: so that it can talk to the xml database
[14:42] loukik: that needs to be constructed by the service engine
[14:43] Ivan Koga: so, i have to implement an storage manager to fetch my
data from AMP files
[14:43] loukik: yes, you have to implement a storage manager for amp files
[14:43] loukik: we have RRDTypeStorageManager

org.perfsonar.service.measurementArchive.rrdType.RRDStorageManager




Roman



Archive powered by MHonArc 2.6.16.

Top of Page