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
Read more about our features and check out the platform overview!
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:
Please see our extensive documentation here. Key sections include:
- Deployment - Getting Luden running on Docker, and building from source.
- Configuration - How to modify Luden Server's
yaml
file. - Geo Data - Configuring data enrichment with MaxMind.
- Want to report a bug or request a feature? Please open an issue.
- Want to help us build Luden? Fork the project, and check our an issues that are good for first pull request!
- Questions? Join our Discussions!
Luden is released under MIT License.