Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Jan 26, 2024
1 parent 5dba921 commit 55604e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
The easiest way to explain Filby is that it's like source control for reference data.

- In systems like git, you have a **commit log**, comprising a sequence of **commits**. Each commit is uniquely identified by a **commit hash**, and typically bundles related **source code** changes. <br/><br/>
- With Filby, you have a **change log**, comprising a sequence of **change sets**. Each change set is uniquely identified by a **change id**, and typically bundles related reference data changes.
- With Filby, you have a **change log**, comprising a sequence of **change sets**. Each change set is uniquely identified by a **change id**, and typically bundles related **reference data** changes.

Like checking out a commit, your applications can use the Filby API to retrieve a desired set of reference data for a given change set id. They can also inspect the changelog to find which change set was in effect at a given point in time, and be notified when the reference data they are interested in changes.

Expand Down

0 comments on commit 55604e9

Please sign in to comment.