SlideShare a Scribd company logo
GitBucket
Git Centric Software Development Platform by Scala
Naoki Takezoe
@takezoen
BizReach, Inc
What's GitBucket?
● Open source Git server
○ https://github.com/gitbucket/gitbucket
● Setup is super easy
$ java -jar gitbucket.war
Motivation
● Security policy in my previous company
● GitHub Enterprise was too expensive
● GitLab installation was too complex
● I must make it by myself!
● with Scala!!
Repository viewer
Issues
Pull requests
Features
● Public and private repository hosting
● Dashboard includes activity timeline
● Repository viewer which supports online file editing
● Markdown available Wiki
● Issues and pull requests
● Comment on source code
● Notification via E-mail
● User and group management
● LDAP integration
● Gravator integration
● GitHub compatible Web API
● Plugin system
● External database support (MySQL and PostgreSQL)
Current status (Dec 2017)
● 6727 stars
● 124 contributors
● 473 gitter users
● 72 releases (Monthly release since 2013)
Some of existing GitBucket plugins
Name Description
Gist plugin Add code snippet Gist-like functionality to GitBucket
Asciidoc plugin Add AsciiDoc support to GitBucket
Bugspots plugin Apply Google Bugspots to code in GitBucket repositories
Pages plugin Publish repository contents as web sites
Network plugin Add the commit graph view to GitBucket
Emoji plugin Emoji support in Wiki or Issues
RST plugin Add ReStructuredText support to GitBucket
Explorer plugin Add the tree view for repositories on GitBucket
PlantUML plugin Render PlantUML files on GitBucket
Jupyter plugin Render Jupyter or IPython files on GitBucket
CI Plugin Add simple CI/CD functionality to GitBucket
Maven repository plugin Host in-house maven repositories on GitBucket
Demo site is available on Heroku!
http://gitbucket.herokuapp.com/
Technology stack
Git Repository
RDBMS
(H2 / MySQL / PostgreSQL)
JGit
Slick
(blocking-slick)
Apache MINA SSHD
Jetty
GitServlet (JGit) Scalatra / Twirl
Git Client Web Browser
SSH HTTP
Core technologies are Java
● Jetty
○ Embedded to make an executable war file
● H2
○ Embedded as the default database
● JGit
○ Used for Git operations
● Apache MINA SSHD
○ Embedded to provide SSH git access
Why GitBucket use Scalatra?
● Scalatra is based on traditional Servlet
○ Not so high performance
○ Not super scalable
● Why not use Play? or Finagle?
○ Because to use JGitServlet (HTTP git server)
○ Scalatra can integrate existing Servlet based
resources naturally
Technology stack (Java parts)
Git Repository
RDBMS
(H2 / MySQL / PostgreSQL)
JGit
Slick
(blocking-slick)
Apache MINA SSHD
Jetty
GitServlet (JGit) Scalatra / Twirl
Git Client Web Browser
SSH HTTP
Key is interoperability with Scala and Java
● Getting benefits from fundamental Java
libraries or middlewares
● Servlet based frameworks (e.g. Scalatra)
makes possible to use existing Servlet
based resources with Scala
Try GitBucket!

More Related Content

What's hot (20)

PDF
What you have to know about Certified Kubernetes Administrator (CKA)
Opsta
 
PPTX
From development to production: Deploying Java and Scala apps to kubernetes
Olanga Ochieng'
 
PDF
GitOps for Helm Users by Scott Rigby
Weaveworks
 
PDF
The Power of GitOps with Flux & GitOps Toolkit
Weaveworks
 
PDF
Accelerate your business and reduce cost with OpenStack
Opsta
 
PDF
Quarkus: From developer joy to Kubernetes nirvana! | DevNation Tech Talk
Red Hat Developers
 
PDF
Top 10 Kubernetes Native Java Quarkus Features
jclingan
 
PDF
Making your app soar without a container manifest
LibbySchulze
 
PDF
DevOps: Coding Defines Monitoring
Opsta
 
PDF
DevOps: The Future of Software Development
Opsta
 
PDF
Security: The Value of SBOMs
Weaveworks
 
PDF
Intro to Kubernetes & GitOps Workshop
Weaveworks
 
PDF
Kubernetes-native or not? When should you ditch your traditional CI/CD server...
Red Hat Developers
 
PPTX
Get started with Kubernetes on GKE
Zachary Russell
 
PDF
How to Become DevOps
Opsta
 
PDF
How we can do Multi-Tenancy on Kubernetes
Opsta
 
PDF
Introduction to Kubernetes and GKE
Opsta
 
PDF
Modern Monitoring - SysAdminDay 2017
Opsta
 
PDF
Beyond OpenStack | OpenStack in Real Life
Opsta
 
PPTX
Meetup 23 - 03 - Application Delivery on K8S with GitOps
Vietnam Open Infrastructure User Group
 
What you have to know about Certified Kubernetes Administrator (CKA)
Opsta
 
From development to production: Deploying Java and Scala apps to kubernetes
Olanga Ochieng'
 
GitOps for Helm Users by Scott Rigby
Weaveworks
 
The Power of GitOps with Flux & GitOps Toolkit
Weaveworks
 
Accelerate your business and reduce cost with OpenStack
Opsta
 
Quarkus: From developer joy to Kubernetes nirvana! | DevNation Tech Talk
Red Hat Developers
 
Top 10 Kubernetes Native Java Quarkus Features
jclingan
 
Making your app soar without a container manifest
LibbySchulze
 
DevOps: Coding Defines Monitoring
Opsta
 
DevOps: The Future of Software Development
Opsta
 
Security: The Value of SBOMs
Weaveworks
 
Intro to Kubernetes & GitOps Workshop
Weaveworks
 
Kubernetes-native or not? When should you ditch your traditional CI/CD server...
Red Hat Developers
 
Get started with Kubernetes on GKE
Zachary Russell
 
How to Become DevOps
Opsta
 
How we can do Multi-Tenancy on Kubernetes
Opsta
 
Introduction to Kubernetes and GKE
Opsta
 
Modern Monitoring - SysAdminDay 2017
Opsta
 
Beyond OpenStack | OpenStack in Real Life
Opsta
 
Meetup 23 - 03 - Application Delivery on K8S with GitOps
Vietnam Open Infrastructure User Group
 

Similar to GitBucket: Git Centric Software Development Platform by Scala (20)

PDF
News from Git in Java Land
msohn
 
PPTX
Version control git day02
Gourav Varma
 
PPTX
Intro to git and git hub
ShubhamSingh94916
 
PDF
You're doing it wrong! Git it right!
Cory Webb
 
PPTX
Version control git day03
Gourav Varma
 
PDF
Continuous integration with docker, buildbot and git
Adieu
 
PPTX
Git Ninja KT (GitHub to GitLab)
Ashok Kumar
 
PPTX
Version control git day03(amarnath dada)
Gourav Varma
 
PDF
Putting the Fun into Functioning CI/CD with JHipster
Gerard Gigliotti
 
PPTX
Lets git to it
Yoram Michaeli
 
PDF
Fork me!
James Ford
 
PDF
Basics About Git & GitHub
Raiful Hasan
 
PPTX
Git Presentation
Prem Aseem Jain
 
PPTX
Mini-training: Let’s Git It!
Betclic Everest Group Tech Team
 
PPTX
Git with bitbucket
Suhas Shivaram
 
PPTX
Git essential training & sharing self
Chen-Tien Tsai
 
PPTX
Git extension-training
Eric Guo
 
PPTX
Introduction to git and Github
Wycliff1
 
PPTX
Learn Git - For Beginners and Intermediate levels
Gorav Singal
 
PDF
O'Leary - Using GitHub for Enterprise and Open Source Documentation
LavaCon
 
News from Git in Java Land
msohn
 
Version control git day02
Gourav Varma
 
Intro to git and git hub
ShubhamSingh94916
 
You're doing it wrong! Git it right!
Cory Webb
 
Version control git day03
Gourav Varma
 
Continuous integration with docker, buildbot and git
Adieu
 
Git Ninja KT (GitHub to GitLab)
Ashok Kumar
 
Version control git day03(amarnath dada)
Gourav Varma
 
Putting the Fun into Functioning CI/CD with JHipster
Gerard Gigliotti
 
Lets git to it
Yoram Michaeli
 
Fork me!
James Ford
 
Basics About Git & GitHub
Raiful Hasan
 
Git Presentation
Prem Aseem Jain
 
Mini-training: Let’s Git It!
Betclic Everest Group Tech Team
 
Git with bitbucket
Suhas Shivaram
 
Git essential training & sharing self
Chen-Tien Tsai
 
Git extension-training
Eric Guo
 
Introduction to git and Github
Wycliff1
 
Learn Git - For Beginners and Intermediate levels
Gorav Singal
 
O'Leary - Using GitHub for Enterprise and Open Source Documentation
LavaCon
 
Ad

More from takezoe (20)

PDF
Journey of Migrating Millions of Queries on The Cloud
takezoe
 
PDF
Testing Distributed Query Engine as a Service
takezoe
 
PDF
頑張りすぎないScala
takezoe
 
PDF
Non-Functional Programming in Scala
takezoe
 
PDF
Scala警察のすすめ
takezoe
 
PDF
Scala製機械学習サーバ「Apache PredictionIO」
takezoe
 
PDF
The best of AltJava is Xtend
takezoe
 
PDF
Scala Warrior and type-safe front-end development with Scala.js
takezoe
 
PDF
Tracing Microservices with Zipkin
takezoe
 
PDF
Type-safe front-end development with Scala
takezoe
 
PDF
Scala Frameworks for Web Application 2016
takezoe
 
PDF
Macro in Scala
takezoe
 
PDF
Java9 and Project Jigsaw
takezoe
 
PDF
Reactive database access with Slick3
takezoe
 
PDF
markedj: The best of markdown processor on JVM
takezoe
 
PDF
ネタじゃないScala.js
takezoe
 
PDF
Excel方眼紙を支えるJava技術 2015
takezoe
 
PDF
ビズリーチの新サービスをScalaで作ってみた 〜マイクロサービスの裏側 #jissenscala
takezoe
 
PDF
GitBucket: The perfect Github clone by Scala
takezoe
 
PDF
Play2実践tips集
takezoe
 
Journey of Migrating Millions of Queries on The Cloud
takezoe
 
Testing Distributed Query Engine as a Service
takezoe
 
頑張りすぎないScala
takezoe
 
Non-Functional Programming in Scala
takezoe
 
Scala警察のすすめ
takezoe
 
Scala製機械学習サーバ「Apache PredictionIO」
takezoe
 
The best of AltJava is Xtend
takezoe
 
Scala Warrior and type-safe front-end development with Scala.js
takezoe
 
Tracing Microservices with Zipkin
takezoe
 
Type-safe front-end development with Scala
takezoe
 
Scala Frameworks for Web Application 2016
takezoe
 
Macro in Scala
takezoe
 
Java9 and Project Jigsaw
takezoe
 
Reactive database access with Slick3
takezoe
 
markedj: The best of markdown processor on JVM
takezoe
 
ネタじゃないScala.js
takezoe
 
Excel方眼紙を支えるJava技術 2015
takezoe
 
ビズリーチの新サービスをScalaで作ってみた 〜マイクロサービスの裏側 #jissenscala
takezoe
 
GitBucket: The perfect Github clone by Scala
takezoe
 
Play2実践tips集
takezoe
 
Ad

Recently uploaded (20)

PPTX
Smart Doctor Appointment Booking option in odoo.pptx
AxisTechnolabs
 
PPTX
Build a Custom Agent for Agentic Testing.pptx
klpathrudu
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PDF
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
PDF
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
PDF
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
PDF
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
PPTX
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PPTX
iaas vs paas vs saas :choosing your cloud strategy
CloudlayaTechnology
 
PPTX
Get Started with Maestro: Agent, Robot, and Human in Action – Session 5 of 5
klpathrudu
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
Smart Doctor Appointment Booking option in odoo.pptx
AxisTechnolabs
 
Build a Custom Agent for Agentic Testing.pptx
klpathrudu
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
iaas vs paas vs saas :choosing your cloud strategy
CloudlayaTechnology
 
Get Started with Maestro: Agent, Robot, and Human in Action – Session 5 of 5
klpathrudu
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 

GitBucket: Git Centric Software Development Platform by Scala

  • 1. GitBucket Git Centric Software Development Platform by Scala Naoki Takezoe @takezoen BizReach, Inc
  • 2. What's GitBucket? ● Open source Git server ○ https://github.com/gitbucket/gitbucket ● Setup is super easy $ java -jar gitbucket.war
  • 3. Motivation ● Security policy in my previous company ● GitHub Enterprise was too expensive ● GitLab installation was too complex ● I must make it by myself! ● with Scala!!
  • 7. Features ● Public and private repository hosting ● Dashboard includes activity timeline ● Repository viewer which supports online file editing ● Markdown available Wiki ● Issues and pull requests ● Comment on source code ● Notification via E-mail ● User and group management ● LDAP integration ● Gravator integration ● GitHub compatible Web API ● Plugin system ● External database support (MySQL and PostgreSQL)
  • 8. Current status (Dec 2017) ● 6727 stars ● 124 contributors ● 473 gitter users ● 72 releases (Monthly release since 2013)
  • 9. Some of existing GitBucket plugins Name Description Gist plugin Add code snippet Gist-like functionality to GitBucket Asciidoc plugin Add AsciiDoc support to GitBucket Bugspots plugin Apply Google Bugspots to code in GitBucket repositories Pages plugin Publish repository contents as web sites Network plugin Add the commit graph view to GitBucket Emoji plugin Emoji support in Wiki or Issues RST plugin Add ReStructuredText support to GitBucket Explorer plugin Add the tree view for repositories on GitBucket PlantUML plugin Render PlantUML files on GitBucket Jupyter plugin Render Jupyter or IPython files on GitBucket CI Plugin Add simple CI/CD functionality to GitBucket Maven repository plugin Host in-house maven repositories on GitBucket
  • 10. Demo site is available on Heroku! http://gitbucket.herokuapp.com/
  • 11. Technology stack Git Repository RDBMS (H2 / MySQL / PostgreSQL) JGit Slick (blocking-slick) Apache MINA SSHD Jetty GitServlet (JGit) Scalatra / Twirl Git Client Web Browser SSH HTTP
  • 12. Core technologies are Java ● Jetty ○ Embedded to make an executable war file ● H2 ○ Embedded as the default database ● JGit ○ Used for Git operations ● Apache MINA SSHD ○ Embedded to provide SSH git access
  • 13. Why GitBucket use Scalatra? ● Scalatra is based on traditional Servlet ○ Not so high performance ○ Not super scalable ● Why not use Play? or Finagle? ○ Because to use JGitServlet (HTTP git server) ○ Scalatra can integrate existing Servlet based resources naturally
  • 14. Technology stack (Java parts) Git Repository RDBMS (H2 / MySQL / PostgreSQL) JGit Slick (blocking-slick) Apache MINA SSHD Jetty GitServlet (JGit) Scalatra / Twirl Git Client Web Browser SSH HTTP
  • 15. Key is interoperability with Scala and Java ● Getting benefits from fundamental Java libraries or middlewares ● Servlet based frameworks (e.g. Scalatra) makes possible to use existing Servlet based resources with Scala