29 Commits
Author SHA1 Message Date
cptlobster 53638f72e1 Merge branch 'dthomas_meilisearch' 2024-03-12 16:15:13 -05:00
cptlobster 5ef8795eb4 Merge branch 'main' into dthomas_meilisearch
# Conflicts:
#	.gitignore
#	read_datasheet.py
2024-03-12 16:13:41 -05:00
cptlobster a63faba2aa Add checks to updating filterable attributes to avoid hitting weird edge cases 2024-03-12 16:08:47 -05:00
cptlobster 0f2c19e811 Merge remote-tracking branch 'origin/dthomas_meilisearch' into dthomas_meilisearch 2024-03-08 19:13:03 -06:00
cptlobster b18355fc14 nuke database.py 2024-03-08 19:12:41 -06:00
cptlobster aadb6ba24d add search functions to JukeboxSearch 2024-03-01 21:24:37 -06:00
cptlobster 4561b1c1a3 fix error when index does not exist 2024-03-01 20:37:22 -06:00
cptlobster 6edd0b4ef0 fix map datatype 2024-03-01 20:37:02 -06:00
cptlobster 2c242aac29 Merge branch 'main' into dthomas_meilisearch 2024-03-01 19:26:57 -06:00
cptlobster b585f8cdb7 Merge branch 'main' into dthomas_meilisearch 2024-03-01 19:25:30 -06:00
cptlobster f12d8a8062 add print statement 2024-03-01 19:24:47 -06:00
cptlobster fc9ff4c8b2 split lists if they contain more than 2 commas 2024-03-01 19:13:28 -06:00
cptlobster e903150fd4 Add functions for connecting to Meilisearch and adding documents 2024-02-20 10:33:01 -06:00
cptlobster d0ea696274 reorganize gitignore and add comments 2024-02-20 10:15:56 -06:00
cptlobster eea8c9f5fa Merge branch 'main' into dthomas_meilisearch 2024-02-20 10:04:33 -06:00
cptlobster 68b95bfe17 add a module for using meilisearch 2024-02-17 22:46:11 -06:00
cptlobster e3e9b855f9 add compose file with meilisearch image 2024-02-17 22:45:30 -06:00
cptlobster 75fad013c0 get column parity implemented 2024-01-14 15:36:15 -06:00
cptlobster bb19158aa0 start implementing column parity 2024-01-14 15:25:57 -06:00
cptlobster 941ebc4a24 add a function to convert a tuple into a dictionary 2024-01-14 15:25:45 -06:00
cptlobster cfa45fc970 some docstring things 2024-01-14 15:25:08 -06:00
cptlobster 4a4e969e0f add basic write functionality 2024-01-14 14:41:43 -06:00
cptlobster 72831a8e1d write read functionality 2024-01-14 14:25:25 -06:00
cptlobster 83f1dc6a9f make the DBConnector class usable as a standalone object or in a context manager 2024-01-14 14:16:03 -06:00
cptlobster 1ef515e265 setup defaults for environment variables (configured for a locally running Postgres docker with default config) 2024-01-14 14:14:12 -06:00
cptlobster e3d8a31285 get the query to return results, or an empty list if any error occurs 2024-01-14 13:53:34 -06:00
cptlobster 997dc064e6 Create read/write functions to fill later 2024-01-09 14:57:42 -06:00
cptlobster 20648ed295 Create database context manager class and start work on query execution 2024-01-09 14:50:39 -06:00
cptlobster cafd04a47d Create database module 2024-01-09 14:27:44 -06:00