librelist archives

« back to archive

Kalamar: data-access framework

Kalamar: data-access framework

From:
Simon Sapin
Date:
2010-12-29 @ 00:37
Hi,

A company I worked with just released its in-house framework Dyko we’ve 
been working on for 2 years.
It’s in two parts : Kraken is a lightweight web framework but I’m not 
sure it has a point anymore since Flask was released. Kalamar abstracts 
out the way you access data.

There has been discussion here about a Flask-Storage extension that 
would allow other extensions/apps to store data without forcing a choice 
of data store on the user:


http://flask.pocoo.org/mailinglist/archive/2010/7/31/flask-cash/#b62f91cb8c04a36d532feb794c7cf11d

http://flask.pocoo.org/mailinglist/archive/2010/11/8/flask-cms/#3e650263a89b64c81b5e079da0ffe7ea

Kalamar aims to be that (just not Flask-specific), but also allow you to 
use heterogeneous data stores in the same application: could have a LDAP 
directory for users, media files in a filesystem and a relational 
database for the rest of the data; and manage it all through the same API.

Please tell us what you think: http://dyko.org/

I apologize if this is not the place for this discussion.

Best regards,
-- 
Simon Sapin

Re: [flask] Kalamar: data-access framework

From:
Armin Ronacher
Date:
2010-12-29 @ 12:51
Hi,

On 12/29/10 1:37 AM, Simon Sapin wrote:
> Please tell us what you think: http://dyko.org/
Just saw it previously on reddit and replied there after I saw the 
website "stopped reading after I saw GPLv3".  Maybe I should have looked 
at it further because I saw it uses some Pocoo stuff :)  Anyways.  The 
GPL is in my opinion a pretty hostile license and you might want to 
consider replacing it with something less restrictive.

> I apologize if this is not the place for this discussion.
That's perfectly fine with me at least.


Regards,
Armin