[erlang-questions] Implementing an erlang server to host organizational data
Khitai Pang
khitai.pang@REDACTED
Wed Dec 2 09:51:53 CET 2015
On 2015/12/1 22:50, Kevin Montuori wrote:
>>>>>> "kp" == Khitai Pang <khitai.pang@REDACTED> writes:
> kp> I am writing an erlang server to host organizational data, e.g. the
> kp> hierarchy of a company.
>
> kp> How to store the data on disk? Mnesia? How to organize the
> kp> data?
>
> When faced with these requirements, I'd use an LDAP directory for the
> on-disk storage. There are any number of roll-you-own solutions but for
> a commercial (read "real world") application it's hard to beat LDAP.
>
> The eldap application will get you going. Should you require a polyglot
> solution you'll find there are few languages that can't handle LDAP.
>
> k.
It seems eldap is an LDAP client api. Is there any LDAP server written
in Erlang?
Thanks
Khitai
More information about the erlang-questions
mailing list