Coder Social home page Coder Social logo

Changing database schema about orion HOT 2 CLOSED

sintel-dev avatar sintel-dev commented on August 31, 2024
Changing database schema

from orion.

Comments (2)

kveerama avatar kveerama commented on August 31, 2024

@csala's comment:
About the Experiments: at some point we discussed a slightly different schema, that would be as follows:

  • A Dataset is associated with a Satellite and has a collection of Signals
  • A Signal is associated with a single CSV file and has a start and a stop.
  • An Experiment is related to a Pipeline and a Dataset.
  • Dataruns are related to an Experiment and a Signal, which implicitly relates them to a Dataset and a Pipeline.

For this, we should:

  • Rename the current Dataset to Signal.
  • Remove the satellite_id and signal_set fields from the Signal model.
  • Add another Dataset model that is parent to Signal and has the satellite_id field.
  • Create the Experiment model and make it related to Dataset and Pipeline.
  • Make the Dataruns related to the Experiment.
  • Remove the Datarun <-> Pipeline relationship (as it comes through the Experiment).

Can we adapt the changes to this schema?

from orion.

AlexanderGeiger avatar AlexanderGeiger commented on August 31, 2024

Closed in #58

from orion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.