mongodb icon indicating copy to clipboard operation
mongodb copied to clipboard

MongoDB driver for Elixir

Results 25 mongodb issues
Sort by recently updated
recently updated
newest added

I've run into an issue where connecting to Atlas using a mongodb+srv:// URL is failing on a specific set of AWS Windows 10 instances that my company uses for testing....

I might be misunderstanding something here, but I’m trying to use `list_indexes` to get a list of current indexes, so that I can programmatically create any indexes that are missing,...

- [x] Matrix github actions - [x] Add credo for linting - [x] Mix format - [x] Add docker compose for mongo, including replicaset support I've added support for matrix...

It is difficult to run tests currently because the repository requires the system to be running in a certain way. Tests are setup by running mongo replicas, but the bash...

Note:Discussion

There are a number of things I believe we need to do to bring this repo back to life for the community: - [x] Restore some kind of CI solution...

Note:Discussion

- [ ] Is `examples/aws_x509.ex` still relevant and current? It needs docs in any case. - [ ] Are the hex.pm docs up to date?

I'm attempting to query a mongodb view with `Mongo.find(:mongo, "users-tasks", %{})` ... but getting this response back. ``` Namespace production.users-tasks is a view. Legacy find operations are not supported on...

Kind:Enhancement
Level:Intermediate

I'm looking at starting a new project and want to use elixir. I was wondering if this library has support for mongo's [Change Streams](https://docs.mongodb.com/manual/changeStreams/)

Kind:Enhancement
Level:Intermediate

The [meow attack](https://www.bleepingcomputer.com/news/security/new-meow-attack-has-deleted-almost-4-000-unsecured-databases/) makes it seem good to check one's instances for weak login credentials. But that's not straightforward to do. This function call: ``` Mongo.start_link( url: "mongodb://#{hostname}:#{port}/admin", username: username,...