Skip to content

kmitcham/product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Simple exercise at ingesting a file and converting it to object

product

  • Update product.inputfile in application.properties to point to desired input file.
  • Start the application with ./gradlew bootRun

notes

In hindsight, Spring Boot seems a bit overkill for this service; I chose it as a framework to help deal with the infrastructure (automated builds and the like.) I don't have a lot of familiarity with green-fielding from scratch, so all of that is rougher than I would like. I could polish this and improve some things, but as in real production, delay isn't free. I am still not super happy with how I am handling the field parsing; it works well enough for this small example, but I have concerns about it generating code smell scaling up 100x.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages