Code Monkey home page Code Monkey logo

conduit-connector-generator's People

Contributors

dependabot[bot] avatar hariso avatar lovromazgon avatar maha-hajja avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

conduit-connector-generator's Issues

Feature: Make the source resumable when the number of records is defined

Feature description

Currently, if the generator is restarted, it will start generating the data from scratch (e.g. if it's configured to generate 100 records, you restart it after the 30th, then it will start generating from record 1, and the end result will be 130 records).

It would be good to make the generator source resumable, when the number of is defined (since it's also possible to generate records without a limit on the number).

Make the rate more predictable

Feature description

The current approach with read time won't exactly produce the number of messages per second. It will always sleep for the specified time before producing the record, regardless of how much time elapsed since the last time the connector produced a record. Using something like golang.org/x/time/rate would make this more accurate. Another improvement we could do if/when we have time.

-- @lovromazgon

Generate different types of operations

Feature description

Currently, all generated records have the operation set to created.

It would be good if we had the option to specify an operation or if the generator chooses a random operation.

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.