Coder Social home page Coder Social logo

othertools's Introduction

otherTools

Use Java with following tools

  • Getting Started

    • SonarQube

      • SonarQube empowers all developers to write cleaner and safer code.
    • Grafana

      • Grafana is the open source analytics and monitoring solution for every database or application.
    • ElasticSearch

      • Elasticsearch is a search engine, It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
    • Configuration Server

      • Config Server is an externalized application configuration service. It provides a centralized server for delivering external configuration properties to an application and a central source for managing this configuration across deployment environments.
    • Checkmarx

      • Flexible and accurate security solution capable of identifying hundreds of vulnerabilities in your code.
    • New Relic

      • It is a software to help website and application owners track the performances of their services.
    • Splunk

      • It is a software for searching, monitoring, and analyzing machine-generated big data, via a Web-style interface.
    • HP Sitescope

      • HP SiteScope is agentless monitoring software focused on monitoring the availability and performance of distributed IT infrastructures, including Servers, Network devices and services, Applications and application components, operating systems and various IT enterprise components.
  • Configuration

    • SonarQube in local

      • You need to have JaCoCo plugin in your project, you can get it from this repository https://github.com/apokochito/mavenBasics if you don't have it (POM file)

      • Download and extract SonarQube Developer Edition from https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-7.8.zip (Verify your SonarQube version if you're not using Java 8)

      • Change a property in sonarqube > conf > wrapper.conf

        • wrapper.java.comman=\path\to\my\jdk\bin\java
      • Download SonarScanner from https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/

      • Add C:...\SonarScanner\bin into your PATH environment variable for your windows account

      • Add a sonar-project.properties file inside your project like this one (check your own properties)

        sonar.projectKey=com.other.tools
        sonar.projectName=other-tools
        sonar.projectVersion=0.0.1-SNAPSHOT
        
        #sonar.host.url=someurl
        
        #Path for sonar sources, . or src/main/java
        sonar.sources=src/main/java
        
        #Path for libraries
        sonar.java.libraries=./target/classes
        
        #Path for binaries
        sonar.java.binaries=target
        
        #----- Default database
        #sonar.jdbc.url=someurl
        #sonar.jdbc.driver=com.mysql.jdbc.Driver
        
        #----- Global database settings
        #sonar.jdbc.username=sonar
        #sonar.jdbc.password=sonar
        
        #----- Default directory layout
        sonar.java.source=1.8
        sonar.java.target=1.8
        sonar.language=java
        
        #----- Exclusions
        sonar.exclusions=**/*test*/**
        
        sonar.sourceEncoding=UTF-8
        
        sonar.tests=src/test/
        sonar.dynamicAnalysis=reuseReports
        sonar.junit.reportsPath=target/surfire-reports
        
        #----- JaCoCo reports
        sonar.java.coveragePlugin=jacoco
        sonar.coverage.jacoco.xmlReportPaths=target/      
        
      • Run mvn clean test in your project by cmd

      • Run the Sonarqube server (StartSonar.bat) inside SonarQube > bin > windowsx86-x64 with the following command .\StartSonar.bat

        • (If the server is not working well) "Kill the Java process and try deleting the temp folder contents again."
      • Go to https://localhost:9000 an verify SonarQube UI (Check if you're not using this port already)

      • Now, run a cmd window inside your project root (otherTools folder in this case), and run this command C:\...\sonar-scanner-4.2.0.1873-windows\bin\sonar-scanner.bat

      • You will be able to scan different branches depending of your Sonar version and edition

    • Grafana

    • Grafana in local (https://grafana.com/docs/grafana/latest/getting-started/getting-started/)

      • Install Grafana in local, depending your operating system.
    • ElasticSearch

      • Kibana
    • Configuration Server (bootstrap.yml)

      • Steps
    • Checkmarx SAST (CxSAST)

      • Steps
    • New Relic

      • Steps
    • Splunk

      • Steps
    • HP Sitescope

      • Steps

othertools's People

Contributors

apokochito avatar dependabot[bot] avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.