Skip to content

wojustme/goblin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goblin

Badger mascot

Goblin is a database written in pure Java. It's an experimental project to help us understand the database's principle.

AIMS:

  • SQL Engine
  • Columnar Storage
  • Various Index
  • SIMD Vectorized Operation
  • ...

Core Dependencies:

  • CALCITE
  • GUAVA
  • NETTY
  • ARROW
  • ...

Getting Started

Requires:

  • JAVA-18
  • MAVEN-3.6.3

Steps:

  • You must change the path of project's root, and exec maven's command.
cd ${project-path}
./mvnw clean compile
  • You run a Java's application in the development integration environment, such as: IDEA.
com.wojustme.goblin.server.GoblinStartup.main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published