Glossary
Last updated
Was this helpful?
Last updated
Was this helpful?
A ByteNite App is a custom software program consisting of application scripts and configuration files, designed by the user to operate on the ByteNite platform. An app can integrate with a partitioner and an assembler to enhance its distributed processing capabilities.
An Assembler is a custom software program designed by the user to handle post-processing and fan-in operations on the ByteNite platform.
Additional Info:
AKA: Assembling Engine
Related Guides:
ByteChip is the internal currency used within the ByteNite platform for measuring and trading computing services. It is the standard unit to evaluate computing throughput provided by task runners. One ByteChip is equivalent to the price of an hour of computation on a machine with 1 CPU core and 1 GiB of RAM.
Additional Info:
Abbreviation/ticker: BYC
Symbol:
ByteChips are not cryptocurrency
A Partitioner is a custom software program designed by the user to handle pre-processing and fan-out operations on the ByteNite platform.
Additional Info:
AKA: Partitioning Engine
Related Guides:
In ByteNite, a tag is a string used to identify a record by version. The tag format includes a required record name and an optional version in the format: [name]@[major].[minor]
. The minor version is optional. Tag behavior follows these principles:
[name]@[major].[minor]
Retrieves the record matching the exact name, major version, and minor version.
[name]@[major]
Retrieves the record matching the exact name and major version, with the highest minor version.
[name]
Retrieves the record by name with the highest major and minor versions.