Skip to content

snowplow-incubator/micro-ui

Repository files navigation

Snowplow Micro-ui

License

An interface for Snowplow Micro.

Running micro-ui locally

Note: this flow is for developers only. If you want to use the UI, refer to the documentation for running Snowplow Micro.

  1. Clone the repo
  2. Run Micro
  3. Add the required environment variables. Run cp .env.example .env.local and then fill the NEXT_PUBLIC_MICRO_HOSTNAME with your Micro hostname e.g. http://localhost:9090
  4. Run npm install and then npm run dev

The UI will be available at http://localhost:3000/micro/ui.

Copyright and License

Copyright (c) 2023-present Snowplow Analytics Ltd. All rights reserved.

Licensed under the Snowplow Community License. (If you are uncertain how it applies to your use case, check our answers to frequently asked questions.)

Releases

No releases published

Packages

No packages published

Languages