Re: AnyData open API

2013-11-21 Thread Jens Rehsack
Am 15.11.2013 um 02:00 schrieb [email protected]: > On Nov 14, 2013, at 1:09 AM, Jens Rehsack wrote: >>> >>> I just started looking into AnyData since I didn’t like all the work I was >>> doing to use the template feature of unpack then while processing building >>> a SQLite in-memory/file DB.

Re: AnyData open API

2013-11-14 Thread djgoku
On Nov 14, 2013, at 1:09 AM, Jens Rehsack wrote: >> >> I just started looking into AnyData since I didn’t like all the work I was >> doing to use the template feature of unpack then while processing building a >> SQLite in-memory/file DB. I am thinking DBD::AnyData would be better and >> easie

Re: AnyData open API

2013-11-13 Thread Jens Rehsack
Hi Jonathan, Am 08.11.2013 um 02:59 schrieb [email protected]: > I hope my reply comes across correctly. Depends on your intension ;) I’d say: yes. >> Hi Jens and Sven, >> >> I understand that AnyData needs a reset. What is consensus if direction? >> >> For my project I need to manage a big v

Re: AnyData open API

2013-11-07 Thread djgoku
I hope my reply comes across correctly. > Hi Jens and Sven, > > I understand that AnyData needs a reset. What is consensus if direction? > For my project I need to manage a big variety of source formats, so I'll be > willing to participate in redesign or coding of AnyData if need be. Otherwise

Re: AnyData open API

2013-11-01 Thread Sven Dowideit
Søren I think you have a very good idea there. DBI has pretty strong text access now, making DBI::AnyData deprecatable - and non-DBI AnyData somewhat dubious (its really just a tied-hash API) So making an Augeas (like?) <-> DBI bridge could be very interesting indeed Sven (and atm, i'm potte

Re: AnyData open API

2013-10-31 Thread Gmail
Hi Jens and Sven, I understand that AnyData needs a reset. What is consensus if direction? For my project I need to manage a big variety of source formats, so I'll be willing to participate in redesign or coding of AnyData if need be. Otherwise I'll have to dream up my own data format abstract

Re: AnyData open API

2013-10-12 Thread Jens Rehsack
Am 12.10.2013 um 00:49 schrieb Sven Dowideit : > Heya Søren and Jens, /wave > It depends :) > > The API for the AnyData module is relatively well documented in the code - I > was able to use it pretty quickly. on the other hand DBI::AnyData is broken > (and this is the issue Jens is talking a

Re: AnyData open API

2013-10-11 Thread Sven Dowideit
Heya Søren and Jens, It depends :) The API for the AnyData module is relatively well documented in the code - I was able to use it pretty quickly. on the other hand DBI::AnyData is broken (and this is the issue Jens is talking about) I started to look into this (a year or more ago?) but I had

Re: AnyData open API

2013-10-11 Thread Jens Rehsack
Am 07.10.2013 um 02:37 schrieb Søren Døssing : > Where is open API for AnyData documented? > > In particular I'm interested in how to write a module that does bulk > table import/export instead read/write individual records. > > /etc/hosts file is an example; multiple host names map to a single

AnyData open API

2013-10-06 Thread Søren Døssing
Where is open API for AnyData documented? In particular I'm interested in how to write a module that does bulk table import/export instead read/write individual records. /etc/hosts file is an example; multiple host names map to a single ip, so adding a record is no longer a matter of a simple app