5

I've seen in a lot of documents that Mnesia has been open sourced by Ericsson, but straightforward googling didn't help me to find the repository with the code...

Is Mnesia still open-source at all?

Vasil Remeniuk
  • 20,519
  • 6
  • 71
  • 81

1 Answers1

11

It's part of the Erlang/OTP source code, which you can get from github. You can browse it here.

Marcelo Cantos
  • 181,030
  • 38
  • 327
  • 365
  • 3
    Look in the downloadable releases from www.erlang.org, it an application in the src directory. – rvirding May 23 '11 at 14:50
  • 1
    Your link to mnesia sources is broken now. Change to [this one](https://github.com/erlang/otp/tree/maint/lib/mnesia/src). – citxx Sep 25 '13 at 16:22