mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Moved Emerging Technologies
This commit is contained in:
parent
8ca40e66ce
commit
7ffb506b8d
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -54,9 +54,9 @@ A curated list of Microservice Architecture related principles and technologies.
|
||||||
- [Theory](#theory)
|
- [Theory](#theory)
|
||||||
- [Articles & Papers](#articles--papers)
|
- [Articles & Papers](#articles--papers)
|
||||||
- [Tutorials](#tutorials)
|
- [Tutorials](#tutorials)
|
||||||
- [Emerging Technologies](#emerging-technologies)
|
|
||||||
- [Books](#books)
|
- [Books](#books)
|
||||||
- [Sites](#sites)
|
- [Sites](#sites)
|
||||||
|
- [Emerging Technologies](#emerging-technologies)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [Acknowledgments](#acknowledgments)
|
- [Acknowledgments](#acknowledgments)
|
||||||
|
@ -440,11 +440,6 @@ a strategic modeling approach. :small_orange_diamond:<sup>PDF</sup>
|
||||||
- Microservices in C#: [Part 1](http://insidethecpu.com/2015/07/17/microservices-in-c-part-1-building-and-testing/), [Part 2](http://insidethecpu.com/2015/07/31/microservices-in-c-part-2-consistent-message-delivery/), [Part 3](http://insidethecpu.com/2015/08/14/microservices-in-c-part-3-queue-pool-sizing/), [Part 4](http://insidethecpu.com/2015/08/28/microservices-in-c-part-4-scaling-out/), [Part 5](http://insidethecpu.com/2015/09/11/microservices-in-c-part-5-autoscaling/).
|
- Microservices in C#: [Part 1](http://insidethecpu.com/2015/07/17/microservices-in-c-part-1-building-and-testing/), [Part 2](http://insidethecpu.com/2015/07/31/microservices-in-c-part-2-consistent-message-delivery/), [Part 3](http://insidethecpu.com/2015/08/14/microservices-in-c-part-3-queue-pool-sizing/), [Part 4](http://insidethecpu.com/2015/08/28/microservices-in-c-part-4-scaling-out/), [Part 5](http://insidethecpu.com/2015/09/11/microservices-in-c-part-5-autoscaling/).
|
||||||
- [Using Packer and Ansible to build immutable infrastructure](https://blog.codeship.com/packer-ansible/)
|
- [Using Packer and Ansible to build immutable infrastructure](https://blog.codeship.com/packer-ansible/)
|
||||||
|
|
||||||
### Emerging Technologies
|
|
||||||
|
|
||||||
- [Blockchain ID](https://github.com/blockstack/blockchain-id/wiki) - A unique identifier that is secured by a blockchain. Blockchain IDs are simultaneously secure, human-meaningful, and decentralized, thereby squaring Zooko's triangle.
|
|
||||||
- [Blocknet](http://blocknet.co/) - The Blocknet makes possible to deliver microservices over a blockchain-based P2P network architecture.
|
|
||||||
|
|
||||||
### Books
|
### Books
|
||||||
|
|
||||||
- [Building Microservices](http://nginx.com/wp-content/uploads/2015/01/Building_Microservices_Nginx.pdf) - Building Microservices: Designing Fine-grained Systems. Sam Newman. Preview Edition. :small_orange_diamond:<sup>PDF</sup>
|
- [Building Microservices](http://nginx.com/wp-content/uploads/2015/01/Building_Microservices_Nginx.pdf) - Building Microservices: Designing Fine-grained Systems. Sam Newman. Preview Edition. :small_orange_diamond:<sup>PDF</sup>
|
||||||
|
@ -457,6 +452,11 @@ a strategic modeling approach. :small_orange_diamond:<sup>PDF</sup>
|
||||||
- [Microservice Patterns](http://microservices.io/) - Microservice architecture patterns and best practices.
|
- [Microservice Patterns](http://microservices.io/) - Microservice architecture patterns and best practices.
|
||||||
- [OSGi Alliance](http://www.osgi.org/) - OSGi technology facilitates the componentization of software modules and applications and assures remote management and interoperability of applications and services over a broad variety of devices.
|
- [OSGi Alliance](http://www.osgi.org/) - OSGi technology facilitates the componentization of software modules and applications and assures remote management and interoperability of applications and services over a broad variety of devices.
|
||||||
|
|
||||||
|
## Emerging Technologies
|
||||||
|
|
||||||
|
- [Blockchain ID](https://github.com/blockstack/blockchain-id/wiki) - A unique identifier that is secured by a blockchain. Blockchain IDs are simultaneously secure, human-meaningful, and decentralized, thereby squaring Zooko's triangle.
|
||||||
|
- [Blocknet](http://blocknet.co/) - The Blocknet makes possible to deliver microservices over a blockchain-based P2P network architecture.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
|
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
|
||||||
|
|
Loading…
Reference in a new issue