iOS
Eureka
Our great sponsors
iOS | Eureka | |
---|---|---|
11 | 7 | |
1,195 | 11,842 | |
1.8% | 0.4% | |
0.0 | 0.0 | |
about 2 months ago | 5 days ago | |
Swift | Java | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
iOS
-
My smart home 2021: A Home Assistant love story
2. Firebase Cloud Messaging, for push notifications (since we can't talk to APNS directly in HA)
FCM is a dependency I'm actively trying to kill off in favor of an implementation that is both end-to-end encrypted and talks directly to Apple's Push Notification Service. Apple would not allow a solution where HA talks directly to APNS as they do not want that many active connections, and it would require disclosing private keys for the App STore account.
-
Reflections on a Year with HomeKit
I too am surprised to hear this. GP can you point to said spyware in the GitHub repo?
- Home Assistant iOS app adds local push notification support
-
Disclosure: security vulnerabilities in 3rd party custom integrations HACS, Dwains Dashboard, Font Awesome and others
Only issue I'm seeing right now is balancing the security of your setup with the lack of iOS support for client certs. Looks like it's under some amount of development, but not much movement in the past 3 years: https://github.com/home-assistant/iOS/issues/27. Since I use our family's phones as a presence detection, I'd need the this to work with iOS.
Eureka
-
Why using Eureka?
I was setting up microservices based on Netflix Eureka and experimenting on top of spring-cloud and after weeks of research and development the question rose!
-
[Feedback request] Fuddle service registry
The closest thing I've found is Netflix's Eureka, though its very Java oriented and I found hard to use.
-
Kubernetes Microservices on Azure with Cosmos DB
There's an open issue documenting this problem on Spring Cloud Netflix and Netflix Eureka.
-
Programming Microservices Communication With Istio
Service discovery — Traditionally provided by platforms like Netflix Eureka or Consul.
- Ask HN: What are the best the publicly available FAMANG code repos?
-
What Is a Service Mesh, and Why Is It Essential for Your Kubernetes Deployments?
With multiple services running, it’s hard to discover where they’re located. The dependencies between multiple services are not always easily found, and new services may be deployed with a new dependency on an older service. Those services can be deployed anywhere in the infrastructure, so what you need is a Service Discovery service. There are plenty available, such as Netflix Eureka or HashiCorp Consul.
What are some alternatives?
service-mesh-istio - A microservice project leveraging Service Mesh with advanced features from Istio
consul - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Apollo - Java libraries for writing composable microservices
consul-api - Java client for Consul HTTP API
SnopEE
restQL-core - Microservice query language
rapidpm-microservice
OpenL Tablets - OpenL Tablets Business Rules Management System
Zuul - Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Hystrix - Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
haproxy - HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
Ribbon - Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.