Skip to content

docker-compose depends on MongoDB which does not work in most VM environments #1724

@grexe

Description

@grexe

The dockerized version depends on MongoDB which (since version 5) has a hard dependency on AVX processor extensions which are often not available in a VM. Instead, consider using the free and open source, API compatible FerredDB in combination with Postgres.

Even better yet would be to drop Mongo alltogether and go full-in on PostgreSQL with JSONB, which offers flexible document storage, geospatial extensions (PostGIS), and full-text search without AVX needs.

This is not a feature request but a bug, since it prevents me from using reearth at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions