Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Explore new database options #98

Description

@Varunram

Since inception, we have stuck to boltdb simply because it is easy to add and delete new values as and when needed. But as the system matures, we need to think of a database architecture that is scalable and that which can support the needs of the frontend platform better than boltdb does right now.

Preliminary investigations of popular projects suggest postgres is a good option but we can explore other noSQL dbs like Mongo to see what advantages and disadvantages they have for the uses we desire.

This issues should ideally be done in conjunction with #97 so that the frontend can transition to the new solution better. This is also a huge undertaking that can take several weeks due to the complexity of the database solution and how it works with respect to openx (which would ideally still be using boltdb since there aren't a whole lot of fields that the user struct possesses)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions