All Projects → zouyx → Agollo_demo

zouyx / Agollo_demo

Licence: apache-2.0
👾Demo For Agollo

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Agollo demo

ember-boilerplate
👓 The stable base upon which we build our Ember.js projects at Mirego.
Stars: ✭ 33 (+312.5%)
Mutual labels:  apollo, apollo-client
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (+137.5%)
Mutual labels:  apollo, apollo-client
apollo-magic-refetch
magically refetches relevant apollo graphql queries after creates, deletes, and association changes
Stars: ✭ 32 (+300%)
Mutual labels:  apollo, apollo-client
apollo-local-query
Simpler server rendering with apollo-client 1.x, using a local GraphQL networkInterface
Stars: ✭ 66 (+725%)
Mutual labels:  apollo, apollo-client
Apollo Cache Hermes
A cache implementation for Apollo Client, tuned for performance
Stars: ✭ 425 (+5212.5%)
Mutual labels:  apollo, apollo-client
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (+500%)
Mutual labels:  apollo, apollo-client
fittrak
A data-driven workout tracking tool for the quantified-self 💪 🤓
Stars: ✭ 19 (+137.5%)
Mutual labels:  apollo, apollo-client
agollo
🚀Go client for ctrip/apollo (https://github.com/apolloconfig/apollo)
Stars: ✭ 563 (+6937.5%)
Mutual labels:  apollo, apollo-client
Agollo
🚀Go client for ctrip/apollo (https://github.com/ctripcorp/apollo)
Stars: ✭ 348 (+4250%)
Mutual labels:  apollo, apollo-client
angular-apollo-starter
Learning apollo-client, graphql with angular6.x
Stars: ✭ 16 (+100%)
Mutual labels:  apollo, apollo-client
react-apollo-graphql
Get rid of decorators and use Apollo GraphQL queries and mutations in the simple and readable way.
Stars: ✭ 16 (+100%)
Mutual labels:  apollo, apollo-client
Naperg
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles
Stars: ✭ 661 (+8162.5%)
Mutual labels:  apollo, apollo-client
github-react-native-apollo-graphql
📱 A GitHub mobile app built with React-Native and Apollo GraphQL
Stars: ✭ 24 (+200%)
Mutual labels:  apollo, apollo-client
react-apollo-client-testing-example
A React with Apollo Client application with a mocked GraphQL server and tested Query and Mutation components.
Stars: ✭ 17 (+112.5%)
Mutual labels:  apollo, apollo-client
graphql-workshop
⚒ 🚧 A GraphQL workshop to learn GraphQL implementations
Stars: ✭ 20 (+150%)
Mutual labels:  apollo, apollo-client
kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (+162.5%)
Mutual labels:  apollo, apollo-client
laika
Log, test, intercept and modify Apollo Client's operations
Stars: ✭ 99 (+1137.5%)
Mutual labels:  apollo, apollo-client
gitstar
Github Client built with React Apollo
Stars: ✭ 15 (+87.5%)
Mutual labels:  apollo, apollo-client
apollo-progressive-fragment-matcher
A smart alternative to the introspection fragment matcher.
Stars: ✭ 21 (+162.5%)
Mutual labels:  apollo, apollo-client
Searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Stars: ✭ 4,338 (+54125%)
Mutual labels:  apollo, apollo-client

Agollo_Demo - Demo For Apollo

Apollo的使用Demo

主要用于验证Agollo客户端自动刷新功能

Dependence

使用go get方式

go get -u github.com/cihub/seelog
go get -u github.com/zouyx/agollo

使用gopm方式(推荐)

gopm get github.com/cihub/seelog -v -g
gopm get github.com/zouyx/agollo -v -g

推荐gopm,不需要翻墙

Installation

如果还没有安装Go开发环境,请参考以下文档Getting Started ,安装完成后,请执行以下命令:

Mac/Linux

./build.sh

Windows


请注意: 最好使用Go 1.8进行编译

Run

完成编译后

  • 进入build文件夹,配置app.properties(参考:使用配置
  • 执行
    • Mac/Linux : ./agollo-demo
    • Windows : agollo-demo.exe  

Validate

  • 验证所有字段
http://localhost:9000/check
  • 验证某个字段
http://localhost:9000/check?key=apolloKey
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].