tigerfs
Mount PostgreSQL as a filesystem. Build apps with files, explore databases with ls and cat. Every write is logged and undoable.
File Explorer
Download Latest Version (.zip)- release.yml
- stress.yml
- test.yml
- dependabot.yml
- main.go
- 001-fuse-library.md
- 002-credential-storage.md
- 003-ddl-staging-pattern.md
- 004-mock-interfaces.md
- 005-capability-directory-taxonomy.md
- 006-bulk-export-capability.md
- 007-pipeline-query-architecture.md
- 008-synthesized-apps.md
- 009-shared-core-library.md
- 010-persistent-memfile.md
- 011-directory-hierarchies.md
- 012-versioned-history.md
- 013-backend-prefix-scheme.md
- 014-query-reduction-caching.md
- 015-backing-table-schema-strategy.md
- 016-undo-and-recovery.md
- 017-relational-directory-structure.md
- 018-stress-test.md
- 019-undo-boundary-via-metadata-table.md
- implementation-tasks-checklist.md
- implementation-tasks.md
- shared-core-plan.md
- data-first.md
- file-first.md
- history.md
- quickstart.md
- release-process.md
- spec.md
- backend.go
- errors.go
- errors_test.go
- ghost.go
- resolve.go
- resolve_test.go
- tiger.go
- cmd_test.go
- config.go
- config_test.go
- create.go
- create_test.go
- fork.go
- fork_test.go
- info.go
- list.go
- migrate.go
- mount.go
- mount_darwin.go
- mount_linux.go
- mount_test.go
- root.go
- status.go
- status_test.go
- stop.go
- test_connection.go
- test_connection_test.go
- unmount.go
- unmount_test.go
- version.go
- config.go
- config_test.go
- client.go
- client_test.go
- connection.go
- connection_test.go
- constraints.go
- constraints_test.go
- export.go
- ident.go
- ident_test.go
- import.go
- import_test.go
- indexes.go
- indexes_test.go
- interfaces.go
- keys.go
- keys_test.go
- metadata_test.go
- mocks.go
- password.go
- password_test.go
- permissions.go
- permissions_test.go
- pipeline.go
- pipeline_test.go
- pk_match.go
- pk_match_test.go
- query.go
- query_test.go
- schema.go
- schema_estimate_test.go
- schema_test.go
- select_only_role_test.go
- timeout_test.go
- tls.go
- tls_test.go
- tracer.go
- convert.go
- convert_test.go
- csv.go
- csv_test.go
- json.go
- json_test.go
- parse.go
- parse_test.go
- tsv.go
- tsv_test.go
- uuidv7.go
- uuidv7_test.go
- yaml.go
- yaml_test.go
- build.go
- build_test.go
- cache.go
- columns.go
- columns_test.go
- encoding.go
- encoding_test.go
- format.go
- format_handler.go
- format_handler_test.go
- format_test.go
- markdown.go
- markdown_test.go
- metadata.go
- plaintext.go
- plaintext_test.go
- auto_savepoint_test.go
- build.go
- build_test.go
- constants.go
- constants_test.go
- context.go
- context_test.go
- ddl.go
- ddl_test.go
- errors.go
- errors_test.go
- extensions.go
- extensions_test.go
- history.go
- log_interface_test.go
- metadata_cache.go
- metadata_cache_test.go
- metadata_cache_testing.go
- operations.go
- operations_test.go
- path.go
- path_cache.go
- path_cache_test.go
- path_test.go
- path_undo_test.go
- savepoint_test.go
- staging.go
- staging_test.go
- synth_ops.go
- synth_ops_test.go
- synth_parent_test.go
- types.go
- types_test.go
- undo.go
- undo_boundary_test.go
- undo_cache.go
- undo_test.go
- user_identity_test.go
- validate_create_test.go
- write.go
- write_test.go
- adapter.go
- adapter_ctx_test.go
- adapter_test.go
- all.go
- all_test.go
- by.go
- by_test.go
- column.go
- column_test.go
- constants.go
- control_files.go
- control_files_test.go
- export.go
- extensions.go
- extensions_test.go
- filter.go
- filter_test.go
- fs.go
- fs_test.go
- import.go
- index.go
- index_ddl.go
- index_ddl_test.go
- index_test.go
- info.go
- info_test.go
- metadata.go
- metadata_test.go
- mount_ops.go
- ops_node.go
- order.go
- order_test.go
- pagination.go
- pagination_test.go
- partial.go
- partial_test.go
- pipeline.go
- pipeline_columns_node.go
- pipeline_node.go
- pipeline_node_test.go
- pipeline_test.go
- root.go
- root_test.go
- row.go
- row_test.go
- rowdir.go
- rowdir_test.go
- sample.go
- sample_test.go
- schema.go
- schema_test.go
- schemas.go
- schemas_test.go
- staging.go
- staging_node.go
- staging_test.go
- table.go
- table_test.go
- templates.go
- templates_test.go
- test_helpers_test.go
- views.go
- logging.go
- logging_test.go
- registry.go
- registry_test.go
- change_test.go
- handler.go
- handler_test.go
- memfile_test.go
- mount_darwin.go
- mount_linux.go
- ops_filesystem.go
- server.go
- path.go
- path_test.go
- permissions.go
- permissions_test.go
- create-table.sh
- delete-table.sh
- modify-table.sh
- docker-compose.yml
- Dockerfile
- docker-compose.yml
- demo.sh
- init.sql
- README.md
- seed.sh
- install-hooks.sh
- install.sh
- pre-commit
- stress-docker.sh
- test-docker.sh
- test-install.sh
- test-macos.sh
- test-migration.sh
- data.md
- files.md
- ops.md
- recipes.md
- SKILL.md
- docker-compose.test.yml
- Dockerfile.test
- command_cases.go
- command_runner_test.go
- command_types.go
- composite_pk_test.go
- crud_test.go
- ddl_test.go
- demo_data.go
- dir_mtime_test.go
- format_test.go
- fs_operations_test.go
- historical_mtime_test.go
- history_test.go
- hypertable_test.go
- import_test.go
- large_write_test.go
- log_test.go
- main_test.go
- migrate_test.go
- mount_test.go
- pipeline_test.go
- registry_test.go
- rename_test.go
- savepoint_test.go
- setup.go
- synthesized_test.go
- undo_test.go
- write_ddl_test.go
- write_edge_cases_test.go
- write_format_test.go
- write_helpers_test.go
- .gitignore
- docker-compose.yml
- Dockerfile
- diagnostics.go
- docker-compose.yml
- infra.go
- main.go
- operations.go
- operations_test.go
- README.md
- runner.go
- runner_test.go
- state.go
- state_test.go
- stats.go
- stats_test.go
- undo.go
- validate_test.go
- .gitignore
- .goreleaser.yaml
- CHANGELOG.md
- CLAUDE.md
- Dockerfile
- go.mod
- go.sum
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/timescale/tigerfs
Downloads the entire project code from GitHub to your computer.
cd tigerfs
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedcurl -fsSL https://install.tigerfs.io | sh
Downloads and runs the official install script in one line β this handles the full setup automatically.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
./demo.sh start # auto-detects platform (--docker or --mac)
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
4. Go
MediumPrerequisites
go build -o bin/tigerfs-stress ./test/stress
Compiles the Go program into an executable.
go build -o bin/tigerfs ./cmd/tigerfs
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
