Skip to content
/ oju Public

A stream tracing and logger that can be used for all your applications in one server.

License

Notifications You must be signed in to change notification settings

ayaworanco/oju

Repository files navigation

![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/ayaworanco/oju)

oju is a log database that work via streaming and has a efficient storage

updates and improvements

The project still in development and will pass to a migration and the next updates will be the following:

  • separate the drain algorithm in functional tools
  • receive data from multiple data sources
  • save data in a efficient way

💻 pre-requisites

Before start, verify if you have the following things:

  • you have installed the most recent version of Go at least 1.20
  • you have any of windows, macos, linux operating system

🚀 installing oju

To install oju you need to:

  • clone repository
git clone https://github.com/ayaworanco/oju.git
  • build and test
go test ./...
# if you want a verbose
go test ./... -v
  • more incoming...

😄 be a contributor

Want to be part of contributor? See the contributing page for how to contribute.

📝 license

This project is under the license. See the file LICENSE for more details