Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/wamph
An abstract schema for dealing with message data
https://github.com/billiegoose/wamph
Last synced: about 1 month ago
JSON representation
An abstract schema for dealing with message data
- Host: GitHub
- URL: https://github.com/billiegoose/wamph
- Owner: billiegoose
- License: isc
- Created: 2016-03-19T01:38:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T02:06:56.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T03:24:06.926Z (4 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAMPH
An abstract schema for dealing with message data.So... how to explain this. **Data.** We use it all the time, but we don't always have a consistant way of representing it. ([Though](https://en.wikipedia.org/wiki/XML) [that](https://en.wikipedia.org/wiki/JSON) is [not](https://en.wikipedia.org/wiki/Protocol_Buffers) [for](https://github.com/vstakhov/libucl) [lack](https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One) [of](https://en.wikipedia.org/wiki/SOAP) [trying](https://xkcd.com/927/).) WAMPH attempts to address this by coming up with some *conventions* for how to name / organize data, and provides a syntax for describing data *without* dictating how data is physically represented.
# To be continued...
## Choice of name
Originally WAMF stood for Will's Abstract Message Format. However, WAMF had some unpleasant definitions on Urban Dictionary so I changed it to WAMPH. It should be pronounced the same, but now has no assigned meaning.