Commit graph

15 commits

Author SHA1 Message Date
Daniel Berkompas 0850850cd8 Add config for SemaphoreCI 2021-01-16 15:58:07 -08:00
Daniel Berkompas 98e10067db Add support for local development with docker
Most of my local development is now using Docker, so for consistency
I've added some Docker compose files.
2021-01-16 14:59:56 -08:00
Aleksandr Borovykh 419820b352 Fix TravisCI configuration 2019-07-01 20:50:14 +02:00
Daniel Berkompas 8aa939a88a [#26] Move bulk configuration to index level 2018-04-27 10:28:56 -07:00
Daniel Berkompas 81fa49bb78 Respect :bulk_wait_interval setting 2018-04-19 09:36:00 -07:00
Daniel Berkompas f03e1eb8c4 Test with real repo 2018-04-13 16:03:48 -07:00
Daniel Berkompas ad991a8e73 Switch to Travis for CI 2018-03-03 11:12:52 -08:00
Daniel Berkompas 11d99302f6 Move functions from Elasticsearch to Index module 2018-01-02 08:32:40 -08:00
Daniel Berkompas 340779b5e9 Make JSON library configurable
Some people might want to use the new Jason library for its performance.
This library encodes and decodes a lot of JSON, so any performance
improvements would be welcome.
2018-01-02 07:53:18 -08:00
Daniel Berkompas 209e45e7aa Rename DataLoader => Store 2018-01-02 07:04:36 -08:00
Daniel Berkompas a33e809557 Format codebase
Using more recent best practices.
2018-01-02 06:53:51 -08:00
Daniel Berkompas d30323d103 Rework configuration
Also, use more understandable examples.
2017-11-03 15:17:58 -07:00
Daniel Berkompas 832dc9db99 Functionalize mix tasks
Mix tasks should be clients on the business logic, and contain nothing
that doesn't relate to being a mix task.
2017-11-03 14:27:32 -07:00
Daniel Berkompas b75fd2ed90 Draft version
Contains the basic building blocks.
2017-11-02 13:28:49 -07:00
Daniel Berkompas 6d65bd3b20 Initial commit 2017-10-30 11:37:34 -07:00