GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#go #approximate_nearest_neighbor_search #generative_search #grpc #hnsw #hybrid_search #image_search #information_retrieval #mlops #nearest_neighbor_search #neural_search #recommender_system #search_engine #semantic_search #semantic_search_engine #similarity_search #vector_database #vector_search #vector_search_engine #vectors #weaviate

Weaviate is a powerful, open-source vector database that uses machine learning to make your data searchable. It's fast, scalable, and flexible, allowing you to vectorize your data at import or upload your own vectors. Weaviate supports various modules for integrating with popular AI services like OpenAI, Cohere, and Hugging Face. It's designed for production use with features like scaling, replication, and security. You can use Weaviate for tasks beyond search, such as recommendations, summarization, and integration with neural search frameworks. It offers APIs in GraphQL, REST, and gRPC and has client libraries for several programming languages. This makes it easy to build applications like chatbots, recommendation systems, and image search tools quickly and efficiently. Joining the Weaviate community provides access to tutorials, demos, blogs, and forums to help you get started and stay updated.

https://github.com/weaviate/weaviate
#javascript #api #bilibili #bilibili_api #bilibili_comment #bilibili_danmaku #bilibili_download #bilibili_live #bilibili_login #grpc #json

This project collects and organizes various APIs from Bilibili's web, app, and TV clients. It provides detailed documentation on how to use these APIs, including REST API, gRPC, and WebSocket interfaces. The project is constantly updated and includes information on authentication, video operations, user data, comments, live streaming, and more.

The benefit to the user is that this comprehensive resource allows developers to easily access and utilize Bilibili's APIs for their own projects. It saves time by providing well-researched and explained methods for interacting with Bilibili's services, making it easier to develop applications related to video sharing, live streaming, user management, and other features available on the platform.

https://github.com/SocialSisterYi/bilibili-API-collect
1
#cplusplus #c #c_plus_plus #c_sharp #cross_platform #flatbuffers #go #grpc #java #javascript #json_parser #marshalling #mmap #protobuf #python #rpc #rust #serialization #serialization_library #typescript #zero_copy

FlatBuffers is a tool that helps you store and send data efficiently across different devices and programming languages. It lets you access the data directly without needing to unpack it first, which saves time and memory. Here’s how it benefits you FlatBuffers uses less memory, making it ideal for applications where space is limited.
- **Cross-Language Compatibility** You define your data structure, generate the necessary code, and then serialize and deserialize the data easily.
- **Wide Support**: It works on many operating systems like Windows, macOS, Linux, and Android, and supports numerous programming languages such as C++, Java, Python, and more.

This makes FlatBuffers a powerful tool for developing efficient and compatible software.

https://github.com/google/flatbuffers
👍1
#java #apollo #consul #dubbo #dynamic_threadpool #grpc #java #micrometer #monitor #nacos #rocketmq #spring #springboot #springcloud #thread #threadpool #threadpoolexecutor #zookeeper

This tool, called **DynamicTp**, helps you manage thread pools more efficiently. Here’s how it benefits you You can change thread pool parameters while the system is running, without needing to restart or change code.
- **Real-Time Monitoring** It integrates with common middleware and configuration centers, making it simple to set up and use.
- **Zero Code Invasion** It sends alerts for various conditions like thread activity, queue capacity, and task timeouts, supporting multiple notification platforms.

Overall, DynamicTp makes managing thread pools easier, more flexible, and highly monitorable, which can significantly improve your system's performance and reliability.

https://github.com/dromara/dynamic-tp
#go #gcp #gke #google_cloud #grpc #istio #kubernetes #kustomize #sample_application #samples #skaffold #terraform

The Online Boutique is a web-based e-commerce app where you can browse items, add them to your cart, and purchase them. It is built using multiple microservices in different languages and demonstrates how to use Google Cloud products like Google Kubernetes Engine (GKE), Cloud Service Mesh, and more. This app helps developers learn how to modernize enterprise applications using these tools. By using this demo, you can see how different services work together and how to deploy and manage them efficiently on a Kubernetes cluster, which makes it easier to build and maintain complex applications.

https://github.com/GoogleCloudPlatform/microservices-demo
#go #dogs_over_cats #giant_robots #go #golang #grpc #hacktoberfest #microservices #nanoservices #proto #rpc

gRPC-Go is a high-performance, open-source framework for remote procedure calls (RPCs) that works well with mobile and HTTP/2. To use it, you need the latest version of Go. You can install it by adding `import "google.golang.org/grpc"` to your code and then running `go build` or `go run`. This framework helps you build fast and reliable communication between services, which is beneficial because it makes your applications more efficient and scalable. If you encounter issues due to network restrictions, you can use workarounds like setting up a VPN or using Go module replacements. Turning on logging can also help you debug any errors that occur during connection setup or usage.

https://github.com/grpc/grpc-go
1
#python #cloud_native #cncf #deep_learning #docker #fastapi #framework #generative_ai #grpc #jaeger #kubernetes #llmops #machine_learning #microservice #mlops #multimodal #neural_search #opentelemetry #orchestration #pipeline #prometheus

Jina-serve is a tool that helps you build and deploy AI services easily. It supports major machine learning frameworks and allows you to scale your services from local development to production quickly. You can use it to create AI services that communicate via gRPC, HTTP, and WebSockets. It has features like built-in Docker integration, one-click cloud deployment, and support for Kubernetes and Docker Compose, making it easy to manage and scale your AI applications. This makes it simpler for you to focus on the core logic of your AI projects without worrying about the technical details of deployment and scaling.

https://github.com/jina-ai/serve
#rust #async #grpc #proto #rpc #rust

`tonic` is a powerful tool for building high-performance applications using gRPC and HTTP/2 in Rust. It offers features like bi-directional streaming, high-performance async IO, interoperability, TLS security, load balancing, and health checking. This library is designed to work seamlessly with async/await and is ideal for production systems. Users benefit from its flexibility, high performance, and extensive documentation, making it easier to get started with tutorials and examples available. Additionally, there is an active community and detailed guides to help you contribute or resolve any issues.

https://github.com/hyperium/tonic
#go #go #grpc #grpc_gateway #openapi #rest_api #restful_api #swagger

gRPC-Gateway is a tool that helps convert gRPC services into RESTful HTTP APIs. This means you can use both gRPC and REST with the same service, making it easier for different types of clients to access your API. It works by generating a reverse proxy server that translates between gRPC and HTTP requests. The benefit is that you don't need to create separate APIs for different client types, which simplifies development and makes your service more accessible[1][3][5].

https://github.com/grpc-ecosystem/grpc-gateway
1
#go #framework #go #go_framework #golang #golang_framework #grpc #grpc_go #grpc_golang #hacktoberfest #http_server #logging #metrics #microservice #microservice_framework #opentelemetry #performance #rest_api #server #tracing #web_framework

GoFr is a microservice development framework designed to simplify the creation and management of microservices. It offers features like easy API syntax, built-in observability, and support for REST and gRPC, making it efficient for developers. With GoFr, you can focus on building your application without getting bogged down by complex configurations. The framework also supports Kubernetes deployment, ensuring your services are scalable and maintainable. By using GoFr, you can accelerate your development process, improve application performance, and enhance overall productivity, allowing you to deliver high-quality software faster.

https://github.com/gofr-dev/gofr
1
#go #ai_assistant #ai_generated_code #cloud_native #code_generation #custom_templates #developer_tools #development_framework #gin #go_sponge #golang #grpc #grpc_gateway #low_code #microservice #protobuf #restful_api #sponge #web

Sponge is a powerful Go development framework that helps you quickly build backend services like RESTful APIs and microservices with minimal coding. It generates modular Go code automatically by parsing SQL, Protobuf, and JSON files, letting you create complete backend projects through a simple web interface without complex commands. Sponge supports custom templates and integrates AI assistants (like ChatGPT) to help write business logic, greatly speeding up development and reducing repetitive work. It also offers full support for testing, API docs, and deployment, making your project more stable, efficient, and easier to maintain. This saves you time and improves code quality.

https://github.com/go-dev-frame/sponge
#java #distributed_systems #durable_execution #grpc #java #javascript #microservice_orchestration #orchestration_engine #orchestrator #reactjs #spring_boot #workflow_automation #workflow_engine #workflow_management #workflows

Conductor is an open-source tool that helps you manage and automate complex workflows involving many microservices and systems. It makes your workflows flexible, reliable, and scalable by handling retries, errors, and monitoring automatically. You can define workflows as code in JSON, use various task types, and manage workflows dynamically without tightly coupling services. It offers an easy-to-use web interface and supports multiple databases like Redis and MySQL. This helps you build, run, and monitor workflows efficiently, saving time and reducing errors in managing distributed applications. It also has SDKs for Java, Python, JavaScript, Go, and C# to integrate easily with your projects.

https://github.com/conductor-oss/conductor
1
#shell #cloudflare #grpc_cloudflare #httpupgrade #hysteria2 #nginx #reality #reality_grpc #shell #sing_box #trojan #trojan_grpc #tuic_v5 #v2ray #vless #vmess #websockettlscdn_cloudflare_ip #xray #xray_core #xray_install #xtls_rprx_vision

v2ray-agent is a tool that helps you quickly install and manage proxy servers using popular cores like Xray-core and sing-box. It supports many protocols such as VLESS, VMess, Trojan, and more, and automatically handles SSL certificates for secure connections. You can easily manage users, ports, and subscriptions through a simple menu. It also offers features like traffic routing, domain blocking, and P2P download control, which can help you unblock streaming services and control internet access. Installation is simple with a one-command script, making it convenient to set up and maintain your proxy server securely and efficiently.

https://github.com/mack-a/v2ray-agent