Skip to content

Discussion: Considerations for database backend and broker #4

Description

@jaindhairyahere

Here's how I think we should move towards making an API for tern, according to what we discussed in the last meeting:
Create a Django Application and turn the tern project into an installable django package. Django is a python based web-development framework which is known for its ORM. Django ORM provides backends to interact with different databases hosted locally or in some other container or on a completely different server. This allows us to directly skip Issues #862 #863, apart from other advantages that django provides to us.
Creating a Django Package from pure python will take some time and effort but will help us resolve many possible issues that may occur if we design our own backend, especially things like optimizations. I'm hoping to describe this in my GSOC Proposal too. I've already started some work on this and presently I'm trying to make an apt database schema to be able to use a relational database. Please let me know what you think.

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