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
- Host: GitHub
- URL: https://github.com/jdlopez/open-data
- Owner: jdlopez
- License: mit
- Created: 2023-11-01T22:06:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T18:00:58.000Z (over 2 years ago)
- Last Synced: 2024-03-05T19:24:59.069Z (over 2 years ago)
- Language: Java
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/