Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanateras/fsentry
Efficient Inotify-based filesystem sentry for Elixir
https://github.com/yanateras/fsentry
elixir elixir-driver filesystem hex-package inotify status-release
Last synced: 3 days ago
JSON representation
Efficient Inotify-based filesystem sentry for Elixir
- Host: GitHub
- URL: https://github.com/yanateras/fsentry
- Owner: yanateras
- License: cc0-1.0
- Created: 2019-08-04T20:49:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T20:50:16.000Z (over 5 years ago)
- Last Synced: 2024-12-22T01:05:42.880Z (18 days ago)
- Topics: elixir, elixir-driver, filesystem, hex-package, inotify, status-release
- Language: Elixir
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# FSentry
FSentry is an Elixir module for spawning FS sentries. It is implemented as a
[port driver][] that streams FS event messages to a designated PID.[port driver]: http://erlang.org/doc/tutorial/c_portdriver.html
Based on Inotify. macOS and BSD users should install [libinotify-kqueue][],
Windows users are currently out of luck (although it would be nice to have a
Win32 Inotify implementation).[libinotify-kqueue]: https://github.com/libinotify-kqueue/libinotify-kqueue
Unlike [synrc/fs](https://github.com/synrc/fs), FSentry doesn't spawn external
processes and doesn't have any runtime dependencies. It also can listen on
individual files rather than just folders.