0.2.4 • Published 4 years ago

bid-engine v0.2.4

Weekly downloads
-
License
CC-BY-ND-4.0
Repository
-
Last release
4 years ago

Bid Engine

The bid engine is a modular library for bidding with various bidding types built as plugins.

The bid engine is a modular library for bidding. All modular sections are referenced as plugins and can be installed via NPM and then enabled through the Bid Engine API. The API is capable of loading any and all plugins and there is the ability to build your own plugins. The idea of the system is so that anyone can build a real-time bidding platform all by using a few lines of code. The engine itself, will expect a series of functions within each bidding type plugin, that it will call while running bid functionality and will return all the required data as needed, and with a variety of different plugins I am sure you will find the correct configuration for you.

Available Plugins

Plugin NameInstallTypeDescription
MySQL@bid-engine/storage-mysql-pluginStorageThe MySQL storage plugin allows a user to define some variables and allow the bid engine to talk directly to MySQL for bids, auctions and lots.
Redis@bid-engine/storage-redis-pluginStorageThe Redis storage plugin allows a user to define some variables and allow the bid engine to talk directly to Redis for bids, auctions and lots.
0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago