https://github.com/invrs/fastlane
easy fastly log parsing
https://github.com/invrs/fastlane
Last synced: 2 months ago
JSON representation
easy fastly log parsing
- Host: GitHub
- URL: https://github.com/invrs/fastlane
- Owner: invrs
- Created: 2018-07-18T18:32:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T18:33:09.000Z (about 8 years ago)
- Last Synced: 2025-11-20T10:04:12.287Z (8 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastlane
Parse fastly logs
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fastlane` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fastlane, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/fastlane](https://hexdocs.pm/fastlane).