Giter Site home page Giter Site logo

Associations? about curator_rails_example HOT 4 CLOSED

sdhull avatar sdhull commented on June 26, 2024
Associations?

from curator_rails_example.

Comments (4)

pgr0ss avatar pgr0ss commented on June 26, 2024

We've followed two basic strategies for dealing with object hierarchies:

  1. We "denormalize" object hierarchies into one document in the document store. So a Note attributes hash would contain sub-hashes of Comment hashes. This is conceptually simple and requires only one query to read the object hierarchy.
  2. We have Repository objects use other Repositories to save associated objects. We generally do this when the objects are particularly large or unrelated. For example, we will store files that the user uploaded separately since they are large, binary objects.

I will write up some docs showing these use-cases. Thanks for bringing it to our attention.

from curator_rails_example.

sdhull avatar sdhull commented on June 26, 2024

Awesome! I look forward to those docs, particularly the 2nd one (as I do get the embedding approach and can understand how it would be done already).

from curator_rails_example.

stabenfeldt avatar stabenfeldt commented on June 26, 2024

Hi,

I´m also looking for some guides on how to get associations like has_many and belongs_to working.
Some docs on how to accomplish this would be fantastic! :)

My use case would be a user has a document, which in turn has many comments by other users.

Cheers,
Martin

from curator_rails_example.

EvanHahn avatar EvanHahn commented on June 26, 2024

Closing this due to inactivity.

from curator_rails_example.

Related Issues (2)

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.