Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 844 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 844 Bytes

AbsintheProto

Maps grpc services to graphql.

This is alpha and not ready for production.

If available in Hex, the package can be installed by adding absinthe_proto to your list of dependencies in mix.exs:

def deps do
  [
    {:absinthe_proto, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/absinthe_proto.

"First, make it correct. Then, make it beautiful. Then, if you need to, make it performant. Chances are once you've made it beautiful you'll find it sufficiently performant" - Joe Armstrong

  • Make it correct
  • Make it beautiful
  • Decide if it's not performant enough