AyubTouba / ria

RIA is an engine designed to save Apache/Nginx logs into MongoDB using Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

RIA (Webtracker engine)

RIA is an engine designed to save Apache/Nginx logs into MongoDB using Node.js. It provides the functionality to set up configurations for both the server and web application. This project is currently under development and is not ready for production use.

Installation

To install and set up RIA, follow these steps:

  1. Clone the RIA project repository :
  git clone https://github.com/AyubTouba/ria.git
  1. Change to the project directory::
  cd ria-project
  1. Install the dependencies using npm:
  npm install

Configuration

The RIA project requires configuration settings for database. Modify the respective configuration files to match your environment:

  • Web Application Configuration: config/default.js
  "DbConfig" : {
        "mongo_server":"mongodb://localhost:27017",
        "mongo_database":"tracker"
    },

Please refer to the configuration files for more details on available options and their usage.

Usage (soon)

Related

RIA (API REST)

License

RIA is licensed under the MIT. Feel free to use, modify, and distribute this project according to the terms of the license.

About

RIA is an engine designed to save Apache/Nginx logs into MongoDB using Node.js.


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%