我是Erlang的新手,我正在使用Chicago Boss进行小型网络项目。我在使用内存数据库时没有遇到任何问题,但是当我将它配置为使用mongodb时,它并没有达到预期的效果。下面是我的boss.config数据库部分。
{db_host, "127.0.0.1"},
{db_port, 27017 },
{db_adapter, mongodb},
% {db_username, "boss"},
% {db_password, "boss"},
{db_database, "asm_dashboard"},
我确定mongodb正在运行。我已经尝试手动和使用钢筋安装mongodb-erlang(https://github.com/comtihon/mongodb-erlang),但我仍然得到相同的例外:
[error] gen_server <0.182.0> terminated with reason: {'module could not be loaded',[{mongo,connect,[{"127.0.0.1",27017}],[]}
请协助。
答案 0 :(得分:0)
set /p selection=if you want to add press 1,subtract 2,multiply 3 and divide 4: