Giter Club home page Giter Club logo

core-grpc-mongodb-connector's People

Contributors

axelssonhakan avatar dependabot[bot] avatar gabbaxx avatar marcusoffesson avatar peol avatar qlikossbuild avatar renovate[bot] avatar rjriel avatar stefanenberg avatar sublibra avatar wennmo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

core-grpc-mongodb-connector's Issues

Incorrect repo description

The repo description says:
Example connector written in Node.js for postgres using the gRPC data-loading API in Qlik Associative Engine.
Should be MongoDB and not postgres. I don't have access rights to change it myself.

The 'filter' call in the transformer '_buildFieldInfo' removes '_id' field

The filter call used when building the field info on this line:

const fields = Object.keys(firstChunk).filter(name => typeof firstChunk[name] !== 'object').map(name => ({

removes the _id field from the list of fields available. If I remove the filter call complete the _id field becomes available and the script load seems to occur with no issues. Was there a particular reason this was implemented like this?

Find by ObjectId

Is there any way to pass an ObjectId as a filter.

I have this statement:
...
SQL { "collection": "events", "find": {"customer_id": ObjectId("5bbf578465cba11410aab79c")}, "options": {"fields":{"customer_id": 1, "title": 1}} };
...

However, nothing gets loaded in the app.
If I remove the condition, then the data gets loaded, but I do want to filter it tho.

Thanks

Need to figure out a strategy for mongodbs loose structure

When working with the connector I noticed that you can easily run into trouble if you’re trying to get a field that the first document returned doesn’t have. The loose structure with which collections can be made in mongo make this problem super easy to replicate if you’re not strict about your data model from the beginning. It would be good if we can figure out a way to add fields on the fly or list all collection fields beforehand

publishing

Has there been any thought put into adding the image for this to the qlikcore entity on docker hub? Or some other way to package and distribute?

Automated: Protex scan failed

A BlackDuck Protex scan failed on this repository.

Number of files needing identification: 1

If you are unsure how this process works, please contact trunk team on Slack.

No more automated issues will be created on this repository until this issue
is closed.

Please prioritize and solve this as soon as possible. If the files
has been identified already, you may ignore and close this issue.

Readify mongodb-grpc-connector

This issue contains a checklist of tasks that is needed before repo can be open sourced.

Checklist

  • LICENSE file added to repo with a MIT license.
  • Update package.json with the right info for author, description, license and name.
  • Linting of code e.g. airbnb for node.js repo.
  • Circle CI build to secure quality e.g. linting, tests, docker image.
  • Update README.md to contain relevant info for the repo e.g. Contributions
  • Add .editorconfig, .gitignore and .gitattributes

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.