[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Developers] Database Support Progress
- To: orekit-developers@orekit.org
- Subject: Re: [Orekit Developers] Database Support Progress
- From: Bob Reynders <tzbobr@gmail.com>
- Date: Thu, 17 Jul 2014 11:48:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:content-type :mime-version:content-transfer-encoding; bh=HDCMD3Tvv0J5Am4QcXxg15OTWSndIzJEjSnrXydONZw=; b=ALDgttEbsFxwl8mq/SZ9V66GT6rNt0wFu46wKwUnL2DHn6+J+FsDw8xFeKxVpKVMVi XpuKAYTor9ryHQ52VR4NteZ5I9stRh+MSE3wEsHUa1RBKOtrOy3a5f+hYygY1Lf+4SHW WC2CUyPwI+TjO6hlW8xWxEz9Nw9DdUMM76L/DVusSb2RETpdT5A/93OA1oSRiw3aPsaF wYuVoIMVeYuT0SrREot1eE4MeovVsGGs4cB0SuKtmknEEderrW4DbQVqS+XscQlokaCe pcJvIieDN0zaDYMrB6pSMCbE3ExtO49IxLYQBj/9X4AQVekfGk7KfrGkNrj8Pzp/MwbJ gnsg==
- In-reply-to: <20140717102408.489177vg5zgmuh48@messagerie.si.c-s.fr>
- References: <CALdwQHf1Yut+zthznzA0Q3DtY72=FwSOGnJcBP7mbrXH=oHZbQ@mail.gmail.com> <20140716185143.90807jpnrtcbeun3@messagerie.si.c-s.fr> <1405542465.2254.1.camel@tzbob-arch> <20140717102408.489177vg5zgmuh48@messagerie.si.c-s.fr>
Hello Luc,
> The scenario is correct. The only thing is that case 1 (loading) and
> case 2 (updating the database) are really two different parts. In
> fact, it may even be done by different persons with different rights,
> so separating them in two different applications is the way to go. We
> don't intend to support applications that both use and modify on the
> fly data to use updated data immediately
.
Alright, this makes it easier! I will start programming as soon as
possible and will keep the mailing list up-to-date with any big goals.
I have one more question though, if we allow the reader to be able to
easily choose the mapping of columns and fields of the data in his database,
would there also be such a need for the standalone application?
In my opinion the standalone application should be able to connect to a
user-configurable database and be compatible with the default database loaders
and nothing more. What are your thoughts?
Cheers!
Bob