@daiso-tech/core

0.35.4 • Public • Published

@daiso-tech/core

npm version NPM Downloads Static Badge ES Modules License

A modular, framework-agnostic library providing essential components for modern web applications. Stop reinventing the wheel - focus on building your application while the library handles the core functionalities.

✨ Features

Current Features

  • Immutable Collections:

    • IterableCollection - Simplifies work with Iterable
    • ListCollection - Simplifies work with Array
    • AsyncIterableCollection - Simplifies work with AsyncIterable
  • Middleware System

    • Agnostic middlewares applicable to any async/sync functions.
      • fallback: Automatic recovery with default values on errors
      • observe: Monitor function execution and performance
      • retry: Smart retries with multiple backoff policies:
        • constantBackoffPolicy
        • exponentialBackoffPolicy
        • linearBackoffPolicy
        • polynomialBackoffPolicy
      • sequentialHedging: Runs fallbacks sequentially if the primary function fails, ensuring graceful failure handling.
      • concurrentHedging: Executes the primary function alongside fallbacks concurrently, returning the first successful result and aborting all remaining operations.
      • timeout: Guaranteed execution time limits
  • LazyPromise:

    • Executes only when awaited
    • With middleware support
  • Pluggable Components:

    • Cache with adapter support
    • Lock with adapter support
    • EventBus with adapter support
    • Serde (serializer, deserializer) adapters

Planned Features

  • Query bus
  • Command bus
  • Semaphore component
  • SharedLock (ReaderWriterLock)
  • RateLimiter
  • CircuitBreaker
  • MessageQueue
  • TaskScheduler
  • Notification system
  • Abstract file system

🚀 Installation

npm install @daiso-tech/core

Inspired By

Built with ideas from:

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.35.450latest

Version History

VersionDownloads (Last 7 Days)Published
0.35.450
0.35.356
0.35.25
0.35.16
0.35.05
0.34.04
0.33.00
0.32.10
0.32.01
0.31.11
0.31.00
0.30.00
0.29.01
0.28.10
0.28.00
0.27.00
0.26.10
0.26.01
0.25.00
0.24.00
0.23.00
0.22.20
0.22.10
0.22.00
0.21.10
0.21.00
0.20.00
0.19.00
0.17.40
0.16.00
0.15.00
0.14.01
0.13.00
0.12.00
0.11.00
0.10.01
0.9.00
0.8.10
0.8.01
0.7.00
0.6.00
0.5.01
0.4.00
0.3.00
0.2.11
0.2.00
0.1.50
0.1.40
0.1.31
0.1.20
0.1.10
0.1.00
0.0.10

Package Sidebar

Install

npm i @daiso-tech/core

Weekly Downloads

136

Version

0.35.4

License

Apache-2.0

Unpacked Size

1.68 MB

Total Files

870

Last publish

Collaborators

  • yousif.khalil.abdulkarim