Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 820 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 820 Bytes

Examples

HoloDB standalone

HoloDB docker project with standalone configuration.

Show directory

HoloDB WikiData

HoloDB docker project with dynamic configuration.

Some datas are downloaded from WikiData.

Show directory

HoloDB customized

HoloDB docker project with some integrated custom java code.

Show directory

HoloDB embeddedd

Micronaut project using HoloDB as an embedded database. It loads the specified HoloDB configuration file at startup.

Show directory

HoloDB JPA mock

Micronaut JPA application using HoloDB as an embedded database. The database is created on-the-fly from jpa entities (optionally annotated with HoloDB specific annotations).

Show directory