mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Added vocabularies section: LOV and schema.org
This commit is contained in:
parent
b0f063e1d7
commit
081d08b9f2
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Security](#security-1)
|
||||
- [Service Discovery](#service-discovery)
|
||||
- [Data Formats](#data-formats)
|
||||
- [Vocabularies](#vocabularies)
|
||||
- [Unicode](#unicode)
|
||||
- [Real Life Stories](#real-life-stories)
|
||||
- [Theory](#theory)
|
||||
|
@ -509,6 +510,11 @@ of the testing and deployment process.
|
|||
- [SMILE](http://wiki.fasterxml.com/SmileFormatSpec) - JSON-compatible binary data format.
|
||||
- [MSGPACK](https://github.com/msgpack/msgpack/blob/master/spec.md) - MessagePack Specification.
|
||||
|
||||
### Vocabularies
|
||||
|
||||
- [LOV](http://lov.okfn.org/) - Linked open vocabularies.
|
||||
- [Schema.org](http://schema.org/) - Collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.
|
||||
|
||||
### Unicode
|
||||
|
||||
- [UNIV8](http://www.unicode.org/versions/Unicode8.0.0/) - The Unicode Consortium. The Unicode Standard, Version 8.0.0, (Mountain View, CA: The Unicode Consortium, 2015. ISBN 978-1-936213-10-8).
|
||||
|
|
Loading…
Reference in a new issue