An open API service indexing awesome lists of open source software.

https://github.com/jdlopez/open-data

Open data import and storage for java projects
https://github.com/jdlopez/open-data

Last synced: 6 months ago
JSON representation

Open data import and storage for java projects

Awesome Lists containing this project

README

          

# open-data
Open data import and storage for java projects

You can reuse domain classes with:


io.github.jdlopez
opendata
0.0.2

No dependencies at all

## Calendar

Added support for: Model and parsers for Internet Calendaring and Scheduling Objects (iCalendar)
https://datatracker.ietf.org/doc/html/rfc5545

[src/main/java/es/jdlopez/opendata/calendar](src/main/java/es/jdlopez/opendata/calendar)

## Open-Data Sources :

[sources.md](sources.md)

Inspiration:

https://docs.oasis-open.org/codelist/genericode/doc/oasis-code-list-representation-genericode.html

Data Set (non-trivial ?)

https://docs.oasis-open.org/ubl/UBL-2.3.html

## Used Tech

https://github.com/dhatim/fastexcel

https://jsoup.org/