Here's a quick primer...
The [architecture](
https://docs.lakefs.io/understand/architecture.html#overview) has a nice drawing of where lakeFS fits in.
lakeFS uses an object store for
underlying storage and
also a database. Big immutable objects go to underlying storage (S3 or S3-compatible, Azure BlobStore, GCS), small mutable objects go to the database (PostgreSQL). It needs
both.
For non-production use, you can use a regular filesystem as underlying storage; this is called the "local" backing store. It is
great for getting up to speed, or for time-limited actions. But it is
NOT a supported backend for production.