Map Examples Extension (JavaScript)

Prerequisites

The project has no dependencies other than the runtime, pick your prefered one:

Clone

Clone the github repository:

git clone https://github.com/gloodata/ext-js-map-examples.git
cd ext-js-map-examples

Run

Deno

deno run --allow-net --allow-env server.deno.js

Bun

bun run server.bun.js

NodeJS

node server.node.js

Register

Register the extension in Gloodata, the value depends on the host and port where the extension is running, for example if it's running in the same machine as Gloodata on port 3000 register it with http://localhost:3000, change host and port accordingly.

Learn more about how to register an extension here: How to Register a Gloodata Extension.

Try

Here are some prompts you can try:

Learn More

Check the project's README for more information, if you find any problem open an issue in the project's issue tracker.