A
A
alvoro2014-11-03 17:40:35
MongoDB
alvoro, 2014-11-03 17:40:35

How to implement linked lists in node.js?

Hello. Not sure the title is correct. An example is adding products to an online store. First, we have the opportunity to specify several characteristics of the product. Depending on the given "characteristic-value" set, the characteristics available for editing change. The set of nested characteristics is large. Like a bloated version of "country-> region-> city". What is the name of this template (pattern) and are there implementation examples on node.js and mongodb?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-11-03
Protko @Fesor

Facet search?
In the context of relational databases, I would point to EAV, but it’s more difficult here, since mongodb implies database denormalization and work with data aggregations.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question