What is 'the thing' that makes batches? A "Batcher"? Help us come up with a name.

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • databay

    Databay is a Python interface for scheduled data transfer. It facilitates transfer of (any) data from A to B, on a scheduled interval.

  • I'm having a discussion with a collaborator of my library, as to what we should call "the object that produces batches". In simple terms - turns a 1D array of items, into a 2D array or arrays of items, for instance: turns [1,2,3,4] into [[1,3], [2,3]] - but you can visualise any implementation that makes sense to you, we only care about the naming here.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts