Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

ExplorViz-Archive/explorviz-backend-extension-dummy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExplorViz Backend Dummy Extension

This repository holds a dummy extension for ExplorViz Backend. Use it as a starting point for your future extension (microservice).

Setup Development / Usage

  1. Clone this repository (e.g. for SSH git clone [email protected]:ExplorViz/explorviz-backend-extension-dummy.git)
  2. Set remote URL to the URL of your assigned repository (e.g. for SSH git remote set-url origin [email protected]:ExplorViz/explorviz-backend-extension-X.git)
  3. Rename the root folder explorviz-backend-extension-dummy to explorviz-backend-extension-X, where X is the name of your extension
  4. Run ./gradlew renameProject -PextensionName="X", where X is the name of your extension
  5. Adjust the README.md (e.g. remove Setup sections)
  6. Stage and commit changes with git add -A && git commit -am "renaming dummy"
  7. Push to remote origin and set upstream with git push -u origin master
  8. Follow the Backend Setup
  9. In Eclipse: Import -> Gradle -> Existing Gradle Project
  10. Start your development
  11. Start the Main class with Right click -> Run as -> Java Application (read the section below first)

Attention

ExplorViz services (including this dummy extension) use Redis as id generator for distributed and (tba) scalable services. For your development, you must ensure that a Redis instance is available and running on your machine. You can use the provided docker-compose file for an easy setup.

About

Example extension for the ExplorViz Backend

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages