{"id":20636388,"url":"https://github.com/amraneze/apacheaccesslogparser","last_synced_at":"2026-04-09T15:50:20.368Z","repository":{"id":176601312,"uuid":"223032428","full_name":"Amraneze/ApacheAccessLogParser","owner":"Amraneze","description":"Still in progress :(","archived":false,"fork":false,"pushed_at":"2020-02-03T23:24:38.000Z","size":2889,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T08:10:38.720Z","etag":null,"topics":["3d","access-logs","akka-http","ansible","apache","docker","docker-compose","groovy","jenkins","jenkinsfile","reactjs","sbt","sbt-native-packager","scala","scalafmt","spark","spark-streaming"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Amraneze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-20T21:39:20.000Z","updated_at":"2020-02-03T23:24:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e932611-6004-4e4a-a991-6090a0eeb90d","html_url":"https://github.com/Amraneze/ApacheAccessLogParser","commit_stats":null,"previous_names":["amraneze/apacheaccesslogparser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amraneze%2FApacheAccessLogParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amraneze%2FApacheAccessLogParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amraneze%2FApacheAccessLogParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amraneze%2FApacheAccessLogParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amraneze","download_url":"https://codeload.github.com/Amraneze/ApacheAccessLogParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242650951,"owners_count":20163611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","access-logs","akka-http","ansible","apache","docker","docker-compose","groovy","jenkins","jenkinsfile","reactjs","sbt","sbt-native-packager","scala","scalafmt","spark","spark-streaming"],"created_at":"2024-11-16T15:10:39.557Z","updated_at":"2025-12-30T19:34:29.956Z","avatar_url":"https://github.com/Amraneze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An Apache access's logs parser\n\nA scala project which using Spark to parse the Apache access's logs to a certain format.   \n\n## Getting Started\n\n### Prerequisites\n\n* Memory: At least 2GB\n* Operating System: Linux kernel version 3.10 or higher, Windows x Pro/Ent x64.\n* Disk Space: 4GB of available disk space (For docker images and builds).\n\n\u003e NOTE: You may find all the details in the following page [Docker System requirements](https://docs.docker.com/datacenter/ucp/1.1/installation/system-requirements/)\n\n### Installing\n\n**JDK is mandatory if you want to use sbt commands instead of Docker.**\n\nThis workshop is tested with Docker Community Edition `17.12.0-ce-win47 (15139), build 9c692cd` on `Win 10 Pro Version 1909 Build 18363.535`.\n\n**You can follow this link [Install Docker](https://docs.docker.com/install/) to install Docker**\n\n## Running the project\n\n### With Jenkins\nAfter installing Docker and you want to run the project with Jenkins you can just run the following command:\n\nFor Windows OS:\n```\n.\\run.bat -git_username user -git_pwd pwd\n```\n\nFor Unix based OS:\n```\n.\\run.sh -git_username user -git_pwd pwd\n```\n\nWhere user is the git's username/email and pwd is the git's password\n\u003eNOTE: There are some other optional arguments: jenkins_username, jenkins_pwd, metrics_api_key\n\nFor display help you can use this following command:\n\nFor Windows OS:\n```\n.\\run.bat --help\n.\\run.bat --h\n```\n\nFor Unix based OS:\n```\n.\\run.sh --help\n.\\run.sh -h\n```\n\n\u003eNOTE: The port exposed for Jenkins container is 8080, which can be changed in [Docker-compose.yml](jenkins/docker-compose.yml)\n\n### With SBT\nFrom the root directory of the project, you can:\n\n#### Compile the project:\n```\nsbt compile\n```\n\n#### Run the Main App:\n```\nsbt run\n```\n\n#### Package the project:\n```\nsbt package\n```\n\u003eNOTE: sbt package is packaging the project in a JAR file which is a normal Java JAR file.\n#### Run the test cases\n```\nsbt test\n```\n\n#### Build Docker image:\nI am using sbt-native-packager to build the Docker image, for that you should use this command:\n\n```\nsbt docker:publishLocal\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famraneze%2Fapacheaccesslogparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famraneze%2Fapacheaccesslogparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famraneze%2Fapacheaccesslogparser/lists"}