Dig Site

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

6 check-ins

2022-07-04
08:52
Define database indexing It's still unknown what the final shape of an index will be or what arg each of these functions take. This is a best guess after translating from Clojure. Regardless of the particular ordering of the index it looks like an index is to be a top level map, containing second level maps, containing values in lists/tuples e.g. EAVT index AVET index JC ⇒ {lives-in ⇒ {Rome}} B ⇒ {lives-in ⇒ {Rome}} Cleo ⇒ {lives-in ⇒ {Egypt}} Rome ⇒ {river ⇒ {Tiber}} Egypt ⇒ {river ⇒ {Nile}} Leaf check-in: 6d47f02b41 user: samuelwilson tags: trunk
2022-07-03
07:35
Define in memory data store and storage protocol Storing the data in memory is chosen for ease of development A protocol is defined so different data storage implementations can be defined later. check-in: 4f04f47f03 user: samuelwilson tags: trunk
07:33
Formatting change check-in: 30fb8156fb user: samuelwilson tags: trunk
2022-07-02
08:51
Create basic data structures of the database check-in: 0e4f183985 user: samuelwilson tags: trunk
2022-07-01
09:02
Initial commit Generated with `mix new dig_site`. check-in: 55a57b24d0 user: samuelwilson tags: trunk
08:50
initial empty check-in check-in: 361182e1ee user: samuelwilson tags: trunk