Giter Club home page Giter Club logo

Comments (3)

mobsense avatar mobsense commented on July 21, 2024 1

So what OneTable calls value templates, toolbox calls default values. We use default to mean: if the property is null, use the default value.

Our value templates function similarly:

value: '${name}#${status}

OneTable will calculate default values on every update currently. So I think OneTable operates already the way you want, provided you pass the name and status properties in the update. If you omit any ingredient property for a value template, the value template will not be used.

I hope this clarifies it for you.

from dynamodb-onetable.

mobsense avatar mobsense commented on July 21, 2024

Can you describe that in more detail?

Do you mean values that use "default: value" in the schema?

OneTable uses a default value on create and when reading an item for which the value has not yet been defined. But not for update, as the value should be already defined by either a default value, or the caller providing a non-default value. Can you explain why, and what constraints would an update use the default value?

Is your need when the schema default value changes, so you want to force an update?

from dynamodb-onetable.

tommy921092 avatar tommy921092 commented on July 21, 2024

For me, it is mainly used for updating gsi. For example I can define a gsi with sort key as: name#status#date
and it is possible that the status/name attribute may change some time. As I worked with dynamodb-toolbox, it is provided with such feature, which allow me to update the status & name, and it will automatically also update the related gsi sort key e.g. with default=(data)=>${data.name}#${data.status}
Screenshot 2021-06-19 at 12 10 11 AM

from dynamodb-onetable.

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.