Giter Club home page Giter Club logo

Comments (5)

kolodny avatar kolodny commented on June 12, 2024 1

This should be fixed in master. @moander can you try it out with the latest master branch by running the following:

npm install googleapis/nodejs-bigtable#master

@stephenplusplus I think it may be worth pushing a release so others don't run into this behavior.

from nodejs-bigtable.

sduskis avatar sduskis commented on June 12, 2024 1

I'm the Tech Lead for Cloud Bigtable clients. Yes, it is safe to use this client in production.

We have a significant user-base for this client, and we commit to supporting our users. Towards that end, we are planning to upgrade this client to Beta in the near future. The Beta status will come with documentation and sample enhancements and some additional non-core admin features.

We did a significant amount of work on the core implementation over the last few months, and we mostly achieved the goals we set out for ourselves. We unfortunately missed this issue in our testing, but we fixed it quickly. We will be quick to respond in the future when issues like this come up.

from nodejs-bigtable.

moander avatar moander commented on June 12, 2024

The results I expected is also reflected in the example here:
https://cloud.google.com/nodejs/docs/reference/bigtable/0.13.x/Bigtable

// By default, when retrieving rows, each column qualifier will provide you
// with all previous versions of the data. So your `row.data` object could
// resemble the following.
//-
// {
//   follows: {
//     wmckinley: [
//       {
//         value: 1,
//         timestamp: 1466017315951
//       }, {
//         value: 2,
//         timestamp: 1458619200000
//       }
//     ]
//   }
// }

from nodejs-bigtable.

sduskis avatar sduskis commented on June 12, 2024

This may have been fixed with #77.

from nodejs-bigtable.

moander avatar moander commented on June 12, 2024

Thank you. It works as expected using master branch.

What state would you say this library is in despite its alpha status? Is it safe to do some basic reading/writing in production?

from nodejs-bigtable.

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.