listRemoteModules

Syntax

listRemoteModules([serverAddr])

Details

Lists modules that have been released to the marketplace.

Parameters

serverAddr (optional): A STRING scalar specifying the HTTP address of the module repository, which defaults to "http://dolphindb.cn".

Returns

A table with the following columns:

  • moduleName: the name of the module.
  • moduleVersion: the version of the module.

Examples

List all modules available in the marketplace:

listRemoteModules()

Returns a table like the following:

moduleName moduleVersion
DolphinDBModules 1.0.0
LogSearcher 1.0.0
alphalens 1.0.0
gtja191Alpha 1.0.0
marketHoliday 1.0.0
mytt 1.0.0
ops 1.0.0

Related functions

installModule

loadModule