1
0
Fork 0
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:
Marc 2016-04-23 16:59:17 +02:00
parent b0f063e1d7
commit 081d08b9f2

View file

@ -52,6 +52,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Security](#security-1) - [Security](#security-1)
- [Service Discovery](#service-discovery) - [Service Discovery](#service-discovery)
- [Data Formats](#data-formats) - [Data Formats](#data-formats)
- [Vocabularies](#vocabularies)
- [Unicode](#unicode) - [Unicode](#unicode)
- [Real Life Stories](#real-life-stories) - [Real Life Stories](#real-life-stories)
- [Theory](#theory) - [Theory](#theory)
@ -509,6 +510,11 @@ of the testing and deployment process.
- [SMILE](http://wiki.fasterxml.com/SmileFormatSpec) - JSON-compatible binary data format. - [SMILE](http://wiki.fasterxml.com/SmileFormatSpec) - JSON-compatible binary data format.
- [MSGPACK](https://github.com/msgpack/msgpack/blob/master/spec.md) - MessagePack Specification. - [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 ### 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). - [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).