Skip to content

An open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams.

License

Notifications You must be signed in to change notification settings

GuinsooLab/luden

Repository files navigation

badge
logo

Luden

Luden is an open source high-performance data collection service. It can:

  • Capture events your application generates and stream to Data Warehouse;
  • Pull data from APIs and save it to Data Warehouse

luden-here

Read more about our features and check out the platform overview!

Quickstart

Two easiest ways to start Luden are Heroku deployment and local docker-compose.

Start Luden using docker-compose:

git clone https://github.com/GuinsooLab/luden.git
cd luden

Add permission for writing log files:

# Ubuntu/Mac/Centos OS
chmod -R 777 compose-data/

For running latest version use:

docker-compose up

Note: latest image will be downloaded and started.

Visit http:https://localhost:8000/configurator after the build is complete.

To learn more check out deployment documentation:

Documentation

Please see our extensive documentation here. Key sections include:

Reporting Bugs and Contributing Code

License

Luden is released under MIT License.

license