Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.63 KB

README.md

File metadata and controls

73 lines (48 loc) · 2.63 KB
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://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