9 Jun
2014
9 Jun
'14
11:10 p.m.
On 4.6.2014, at 16.55, List <list@airstreamcomm.net> wrote:
Is there any support for NoSQL databases such as Cassandra (CQL) or MongoDB now or planned in the future for userdb and passdb lookups?
CQL could probably be nicely implemented as lib-sql driver since it's close enough to SQL. I've some preliminary plans for that, but nothing concrete yet.
MongoDB could be implemented as lib-dict backend and used with passdb/userdb dict. I've no plans to implement MongoDB currently. Redis and memcached are implemented already though.