Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 21, 2020 04:26 am GMT

I just published my first Open Source library in Python and wanted to share it with you guys (video below)


https://www.youtube.com/watch?v=8XL7d_ehhsA

Databay is a scheduled data transfer interface, facilitating transfer of data from A to B on a scheduled interval. If your project requires custom data transfer, it would make my day if you gave Databay a look.

You can find Databay on GitHub, or its documentation on ReadTheDocs.

Some of Databays features are:

  • Simple, decoupled interface Easily implement data production and consumption that fits your needs.
  • Granular control over data transfer Multiple ways of passing information between producers and consumers.
  • Asyncio supported You can produce or consume asynchronously.
  • We'll handle the rest scheduling, startup and shutdown, exception handling, logging.
  • Support for custom scheduling Use your own scheduling logic if you like.

Im looking for someone who would like to do some code review on it (its relatively small), so if youd feel like reading some code and helping out - drop me a message. Thanks!

This is the first time Im publishing an open source library so would love to hear your feedback.

Thanks!
Voy


Original Link: https://dev.to/voyz/i-just-published-my-first-open-source-library-in-python-and-wanted-to-share-it-with-you-guys-video-below-5akh

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To